opencv/samples/cpp/tutorial_code
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
..
calib3d fix typo 'undistorsed'->'undistorted' 2021-05-16 15:08:37 +09:00
core Merge pull request #14666 from ihsan314:file_io_xml_yml 2020-01-12 11:32:12 +03:00
features2D Add more references. Update missing references with webarchive. Use mathbf for matrices. Check that the determinant of the rotation matrix is not negative (reflection), and correct it if it is the case. 2022-06-19 01:27:32 +02:00
gpu Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial 2015-11-10 12:29:51 -05:00
HighGUI Update Samples 2019-09-05 01:10:51 +03:00
Histograms_Matching Fix an arg for calcHist() in demos 2021-06-30 17:22:56 +03:00
imgcodecs/GDAL_IO Update documentation ( tutorials ) 2016-08-15 17:23:04 +03:00
ImgProc Update and expand erosion / dilation tutorial 2020-11-18 13:32:24 +01:00
ImgTrans move tutorial to imgproc and example to ImgTrans 2022-09-10 17:42:20 +02:00
introduction Merge pull request #16889 from mehlukas:3.4-consolidateImshow 2020-04-07 14:14:51 +00:00
ml Update Samples 2019-09-05 01:10:51 +03:00
objectDetection move tutorial to imgproc and example to ImgTrans 2022-09-10 17:42:20 +02:00
photo Update Samples 2019-09-05 01:10:51 +03:00
ShapeDescriptors Update Samples 2019-09-05 01:10:51 +03:00
snippets Merge pull request #23108 from crackwitz:issue-23107 2023-01-09 09:55:31 +00:00
TrackingMotion build: eliminate build warnings 2021-08-28 17:11:26 +00:00
video Fix some typos in platforms/, samples/, 3rdparty/. 2022-09-07 16:09:23 +03:00
videoio Merge pull request #16586 from themechanicalcoder:video-psnr 2020-02-22 14:42:26 +03:00
viz samples: avoid using of legacy code constructions in viz sample 2018-04-03 16:05:43 +03:00
xfeatures2D Update Samples 2019-09-05 01:10:51 +03:00