125 Commits (554e0051e857af0acdd0c9029bc94f718c093f9a)

Author SHA1 Message Date
Vadim Pisarevsky 23d211bfed applied patches from #1005 14 years ago
Vadim Pisarevsky 3b97f5d5e9 return Py_None for an empty mat (should fix #1120) 14 years ago
Vadim Pisarevsky 22927ff121 fixed ticket #983 14 years ago
Vadim Pisarevsky 9df999154c fixed a few warnings and bugs, including ticket #1079 14 years ago
Vadim Pisarevsky f9fc180e1a fixed tickets #1117 and #954 14 years ago
Vadim Pisarevsky 2741dd0ea6 make type registration ordering in cv2.so consistent with the declaration order (fixes the class hierarchy; see ticket #1113) 14 years ago
Vadim Pisarevsky 20aca7440f a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Vadim Pisarevsky c7a42e9682 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) 14 years ago
Vadim Pisarevsky e46d98a162 excluded "-B" flag for better compatibility with old Python. 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Alexander Mordvintsev 6dc7ae0ff6 added some constants to python cv2 api 14 years ago
Vadim Pisarevsky 2c1e913b2d added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 14 years ago
Vadim Pisarevsky 124967eefb very first version of the documentation checking script 14 years ago
Vadim Pisarevsky 3a4e06e289 resolved ticket #1104 (processing of transposed numpy arrays) 14 years ago
Vadim Pisarevsky facbdc92cb fixed multi-channel 1x1 array construction (ticket #1103) 14 years ago
Alexander Shishkov 128d030533 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Alexander Shishkov 33e71127f7 fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573) 14 years ago
Vadim Pisarevsky cfedf0c5d5 compile cv2.so also as a shared library 14 years ago
Alexander Shishkov 0eb1bb3673 cv.so library always compiled as shared library 14 years ago
Ethan Rublee 355ad2993a adding c++ interface to the datamtrix codes of j. 14 years ago
Ethan Rublee 89b5f40ce3 Reverting the boost::python bindings, moving dev to out of trunk. 14 years ago
Ethan Rublee 44e9fdaa2d Initial pass at some boost python bindings. 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
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