- 23 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Most importantly, added support for multiple include directores, but also did some general cleanup.
-
- 21 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 13 Aug, 2013 1 commit
-
-
abidrahmank authored
-
- 29 Jul, 2013 1 commit
-
-
berak authored
-
- 26 Jul, 2013 1 commit
-
-
Alexander Mordvintsev authored
-
- 16 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 11 Jul, 2013 1 commit
-
-
abidrahmank authored
-
- 28 Jun, 2013 1 commit
-
-
Kirill Kornyakov authored
-
- 14 Jun, 2013 3 commits
-
-
Gabe Schwartz authored
Python 3 requires METH_VARARGS | METH_KEYWORDS, not just METH_KEYWORDS.
-
Gabe Schwartz authored
In these cases, just using print() is enough to ensure py2/3 compatibility.
-
Gabe Schwartz authored
Added a header with defines to enable the module to compile with either python 2 or 3 without changes.
-
- 13 Jun, 2013 1 commit
-
-
Gabe Schwartz authored
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 May, 2013 1 commit
-
-
Egbert van der Wal authored
-
- 20 Apr, 2013 1 commit
-
-
Pablo Speciale authored
-
- 12 Apr, 2013 4 commits
-
-
Andrey Kamaev authored
This protects from unwanted implicit conversions between types at compile time.
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
Also move cv::linemod to own header
-
- 11 Apr, 2013 2 commits
-
-
Roman Donchenko authored
Also, removed the one from modules/python/src2/cv.py and cleared its executable bit, since it's not a script.
-
Andrey Kamaev authored
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 08 Apr, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 05 Apr, 2013 1 commit
-
-
Dustin Spicuzza authored
-
- 02 Apr, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 01 Apr, 2013 4 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 25 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Mar, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 21 Mar, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 20 Mar, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 15 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
This makes arguments of type InputOutputArray required in python unless they have a default value in C++. As result following python functions changes signatures in non-trivial way: * calcOpticalFlowFarneback * calcOpticalFlowPyrLK * calibrateCamera * findContours * findTransformECC * floodFill * kmeans * PCACompute * stereoCalibrate And the following functions become return their modified inputs as a return value: * accumulate * accumulateProduct * accumulateSquare * accumulateWeighted * circle * completeSymm * cornerSubPix * drawChessboardCorners * drawContours * drawDataMatrixCodes * ellipse * fillConvexPoly * fillPoly * filterSpeckles * grabCut * insertChannel * line * patchNaNs * polylines * randn * randShuffle * randu * rectangle * setIdentity * updateMotionHistory * validateDisparity * watershed
-