georegression.fitting.se
Class FitSpecialEuclideanOps_F64
- java.lang.Object
-
- georegression.fitting.se.FitSpecialEuclideanOps_F64
-
public class FitSpecialEuclideanOps_F64 extends java.lang.ObjectFunctions related to fittingSpecialEuclideantransform to a set of corresponding points.
-
-
Constructor Summary
Constructors Constructor and Description FitSpecialEuclideanOps_F64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static MotionTransformPoint<Se2_F64,Point2D_F64>fitPoints2D()Creates aMotionTransformPointfor finding aSe2_F64from two sets of 2D points.static Se2_F64fitPoints2D(java.util.List<Point2D_F64> from, java.util.List<Point2D_F64> to)Given two sets of corresponding points compute theSe2_F64transform which minimizes the difference between the two sets of points.static MotionTransformPoint<Se3_F64,Point3D_F64>fitPoints3D()Creates aMotionTransformPointfor finding aSe3_F64from two sets of 3D points.static Se3_F64fitPoints3D(java.util.List<Point3D_F64> from, java.util.List<Point3D_F64> to)Given two sets of corresponding points compute theSe3_F64transform which minimizes the difference between the two sets of points.
-
-
-
Method Detail
-
fitPoints2D
public static MotionTransformPoint<Se2_F64,Point2D_F64> fitPoints2D()
Creates aMotionTransformPointfor finding aSe2_F64from two sets of 2D points.- Returns:
MotionTransformPoint.
-
fitPoints3D
public static MotionTransformPoint<Se3_F64,Point3D_F64> fitPoints3D()
Creates aMotionTransformPointfor finding aSe3_F64from two sets of 3D points.- Returns:
MotionTransformPoint.
-
fitPoints2D
public static Se2_F64 fitPoints2D(java.util.List<Point2D_F64> from, java.util.List<Point2D_F64> to)
Given two sets of corresponding points compute theSe2_F64transform 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
public static Se3_F64 fitPoints3D(java.util.List<Point3D_F64> from, java.util.List<Point3D_F64> to)
Given two sets of corresponding points compute theSe3_F64transform 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.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG