opencv/modules/imgcodecs/test
Maksim Shabunin 8cbdd0c833
Merge pull request #25075 from mshabunin:cleanup-imgproc-1
C-API cleanup: apps, imgproc_c and some constants #25075

Merge with https://github.com/opencv/opencv_contrib/pull/3642

* Removed obsolete apps - traincascade and createsamples (please use older OpenCV versions if you need them). These apps relied heavily on C-API
* removed all mentions of imgproc C-API headers (imgproc_c.h, types_c.h) - they were empty, included core C-API headers
* replaced usage of several C constants with C++ ones (error codes, norm modes, RNG modes, PCA modes, ...) - most part of this PR (split into two parts - all modules and calib+3d - for easier backporting)
* removed imgproc C-API headers (as separate commit, so that other changes could be backported to 4.x)

Most of these changes can be backported to 4.x.
2024-03-05 12:18:31 +03:00
..
test_avif.cpp imgcodecs: suppress warning at test_avif.cpp 2023-12-29 12:58:24 +09:00
test_common.cpp imgcodecs(test): rework common I/O test, added grayscale mode 2020-03-27 21:34:51 +00:00
test_common.hpp imgcodecs(test): rework common I/O test, added grayscale mode 2020-03-27 21:34:51 +00:00
test_exr.impl.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-03-06 17:31:08 +00:00
test_grfmt.cpp Do not release user-provided buffer, if decoder failed. 2024-01-27 13:33:39 +03:00
test_jpeg.cpp Merge pull request #22064 from Kumataro:3.4-fix22052 2022-06-20 21:42:50 +03:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_png.cpp spng encoder/decoder added as optional png codec 2022-08-29 00:03:43 +03:00
test_precomp.hpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_read_write.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-12-03 12:39:41 +00:00
test_tiff.cpp imgcodecs: refix 23416 to use perf::MatType 2024-02-08 12:35:29 +09:00
test_webp.cpp imgcodecs(webp): multiple fixes 2018-08-30 20:42:33 +00:00