Parameters to configure the Align.DownsampledPointClouds(PointCloud, PointCloud, AlignmentParameters) algorithm.
More...
|
| AlignmentParameters () |
| Default constructor using reasonable default values.
|
|
|
long | MaxModelPoints [get, set] |
| Number of points from the model point cloud to retain and use. Higher numbers tend to lead to much higher processing times. Good start values are in the order of 500.
|
|
long | MaxScenePoints [get, set] |
| Number of points from the scene point cloud to retain and use. Higher numbers tend to lead to much higher processing times. Good start values are in the order of 500.
|
|
double | MaxDistanceStdDev [get, set] |
| Maximum distance(in unnamed point cloud units) at which two points shall be considered corresponding. Point correspondences are selected up to MeanDistance + (MaxStdDevDistance * StdDevDistance). A reasonable value to start with is 1. More...
|
|
double | DeltaThresholdRms [get, set] |
| Root mean square distance between the model and scene point cloud at which to stop the iteration. A reasonable value to start with is 1e-6.
|
|
int | MaxIterations [get, set] |
| Number of iterations at which to stop (unless the DeltaThresholdRms criterion has been reached already). A reasonable value to start with is 20.
|
|
◆ MaxDistanceStdDev
Maximum distance(in unnamed point cloud units) at which two points shall be considered corresponding. Point correspondences are selected up to MeanDistance + (MaxStdDevDistance * StdDevDistance). A reasonable value to start with is 1.