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