opencv/modules/3d/test
Zhangjie Chen 0e47b05106
Merge pull request #23985 from starga2er777:pcc
[GSoC] Update octree methods and create frames for PCC #23985

## PR for GSoC Point Cloud Compression
[Issue for GSoC 2023](https://github.com/opencv/opencv/issues/23624)

* We are **updating the Octree method create() by using OctreeKey**: Through voxelization, directly calculate the leaf nodes that the point cloud belongs to, and omit the judgment whether the point cloud is in the range when inserted. The index of the child node is calculated by bit operation.
* We are also **introducing a new header file pcc.h (Point Cloud Compression) with API framework**.
* We added tests for restoring point clouds from an octree.
* Currently, the features related to octree creation and point cloud compression are part of the internal API, which means they are not directly accessible to users. However, our plan for the future is to **include only the 'PointCloudCompression' class in the 'opencv2/3d.hpp' header file**. This will provide an interface for utilizing the point cloud compression functionality.

The previous PR of this was closed due to repo name conflicts, therefore we resubmitted in this PR.

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-02-29 14:02:44 +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
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
test_undistort_points.cpp Merge branch 4.x 2022-08-21 15:27:31 +00:00
test_undistort.cpp Merge branch 4.x 2023-07-05 15:51:10 +03:00
test_usac.cpp Merge pull request #24005 from ivashmak:merge_usac_5.x 2023-07-27 17:51:16 +03:00