opencv/samples/python2
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
..
data added texture_flow.py sample 2012-08-19 20:36:50 +03:00
_coverage.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
_doc.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
asift.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
browse.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
calibrate.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
camshift.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
coherence.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
color_histogram.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
common.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
contours.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
deconvolution.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
demo.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
digits_adjust.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
digits_video.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
digits.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
distrans.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
edge.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
facedetect.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
facerec_demo.py Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
feature_homography.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
find_obj.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
fitline.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
floodfill.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
gabor_threads.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
gaussian_mix.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
hist.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
inpaint.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
kmeans.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
lappyr.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
letter_recog.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
lk_homography.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
lk_track.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
morphology.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
mosse.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
motempl.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
mouse_and_match.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
mser.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
opt_flow.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
peopledetect.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
plane_ar.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
plane_tracker.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
squares.py Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
stereo_match.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
texture_flow.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
turing.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
video_dmtx.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
video_threaded.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
video.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00
watershed.py Fixed shebangs, added error checking 2013-03-06 01:41:02 -05:00