Package georegression.fitting.points
Class FactoryIterativeClosestPoint
java.lang.Object
georegression.fitting.points.FactoryIterativeClosestPoint
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Specialized implementation for rigid body 2D pointsstatic class
Specialized implementation for rigid body 2D pointsstatic class
Specialized implementation for rigid body 3D pointsstatic class
Specialized implementation for rigid body 3D points -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F32,
Point2D_F32> cloudIcp2D_F32
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se2_F64,
Point2D_F64> cloudIcp2D_F64
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se3_F32,
Point3D_F32> cloudIcp3D_F32
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se3_F64,
Point3D_F64> cloudIcp3D_F64
(double maxDistance, StoppingCondition stop)
-
Constructor Details
-
FactoryIterativeClosestPoint
public FactoryIterativeClosestPoint()
-
-
Method Details
-
cloudIcp2D_F32
public static MatchCloudToCloud<Se2_F32,Point2D_F32> cloudIcp2D_F32(double maxDistance, StoppingCondition stop) - Parameters:
maxDistance
- Maximum Euclidean distance two points will be matched up.stop
- Iteration stopping criteria- Returns:
- ICP based cloud matching
-
cloudIcp2D_F64
public static MatchCloudToCloud<Se2_F64,Point2D_F64> cloudIcp2D_F64(double maxDistance, StoppingCondition stop) - Parameters:
maxDistance
- Maximum Euclidean distance two points will be matched up.stop
- Iteration stopping criteria- Returns:
- ICP based cloud matching
-
cloudIcp3D_F32
public static MatchCloudToCloud<Se3_F32,Point3D_F32> cloudIcp3D_F32(double maxDistance, StoppingCondition stop) - Parameters:
maxDistance
- Maximum Euclidean distance two points will be matched up.stop
- Iteration stopping criteria- Returns:
- ICP based cloud matching
-
cloudIcp3D_F64
public static MatchCloudToCloud<Se3_F64,Point3D_F64> cloudIcp3D_F64(double maxDistance, StoppingCondition stop) - Parameters:
maxDistance
- Maximum Euclidean distance two points will be matched up.stop
- Iteration stopping criteria- Returns:
- ICP based cloud matching
-