opencv/modules/softcascade
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
..
doc Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
include/opencv2 Extract common base header for C and C++ APIs 2013-03-15 10:38:38 +04:00
misc fix import in scale_caltech python script 2013-03-01 23:33:28 +04:00
perf move gpu version of soft cascade to dedicated module 2013-03-14 12:27:13 +04:00
src Extract common base header for C and C++ APIs 2013-03-15 10:38:38 +04:00
test fixed compilation with latest master changes 2013-03-14 20:12:52 +04:00
CMakeLists.txt fixed compilation with latest master changes 2013-03-14 20:12:52 +04:00