mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
1470f90c2a
Add 3D point cloud sampling functions to branch next * Add several 3D point cloud sampling functions: Random, VoxelGrid, FarthestPoint. * Made some code detail changes and exposed the random number generator parameters at the interface. * Add simple tests for sampling. * Modify interface output parameters. * Modify interface return value. * The sampling test is modified for the new changes of function interface. * Improved test of VoxelGridFilterSampling * Improved test of VoxelGridFilterSampling and FPS. * Add test for the dist_lower_limit arguments of FPS function. * Optimization function _getMatFromInputArray. * Optimize the code style and some details according to the suggestions. * Clear prefix cv: in the source code. * Change the initialization of Mat in the sampling test. * 1. Unified code style 2. Optimize randomSampling method * 1. Optimize code comments. 2. Remove unused local variables. * Rebuild the structure of the test, make the test case more reliable, and change the code style. * Update test_sampling.cpp Fix a warning. |
||
---|---|---|
.. | ||
ocl | ||
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 | ||
test_homography_decomp.cpp | ||
test_homography.cpp | ||
test_main.cpp | ||
test_modelest.cpp | ||
test_normal.cpp | ||
test_octree.cpp | ||
test_odometry.cpp | ||
test_pose_graph.cpp | ||
test_precomp.hpp | ||
test_registration.cpp | ||
test_sampling.cpp | ||
test_solvepnp_ransac.cpp | ||
test_translation3d_estimator.cpp | ||
test_tsdf.cpp | ||
test_undistort_badarg.cpp | ||
test_undistort_points.cpp | ||
test_undistort.cpp | ||
test_usac.cpp |