- 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 2 commits
-
-
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
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 11 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 08 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Feb, 2013 4 commits
-
-
marina.kolpakova authored
-
marina.kolpakova authored
-
marina.kolpakova authored
-
marina.kolpakova authored
-
- 31 Jan, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 28 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test
-