opencv/modules/3d/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_affine2d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_affine3.cpp
test_affine3d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_affine_partial2d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_compose_rt.cpp
test_decompose_projection.cpp Merge branch 4.x 2024-02-28 18:49:05 +03:00
test_filter_homography_decomp.cpp
test_fisheye.cpp Merge branch 4.x 2024-02-19 09:06:26 +03:00
test_fundam.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_homography_decomp.cpp
test_homography.cpp Merge branch 4.x 2023-01-28 17:31:32 +00:00
test_main.cpp
test_modelest.cpp
test_normal_estimation.cpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_normal.cpp 3d: fix static init in test 2023-11-09 22:07:59 +03:00
test_octree.cpp Merge pull request #23985 from starga2er777:pcc 2024-02-29 14:02:44 +03:00
test_odometry.cpp Merge pull request #23098 from savuor:nanMask 2023-11-09 10:32:47 +03:00
test_pointcloud.cpp Merge pull request #24961 from savuor:rv/ply_mesh 2024-02-12 15:34:54 +03:00
test_pose_graph.cpp
test_precomp.hpp
test_ptcloud_utils.cpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_ptcloud_utils.hpp Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d 2022-05-23 14:47:57 +00:00
test_registration.cpp
test_rendering.cpp Merge pull request #24459 from savuor:tri_rasterize 2024-02-19 12:23:05 +03:00
test_sac_segmentation.cpp Merge pull request #24005 from ivashmak:merge_usac_5.x 2023-07-27 17:51:16 +03:00
test_sampling.cpp
test_solvepnp_ransac.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_translation3d_estimator.cpp Merge branch 4.x 2023-09-13 14:49:25 +03:00
test_tsdf.cpp Merge pull request #23098 from savuor:nanMask 2023-11-09 10:32:47 +03:00
test_undistort_badarg.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_undistort_points.cpp Merge branch 4.x 2022-08-21 15:27:31 +00:00
test_undistort.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
test_usac.cpp Merge pull request #24005 from ivashmak:merge_usac_5.x 2023-07-27 17:51:16 +03:00