opencv/samples
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
..
android Merge branch '2.4' 2013-02-28 11:17:06 +04:00
c Merge release 2.4.4 2013-03-04 19:43:49 +04:00
cpp refactored cuda error handling; remove optional dependancies in soft cascade training app 2013-03-14 23:43:03 +04:00
gpu fixed compilation with latest master changes 2013-03-14 20:12:52 +04:00
java fixing issues from http://www.code.opencv.org/issues/2807 2013-02-28 19:11:24 +04:00
MacOSX/FaceTracker Normalize whitespace in documentation and text files 2012-10-17 21:42:09 +04:00
ocl Extract common base header for C and C++ APIs 2013-03-15 10:38:38 +04:00
python add #/usr/bin/env python to all python files 2012-11-23 22:57:22 +04:00
python2 Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
CMakeLists.txt add an ocl sample 2012-08-08 17:12:53 +08:00