opencv/modules/core/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 merged 2.4 into trunk 2012-04-30 14:33:52 +00:00
basic_structures.rst Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
clustering.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
command_line_parser.rst Fix warnings from documentation build 2013-02-20 15:07:13 +04:00
core.rst Revert "add new version of CommandLineParser. add empty docs" 2012-10-15 20:01:44 +04:00
drawing_functions.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
dynamic_structures.rst Documentation build warning fixes. 2013-01-14 17:58:27 +04:00
intro.rst Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
old_basic_structures.rst Fixed some minor formatting issues in 'old_basic_structures' and 'operations_on_arrays'. 2012-09-06 10:57:28 +04:00
old_xml_yaml_persistence.rst Documentation: fixed class/struc members documentation; added warning on incorrectly documented member 2012-05-29 16:55:46 +00:00
operations_on_arrays.rst Unified handling of InputOutputArrays in Python wrapper generator 2013-03-15 17:44:49 +04:00
utility_and_system_functions_and_macros.rst Fix several inconsistent declarations identified by check_doc2 script 2013-02-19 16:22:20 +04:00
xml_yaml_persistence.rst Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00