opencv/modules
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator
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
2013-03-15 17:44:49 +04:00
..
androidcamera Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
calib3d Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
contrib Added compatibility headers 2013-03-13 17:26:56 +04:00
core Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
features2d Added compatibility headers 2013-03-13 17:26:56 +04:00
flann Added compatibility headers 2013-03-13 17:26:56 +04:00
gpu refactored cuda error handling; remove optional dependancies in soft cascade training app 2013-03-14 23:43:03 +04:00
highgui Merge pull request #645 from taka-no-me:bump_headers 2013-03-14 11:42:23 +04:00
imgproc Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
java Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
legacy Extract common base header for C and C++ APIs 2013-03-15 10:38:38 +04:00
ml Added compatibility headers 2013-03-13 17:26:56 +04:00
nonfree Added compatibility headers 2013-03-13 17:26:56 +04:00
objdetect Added compatibility headers 2013-03-13 17:26:56 +04:00
ocl Added compatibility headers 2013-03-13 17:26:56 +04:00
photo Added compatibility headers 2013-03-13 17:26:56 +04:00
python Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
softcascade Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
stitching Merge pull request #645 from taka-no-me:bump_headers 2013-03-14 11:42:23 +04:00
ts Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
video Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
videostab Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
world Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
CMakeLists.txt Added compatibility headers 2013-03-13 17:26:56 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00