Uses of Interface
georegression.fitting.MotionTransformPoint
Packages that use MotionTransformPoint
Package
Description
-
Uses of MotionTransformPoint in georegression.fitting.affine
Classes in georegression.fitting.affine that implement MotionTransformPointModifier and TypeClassDescriptionclassFinds the best fit model parameters in the least squares sense which can describe the transform from the 'fromPts' list to the 'toPts' list.classFinds the best fit model parameters in the least squares sense which can describe the transform from the 'fromPts' list to the 'toPts' list. -
Uses of MotionTransformPoint in georegression.fitting.points
Constructors in georegression.fitting.points with parameters of type MotionTransformPointModifierConstructorDescriptionIterativeClosestPoint(StoppingCondition stop, MotionTransformPoint<SE, P> motion, IterativeClosestPoint.Distance<P> distance) protectedMatchCloudToCloudIcp(MotionTransformPoint<SE, P> motion, NearestNeighbor<P> nn, IterativeClosestPoint.Distance<P> distance, double maxDistanceSq, StoppingCondition stop) Configures ICP -
Uses of MotionTransformPoint in georegression.fitting.se
Classes in georegression.fitting.se that implement MotionTransformPointModifier and TypeClassDescriptionclassFinds the rigid body motion which minimizes the different between the two sets of associated points in 2D.classFinds the rigid body motion which minimizes the different between the two sets of associated points in 2D.classFinds the rigid body motion which minimizes the different between the two sets of associated points in 3D.classFinds the rigid body motion which minimizes the different between the two sets of associated points in 3D.Methods in georegression.fitting.se that return MotionTransformPointModifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F32,Point2D_F32> FitSpecialEuclideanOps_F32.fitPoints2D()Creates aMotionTransformPointfor finding aSe2_F32from two sets of 2D points.static MotionTransformPoint<Se2_F64,Point2D_F64> FitSpecialEuclideanOps_F64.fitPoints2D()Creates aMotionTransformPointfor finding aSe2_F64from two sets of 2D points.static MotionTransformPoint<Se3_F32,Point3D_F32> FitSpecialEuclideanOps_F32.fitPoints3D()Creates aMotionTransformPointfor finding aSe3_F32from two sets of 3D points.static MotionTransformPoint<Se3_F64,Point3D_F64> FitSpecialEuclideanOps_F64.fitPoints3D()Creates aMotionTransformPointfor finding aSe3_F64from two sets of 3D points. -
Uses of MotionTransformPoint in georegression.fitting.so
Classes in georegression.fitting.so that implement MotionTransformPointModifier and TypeClassDescriptionclassFinds the rotation which minimizes the different between the two sets of associated points in 3D.classFinds the rotation which minimizes the different between the two sets of associated points in 3D.