Uses of Class
georegression.misc.StoppingCondition
-
Uses of StoppingCondition in georegression.fitting.points
Modifier 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) ModifierConstructorDescriptionIterativeClosestPoint
(StoppingCondition stop, MotionTransformPoint<SE, P> motion, IterativeClosestPoint.Distance<P> distance) protected
MatchCloudToCloudIcp
(MotionTransformPoint<SE, P> motion, NearestNeighbor<P> nn, IterativeClosestPoint.Distance<P> distance, double maxDistanceSq, StoppingCondition stop) Configures ICPSE2_F32
(NearestNeighbor<Point2D_F32> nn, double maxDistanceSq, StoppingCondition stop) SE2_F64
(NearestNeighbor<Point2D_F64> nn, double maxDistanceSq, StoppingCondition stop) SE3_F32
(NearestNeighbor<Point3D_F32> nn, double maxDistanceSq, StoppingCondition stop) SE3_F64
(NearestNeighbor<Point3D_F64> nn, double maxDistanceSq, StoppingCondition stop) -
Uses of StoppingCondition in georegression.misc