mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
![]() 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 |
||
---|---|---|
.. | ||
androidcamera | ||
calib3d | ||
contrib | ||
core | ||
features2d | ||
flann | ||
gpu | ||
highgui | ||
imgproc | ||
java | ||
legacy | ||
ml | ||
nonfree | ||
objdetect | ||
ocl | ||
photo | ||
python | ||
softcascade | ||
stitching | ||
ts | ||
video | ||
videostab | ||
world | ||
CMakeLists.txt | ||
refman.rst.in |