mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-07 12:19:55 +01:00
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 |
||
|---|---|---|
| .. | ||
| core_mat_checkVector.cpp | ||
| core_merge.cpp | ||
| core_reduce.cpp | ||
| core_split.cpp | ||
| core_various.cpp | ||
| imgcodecs_imwrite.cpp | ||
| imgproc_applyColorMap.cpp | ||
| imgproc_calcHist.cpp | ||
| imgproc_drawContours.cpp | ||
| imgproc_HoughLinesCircles.cpp | ||
| imgproc_HoughLinesP.cpp | ||
| imgproc_HoughLinesPointSet.cpp | ||