Uses of Interface
georegression.fitting.points.MatchCloudToCloud
Packages that use MatchCloudToCloud
-
Uses of MatchCloudToCloud in georegression.fitting.points
Classes in georegression.fitting.points that implement MatchCloudToCloudModifier 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 pointsclass
MatchCloudToCloudIcp<SE extends InvertibleTransform,
P extends GeoTuple> Abstract implementation of ICP for point cloud fitting using anarbitrary transform
.Methods in georegression.fitting.points that return MatchCloudToCloudModifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F32,
Point2D_F32> FactoryIterativeClosestPoint.cloudIcp2D_F32
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se2_F64,
Point2D_F64> FactoryIterativeClosestPoint.cloudIcp2D_F64
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se3_F32,
Point3D_F32> FactoryIterativeClosestPoint.cloudIcp3D_F32
(double maxDistance, StoppingCondition stop) static MatchCloudToCloud<Se3_F64,
Point3D_F64> FactoryIterativeClosestPoint.cloudIcp3D_F64
(double maxDistance, StoppingCondition stop)