opencv/modules/imgproc/doc
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
..
pics fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel() 2011-06-14 10:26:24 +00:00
feature_detection.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
filtering.rst add description of ddepth param of cv::boxFilter 2013-02-13 15:16:17 +03:00
geometric_transformations.rst Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions. 2012-08-23 14:56:02 +04:00
histograms.rst Normalize whitespace in documentation and text files 2012-10-17 21:42:09 +04:00
imgproc.rst merged 2.4 into trunk 2012-04-30 14:33:52 +00:00
miscellaneous_transformations.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
motion_analysis_and_object_tracking.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
object_detection.rst Fixed hundreds of documentation problems 2012-05-28 07:36:14 +00:00
structural_analysis_and_shape_descriptors.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00