Package georegression.fitting.points
Class FactoryIterativeClosestPoint.SE3_F32
java.lang.Object
georegression.fitting.points.MatchCloudToCloudIcp<Se3_F32,Point3D_F32>
georegression.fitting.points.FactoryIterativeClosestPoint.SE3_F32
- All Implemented Interfaces:
MatchCloudToCloud<Se3_F32,
Point3D_F32>
- Enclosing class:
- FactoryIterativeClosestPoint
public static class FactoryIterativeClosestPoint.SE3_F32
extends MatchCloudToCloudIcp<Se3_F32,Point3D_F32>
Specialized implementation for rigid body 3D points
-
Constructor Summary
ConstructorDescriptionSE3_F32
(NearestNeighbor<Point3D_F32> nn, double maxDistanceSq, StoppingCondition stop) -
Method Summary
Methods inherited from class georegression.fitting.points.MatchCloudToCloudIcp
compute, getIcp, getMatchedSourcePoints, getSourceToDestination, isModifiedSource, setDestination, setSource
-
Constructor Details
-
SE3_F32
-