opencv/samples/python/tutorial_code
Vadim Pisarevsky 5489735258
Merge pull request #17436 from vpisarev:fix_python_io
* fixed #17044
1. fixed Python part of the tutorial about using OpenCV XML-YAML-JSON I/O functionality from C++ and Python.
2. added startWriteStruct() and endWriteStruct() methods to FileStorage
3. modifed FileStorage::write() methods to make them work well inside sequences, not only mappings.

* try to fix the doc builder

* added Python regression test for FileStorage I/O API ([TODO] iterating through long sequences can be very slow)

* fixed yaml testing
2020-06-01 11:33:09 +00:00
..
core Merge pull request #17436 from vpisarev:fix_python_io 2020-06-01 11:33:09 +00:00
features2D Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python 2020-02-01 20:20:00 +03:00
highgui/trackbar samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
Histograms_Matching Update calcBackProject_Demo1.py 2020-04-14 00:23:53 -03:00
imgProc fix pylint warnings 2019-10-16 18:49:33 +03:00
ImgTrans Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python 2019-06-23 18:03:01 +01:00
introduction Merge pull request #16889 from mehlukas:3.4-consolidateImshow 2020-04-07 14:14:51 +00:00
ml fix pylint warnings 2019-10-16 18:49:33 +03:00
objectDetection/cascade_classifier FIx misc. source and comment typos 2019-08-15 13:09:52 +03:00
photo/hdr_imaging photo: move TonemapDurand to opencv_contrib 2018-12-04 18:59:27 +03:00
ShapeDescriptors fix tuple error 2020-04-19 10:36:59 -04:00
TrackingMotion samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
video Merge pull request #14314 from mehlukas:3.4-opticalflow 2019-05-15 15:13:57 +03:00
videoio Merge pull request #16586 from themechanicalcoder:video-psnr 2020-02-22 14:42:26 +03:00