675 Commits (76e81dfbb03bacc318ab6176166759c3c1362cef)

Author SHA1 Message Date
Vadim Pisarevsky 0c504b42a0 copied helper modules from doc to modules/python/test 14 years ago
Andrey Pavlenko 0f5f60f7f5 - extra spaces are removed 14 years ago
Alexander Mordvintsev 30f9710d55 fixed #808 and #848 14 years ago
Vadim Pisarevsky 0243fe6b07 disabled creation of hdr_parser.pyc 14 years ago
Andrey Pavlenko ad4969d81a Removing auto-generated file 14 years ago
Ilya Lysenkov a685be3ea9 Added extra argument for BlobDetector in findCirclesGrid 14 years ago
Vadim Pisarevsky 71d14386e4 fixed generation of Python wrapper cv2. 14 years ago
Vadim Pisarevsky d3a159d3cc added missing Python wrappers for OpenCV 1.x 14 years ago
Vadim Pisarevsky 7f7965bc93 separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
James Bowman 181de06445 restore data matrix 14 years ago
Alexey Kazakov e9aa6fa012 Added ROC-curve calculating to the cascade detection algorithm 14 years ago
Vadim Pisarevsky 64814321ee removed compiled hdr_parser.py 14 years ago
James Bowman f385bb97eb datamatrix 14 years ago
James Bowman 324e89ab3a datamatrix 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 14 years ago
Vadim Pisarevsky 335370a7c0 moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories 14 years ago
Vadim Pisarevsky 535425982f extended libdc1394 backend (the patch is by Michael Joachimiak) 14 years ago
Vadim Pisarevsky 30dcfe0c7a 14 years ago
Vadim Pisarevsky 371aa08006 OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX. 14 years ago
Vadim Pisarevsky b38a11e837 .pyc files should not be in the repository 14 years ago
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
James Bowman 6b4047eb46 #586: exceptions on invalid element access 14 years ago
James Bowman 3a53d8667a #489, leaking cvarrmat test and fix 14 years ago
James Bowman 4c4ff882ad Fix for #791: MatchShapes 14 years ago
James Bowman d3462dfcba #674, fix leaks in CreateHist 14 years ago
James Bowman 8503f75212 Fixed leak of dims in MatND creates 14 years ago
James Bowman d2d52c7310 #818, Propset Rev 14 years ago
James Bowman 6004687563 #759. memtrack comments, sealed the numpy MatND leak 14 years ago
James Bowman af86e87c70 Export CV_PI explcitly, #758. 14 years ago
Vadim Pisarevsky 8754cafffb extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests. 14 years ago
Vadim Pisarevsky 59e2afe4d2 fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406) 14 years ago
Vadim Pisarevsky de4f1aeb06 fixed some GCC 4.4 warnings 14 years ago
Vadim Pisarevsky 8a8ba57b20 fixed building Python wrappers when Numpy is not available 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Vadim Pisarevsky 00ec555252 extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing 14 years ago
Vadim Pisarevsky 893fb90b87 extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Vadim Pisarevsky 6b8e60d033 the header parser for the extended OpenCV Python bindings 14 years ago
Ethan Rublee 244a537d54 _S happens to be a bad variable name for android 14 years ago
James Bowman 5051c635b1 #593 add ConvertImage 14 years ago
James Bowman 5b7b6d9195 #509, patch for GetTrackbarPos 15 years ago
James Bowman b4af9c620a cvarrseq args attempt array conversions first 15 years ago
James Bowman d10b3c8665 #489, Forbid transposed matrices in fromarray() 15 years ago
James Bowman 389c002eea grabCut fist impl and test 15 years ago
Vadim Pisarevsky 550e635814 added numerical values to the new _VNG constants' definitions. 15 years ago
James Bowman f6c55582d8 Added VNG Bayer enums 15 years ago
James Bowman d6c6c3ecda #393, SnakeImage 15 years ago
James Bowman 6ebdcb879b #362, CvMoments fields now exposed, smoke tested by test_moments 15 years ago
James Bowman 8bcdb56ca9 #345, cvmat() now caught and exception raised 15 years ago