• Andrey Kamaev's avatar
    Unified handling of InputOutputArrays in Python wrapper generator · e75df563
    Andrey Kamaev authored
    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
    e75df563
Name
Last commit
Last update
..
data added texture_flow.py sample
_coverage.py Fixed shebangs, added error checking
_doc.py Fixed shebangs, added error checking
asift.py Fixed shebangs, added error checking
browse.py Fixed shebangs, added error checking
calibrate.py Unified handling of InputOutputArrays in Python wrapper generator
camshift.py Fixed shebangs, added error checking
coherence.py Fixed shebangs, added error checking
color_histogram.py Fixed shebangs, added error checking
common.py Fixed shebangs, added error checking
contours.py Unified handling of InputOutputArrays in Python wrapper generator
deconvolution.py Fixed shebangs, added error checking
demo.py Fixed shebangs, added error checking
digits.py Fixed shebangs, added error checking
digits_adjust.py Fixed shebangs, added error checking
digits_video.py Unified handling of InputOutputArrays in Python wrapper generator
distrans.py Fixed shebangs, added error checking
edge.py Fixed shebangs, added error checking
facedetect.py Fixed shebangs, added error checking
facerec_demo.py Normalize line endings and whitespace
feature_homography.py Fixed shebangs, added error checking
find_obj.py Fixed shebangs, added error checking
fitline.py Fixed shebangs, added error checking
floodfill.py Unified handling of InputOutputArrays in Python wrapper generator
gabor_threads.py Fixed shebangs, added error checking
gaussian_mix.py Loading commit data...
hist.py Loading commit data...
inpaint.py Loading commit data...
kmeans.py Loading commit data...
lappyr.py Loading commit data...
letter_recog.py Loading commit data...
lk_homography.py Loading commit data...
lk_track.py Loading commit data...
morphology.py Loading commit data...
mosse.py Loading commit data...
motempl.py Loading commit data...
mouse_and_match.py Loading commit data...
mser.py Loading commit data...
opt_flow.py Loading commit data...
peopledetect.py Loading commit data...
plane_ar.py Loading commit data...
plane_tracker.py Loading commit data...
squares.py Loading commit data...
stereo_match.py Loading commit data...
texture_flow.py Loading commit data...
turing.py Loading commit data...
video.py Loading commit data...
video_dmtx.py Loading commit data...
video_threaded.py Loading commit data...
watershed.py Loading commit data...