- 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 4 commits
-
-
Vadim Pisarevsky authored
hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test
-
Vadim Pisarevsky authored
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658
-
Vadim Pisarevsky authored
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658
-
Vadim Pisarevsky authored
-
- 22 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 21 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities
-
- 26 Dec, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
* always use "argN" names for unnamed arguments * honor space symbol between typename and "*", "&" symbols * fix indent errors
-
- 27 Nov, 2012 1 commit
-
-
Jason Newton authored
-Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert to Input/OutputArrays in the process. -Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in language bindings at the expense of using doubles for everything and slowing statistics computation down..
-
- 23 Nov, 2012 1 commit
-
-
marina.kolpakova authored
-
- 05 Nov, 2012 1 commit
-
-
Jason Newton authored
-
- 24 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 19 Oct, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
[edit: cleaned whitespace]
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 14 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 11 Sep, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 05 Sep, 2012 1 commit
-
-
Andrey Kamaev authored
-