opencv/samples/python
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
..
tutorial_code Merge pull request #17436 from vpisarev:fix_python_io 2020-06-01 11:33:09 +00:00
_coverage.py
_doc.py
_run_winpack_demo.cmd
.gitignore
asift.py
browse.py fix pylint warnings 2019-10-16 18:49:33 +03:00
calibrate.py fix pylint warnings 2019-10-16 18:49:33 +03:00
camera_calibration_show_extrinsics.py fix pylint warnings 2019-10-16 18:49:33 +03:00
camshift.py Fixed Typo Closes #15148 2019-08-19 22:52:00 +05:30
CMakeLists.txt
coherence.py
color_histogram.py fix pylint warnings 2019-10-16 18:49:33 +03:00
common.py
contours.py
deconvolution.py Fix spelling typos 2019-12-27 12:46:53 +00:00
demo.py build: updates for winpack dldt 2020-03-31 20:29:11 +00:00
dft.py
digits_adjust.py
digits_video.py ml/python: fix digits samples(3.4) 2020-01-13 12:26:28 +01:00
digits.py ml/python: fix digits samples(3.4) 2020-01-13 12:26:28 +01:00
distrans.py
drawing.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
edge.py fix pylint warnings 2019-10-16 18:49:33 +03:00
facedetect.py fix pylint warnings 2019-10-16 18:49:33 +03:00
feature_homography.py
find_obj.py features2d(sift): move SIFT tests / headers / build fixes 2020-04-23 08:45:22 +00:00
fitline.py fix pylint warnings 2019-10-16 18:49:33 +03:00
floodfill.py
gabor_threads.py
gaussian_mix.py
grabcut.py Minor update in grabcut.py 2020-02-20 16:19:24 +03:00
hist.py
houghcircles.py fix pylint warnings 2019-10-16 18:49:33 +03:00
houghlines.py fix pylint warnings 2019-10-16 18:49:33 +03:00
inpaint.py
kalman.py
kmeans.py fix pylint warnings 2019-10-16 18:49:33 +03:00
laplace.py Merge pull request #14107 from adityak2920:aditya 2020-02-20 15:41:55 +03:00
lappyr.py fix pylint warnings 2019-10-16 18:49:33 +03:00
letter_recog.py
lk_homography.py
lk_track.py Removed deprecated 'clock' import. 2019-12-30 13:00:29 +00:00
logpolar.py
morphology.py
mosse.py
mouse_and_match.py
mser.py
opencv_version.py
opt_flow.py fix pylint warnings 2019-10-16 18:49:33 +03:00
peopledetect.py fix pylint warnings 2019-10-16 18:49:33 +03:00
plane_ar.py
plane_tracker.py
qrcode.py Merge pull request #16795 from jshiwam:qrsample 2020-04-17 12:16:39 +00:00
squares.py
stereo_match.py fix pylint warnings 2019-10-16 18:49:33 +03:00
text_skewness_correction.py Added tutorial for text skewness correction in C++ and Python. 2020-01-23 08:24:39 +03:00
texture_flow.py
tst_scene_render.py
turing.py fix pylint warnings 2019-10-16 18:49:33 +03:00
video_threaded.py fix pylint warnings 2019-10-16 18:49:33 +03:00
video_v4l2.py fix pylint warnings 2019-10-16 18:49:33 +03:00
video.py Removed deprecated 'clock' import. 2019-12-30 13:00:29 +00:00
watershed.py