Package georegression.fitting.se
Class FitSpecialEuclideanOps_F32
java.lang.Object
georegression.fitting.se.FitSpecialEuclideanOps_F32
@Generated("georegression.fitting.se.FitSpecialEuclideanOps_F64")
public class FitSpecialEuclideanOps_F32
extends Object
Functions related to fitting
SpecialEuclidean
transform to a set
of corresponding points.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F32,
Point2D_F32> Creates aMotionTransformPoint
for finding aSe2_F32
from two sets of 2D points.static Se2_F32
fitPoints2D
(List<Point2D_F32> from, List<Point2D_F32> to) Given two sets of corresponding points compute theSe2_F32
transform which minimizes the difference between the two sets of points.static MotionTransformPoint<Se3_F32,
Point3D_F32> Creates aMotionTransformPoint
for finding aSe3_F32
from two sets of 3D points.static Se3_F32
fitPoints3D
(List<Point3D_F32> from, List<Point3D_F32> to) Given two sets of corresponding points compute theSe3_F32
transform which minimizes the difference between the two sets of points.
-
Constructor Details
-
FitSpecialEuclideanOps_F32
public FitSpecialEuclideanOps_F32()
-
-
Method Details
-
fitPoints2D
Creates aMotionTransformPoint
for finding aSe2_F32
from two sets of 2D points.- Returns:
MotionTransformPoint
.
-
fitPoints3D
Creates aMotionTransformPoint
for finding aSe3_F32
from two sets of 3D points.- Returns:
MotionTransformPoint
.
-
fitPoints2D
Given two sets of corresponding points compute theSe2_F32
transform which minimizes the difference between the two sets of points.- Parameters:
from
- List of the points original location.to
- Observed location of the points after a transform has been applied.- Returns:
- Found transform.
-
fitPoints3D
Given two sets of corresponding points compute theSe3_F32
transform which minimizes the difference between the two sets of points.- Parameters:
from
- List of the points original location.to
- Observed location of the points after a transform has been applied.- Returns:
- Found transform.
-