Namespace for matching 3D components.
More...
Namespace for matching 3D components.
- Online Manual
- Common Vision Blox-Tool Match3D
◆ DistanceRMS()
Approximates the root mean square of distances between two point clouds.
- Parameters
-
[in] | model | First point cloud. |
[in] | scene | Second point cloud. |
- Returns
- The distance.
- Exceptions
-
◆ MatchDownsampledPointClouds()
This function matches two point clouds.
- Parameters
-
[in] | model | First point cloud. |
[in] | scene | Second point cloud to be matched to model. |
[in] | parameters | Parameters that control the algorithm. |
- Returns
- Object containing all results.
- Exceptions
-
This function matches two point clouds by the iterative closest point algorithm (ICP), see: The algorithm follows Arun KS, Huang TS, Blostein SD(1987) Least-squares fitting of two 3D point sets. IEEE Transactions on Pattern Analysis and Machine Intelligence 9:698-700.