opencv/modules
Ruan 0cf0a5e9d4
Merge pull request #21095 from No-Plane-Cannot-Be-Detected:next_SIMD
Accelerated 3D point cloud Farthest Point Sampling calculation using SIMD.

* 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.

* Use SIMD to optimize the farthest point sampling.

* Optimize the farthest point sampling SIMD code.

* 1. remove `\n` from the ptcloud.hpp comment.
2. updated the default value of the argument arrangement_of_points in the _getMatFromInputArray function in ptcloud_utils.hpp from 0 to 1, since the latter is more commonly used (such arrangement is easier for SIMD acceleration).
3. removed two functions in ptcloud_utils.hpp that were not used.

* Remove the <br> in the comment.

* Fix whitespace issues.
2021-11-30 12:33:44 +00:00
..
3d Merge pull request #21095 from No-Plane-Cannot-Be-Detected:next_SIMD 2021-11-30 12:33:44 +00:00
calib 5.x: cleanup compatibility code (2021-10) 2021-10-20 17:40:04 +00:00
core 5.x: cleanup compatibility code (2021-10) 2021-10-20 17:40:04 +00:00
dnn 5.x: cleanup compatibility code (2021-10) 2021-10-20 17:40:04 +00:00
features2d 5.x: cleanup compatibility code (2021-10) 2021-10-20 17:40:04 +00:00
flann Improves FLANN's heap allocations by a memory pool 2021-08-11 17:34:15 +09:00
gapi Merge branch 4.x 2021-10-15 21:53:39 +00:00
highgui Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-10-15 13:35:03 +00:00
imgcodecs Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-10-15 13:35:03 +00:00
imgproc 5.x: cleanup compatibility code (2021-10) 2021-10-20 17:40:04 +00:00
java Merge branch 4.x 2021-10-15 21:53:39 +00:00
js Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-10-04 19:50:01 +00:00
ml Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-08-14 18:24:00 +00:00
objc Merge branch 4.x 2021-04-10 18:03:01 +00:00
objdetect Merge branch 4.x 2021-10-15 21:53:39 +00:00
photo Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-09-25 17:50:00 +00:00
python Merge branch 4.x 2021-10-15 21:53:39 +00:00
stereo Merge pull request #20013 from savuor:rgbd_to_3d 2021-08-22 13:18:45 +00:00
stitching Merge pull request #20225 from vpisarev:remove_c_3d 2021-06-07 16:55:15 +00:00
ts Merge branch 4.x 2021-10-15 21:53:39 +00:00
video Merge branch 4.x 2021-10-15 21:53:39 +00:00
videoio Merge branch 4.x 2021-10-15 21:53:39 +00:00
world vtk 9.0 autoinit fix 2021-05-18 10:20:54 +03:00
CMakeLists.txt cmake: process modules in the same CMake scope 2021-07-22 15:22:42 +00:00