opencv/modules/stitching/src
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
..
cuda fix multiband_blend.cu build error in issue opencv_contrib#1012 2017-02-22 08:44:10 +08:00
opencl Added checking that z is non zero to buildWarpPlaneMaps kernel 2014-10-27 15:38:44 +03:00
autocalib.cpp Fix focal length estimation from homography matrix 2023-02-14 21:51:09 +03:00
blenders.cpp Update blenders.cpp 2023-06-02 16:46:05 +03:00
camera.cpp fix: supress GCC13 warnings (#24434) 2023-10-26 09:00:58 +03:00
exposure_compensate.cpp Added new data types to cv::Mat & UMat (#23865) 2023-08-04 10:50:03 +03:00
matchers.cpp fix typo confindece 2023-06-16 20:26:26 -04:00
motion_estimators.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
precomp.hpp Merge branch 4.x 2024-01-23 17:06:52 +03:00
seam_finders.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-02-19 21:04:35 +00:00
stitcher.cpp Merge pull request #19619 from amirtu:OCV-221_get_and_set_cameras_on_stitcher 2021-03-09 17:51:40 +00:00
timelapsers.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
util_log.hpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
util.cpp added timelapse 2014-07-15 09:32:47 -07:00
warpers_cuda.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
warpers.cpp Merge pull request #24989 from zteffi:enable-warpPointBackward-in-python 2024-02-16 16:27:29 +03:00