opencv/modules/python/src2
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
..
api Fixed hundreds of documentation problems 2012-05-28 07:36:14 +00:00
cv2.cpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
cv2.cv.hpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
cv.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
defs applied patch #2587 2013-01-31 16:19:20 +04:00
gen2.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
gen.py add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
hdr_parser.py Extract common base header for C and C++ APIs 2013-03-15 10:38:38 +04:00