You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
test_affine2d_estimator.cpp
Merge branch 4.x
2 years ago
test_affine3.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_affine3d_estimator.cpp
Merge branch 4.x
2 years ago
test_affine_partial2d_estimator.cpp
Merge branch 4.x
2 years ago
test_compose_rt.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_decompose_projection.cpp
Merge branch 4.x
1 year ago
test_filter_homography_decomp.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_fisheye.cpp
Merge branch 4.x
1 year ago
test_fundam.cpp
Merge pull request #25075 from mshabunin:cleanup-imgproc-1
1 year ago
test_homography.cpp
Merge branch 4.x
2 years ago
test_homography_decomp.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_main.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_modelest.cpp
calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
5 years ago
test_normal.cpp
3d: fix static init in test
2 years ago
test_normal_estimation.cpp
Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d
3 years ago
test_octree.cpp
Merge pull request #23985 from starga2er777:pcc
1 year ago
test_odometry.cpp
Merge pull request #23098 from savuor:nanMask
2 years ago
test_pointcloud.cpp
Merge pull request #24961 from savuor:rv/ply_mesh
1 year ago
test_pose_graph.cpp
Merge pull request #21018 from savuor:levmarqfromscratch
3 years ago
test_precomp.hpp
Merge pull request #20013 from savuor:rgbd_to_3d
4 years ago
test_ptcloud_utils.cpp
Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d
3 years ago
test_ptcloud_utils.hpp
Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d
3 years ago
test_registration.cpp
Merge pull request #20013 from savuor:rgbd_to_3d
4 years ago
test_rendering.cpp
Merge pull request #24459 from savuor:tri_rasterize
1 year ago
test_sac_segmentation.cpp
Merge pull request #24005 from ivashmak:merge_usac_5.x
2 years ago
test_sampling.cpp
Merge pull request #21615 from No-Plane-Cannot-Be-Detected:5.x-ptcloud_comments
3 years ago
test_solvepnp_ransac.cpp
Merge branch 4.x
2 years ago
test_translation3d_estimator.cpp
Merge branch 4.x
2 years ago
test_tsdf.cpp
Merge pull request #23098 from savuor:nanMask
2 years ago
test_undistort.cpp
Merge pull request #25075 from mshabunin:cleanup-imgproc-1
1 year ago
test_undistort_badarg.cpp
Merge pull request #25075 from mshabunin:cleanup-imgproc-1
1 year ago
test_undistort_points.cpp
Merge branch 4.x
3 years ago
test_usac.cpp
Merge pull request #24005 from ivashmak:merge_usac_5.x
2 years ago