Uses of Interface
georegression.fitting.MotionTransformPoint
Package
Description
-
Uses of MotionTransformPoint in georegression.fitting.affine
Modifier and TypeClassDescriptionclass
Finds the best fit model parameters in the least squares sense which can describe the transform from the 'fromPts' list to the 'toPts' list.class
Finds 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
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 ICP -
Uses of MotionTransformPoint in georegression.fitting.se
Modifier and TypeClassDescriptionclass
Finds the rigid body motion which minimizes the different between the two sets of associated points in 2D.class
Finds the rigid body motion which minimizes the different between the two sets of associated points in 2D.class
Finds the rigid body motion which minimizes the different between the two sets of associated points in 3D.class
Finds the rigid body motion which minimizes the different between the two sets of associated points in 3D.Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F32,
Point2D_F32> FitSpecialEuclideanOps_F32.fitPoints2D()
Creates aMotionTransformPoint
for finding aSe2_F32
from two sets of 2D points.static MotionTransformPoint<Se2_F64,
Point2D_F64> FitSpecialEuclideanOps_F64.fitPoints2D()
Creates aMotionTransformPoint
for finding aSe2_F64
from two sets of 2D points.static MotionTransformPoint<Se3_F32,
Point3D_F32> FitSpecialEuclideanOps_F32.fitPoints3D()
Creates aMotionTransformPoint
for finding aSe3_F32
from two sets of 3D points.static MotionTransformPoint<Se3_F64,
Point3D_F64> FitSpecialEuclideanOps_F64.fitPoints3D()
Creates aMotionTransformPoint
for finding aSe3_F64
from two sets of 3D points. -
Uses of MotionTransformPoint in georegression.fitting.so
Modifier and TypeClassDescriptionclass
Finds the rotation which minimizes the different between the two sets of associated points in 3D.class
Finds the rotation which minimizes the different between the two sets of associated points in 3D.