opencv/samples/cpp/tutorial_code/snippets
Christoph Rackwitz a64b51dd94
Merge pull request #23108 from crackwitz:issue-23107
Usage of imread(): magic number 0, unchecked result

* docs: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()

* samples, apps: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()

* tests: rewrite 0/1 to IMREAD_GRAYSCALE/IMREAD_COLOR in imread()

* doc/py_tutorials: check imread() result
2023-01-09 09:55:31 +00:00
..
core_mat_checkVector.cpp Improve the doc for cv::Mat::checkVector. 2018-01-18 16:48:59 +01:00
core_merge.cpp Improve the documentation. 2017-08-28 12:36:23 +02:00
core_reduce.cpp Update documentation 2018-01-12 22:21:14 +03:00
core_split.cpp Improve the documentation. 2017-08-28 12:36:23 +02:00
core_various.cpp TickMeter: added FPS and AvgTime, improved docs, reformatted 2020-04-16 21:33:29 +03:00
imgcodecs_imwrite.cpp Update documentation of imwrite() 2020-07-06 11:02:50 +03:00
imgproc_applyColorMap.cpp add imgproc snippets 2018-06-01 23:42:00 +09:00
imgproc_calcHist.cpp Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
imgproc_drawContours.cpp Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
imgproc_HoughLinesCircles.cpp Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
imgproc_HoughLinesP.cpp Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
imgproc_HoughLinesPointSet.cpp cmake: refactored scripts with samples building: 2018-02-12 18:42:36 +03:00