opencv/modules/3d/test
Wanli Zhong b06544bd54
Merge pull request #21918 from No-Plane-Cannot-Be-Detected:5.x-region_growing_3d
Add normal estimation and region growing algorithm for point cloud

* Add normal estimation and region growing algorithm for point cloud

* 1.Modified documentation for normal estimation;2.Converted curvature in region growing to absolute values;3.Changed the data type of threshold from float to double;4.Fixed some bugs;

* Finished documentation

* Add tests for normal estimation. Test the normal and curvature of each point in the plane and sphere of the point cloud.

* Fix some warnings caused by to small numbers in test

* Change the test to calculate the average difference instead of comparing each normal and curvature

* Fixed the bugs found by testing

* Redesigned the interface and fixed problems:
1. Make the interface compatible with radius search.
2. Make region growing optionally sortable on results.
3. Modified the region growing interface.
4. Format reference.
5. Removed sphere test.

* Fix warnings

* Remove flann dependency

* Move the flann dependency to the corresponding test
2022-05-23 14:47:57 +00:00
..
ocl Merge pull request #21189 from DumDereDum:new_volume 2022-02-18 14:50:26 +00:00
test_affine2d_estimator.cpp
test_affine3.cpp
test_affine3d_estimator.cpp
test_affine_partial2d_estimator.cpp
test_compose_rt.cpp
test_decompose_projection.cpp
test_filter_homography_decomp.cpp
test_fundam.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00
test_homography_decomp.cpp
test_homography.cpp
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 Merge pull request #20755 from DumDereDum:new_odometry 2021-12-02 20:53:44 +03:00
test_octree.cpp add Octree to 3d module of next branch. 2021-06-08 11:19:01 +08:00
test_odometry.cpp Merge pull request #21741 from DumDereDum:odometry_prepareFrame_fix 2022-04-04 21:14:31 +00:00
test_pointcloud.cpp Merge pull request #20471 from ibvfteh:pointcloudio 2022-05-13 18:10:39 +00:00
test_pose_graph.cpp Merge pull request #21018 from savuor:levmarqfromscratch 2021-12-27 21:51:32 +00:00
test_precomp.hpp Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
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 Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
test_sac_segmentation.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_sampling.cpp Merge pull request #21615 from No-Plane-Cannot-Be-Detected:5.x-ptcloud_comments 2022-02-18 20:43:08 +03:00
test_solvepnp_ransac.cpp * refactored the remaining old-style functions in 3d and calib modules to use the new C++ API. 2021-06-07 20:55:25 +08:00
test_translation3d_estimator.cpp
test_tsdf.cpp Merge pull request #21189 from DumDereDum:new_volume 2022-02-18 14:50:26 +00:00
test_undistort_badarg.cpp
test_undistort_points.cpp Merge branch 4.x 2022-04-23 22:07:14 +00:00
test_undistort.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00
test_usac.cpp Merge branch 4.x 2021-12-30 21:43:45 +00:00