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 classSpecialized implementation for rigid body 2D pointsstatic classSpecialized implementation for rigid body 2D pointsstatic classSpecialized implementation for rigid body 3D pointsstatic classSpecialized implementation for rigid body 3D pointsclassMatchCloudToCloudIcp<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)