Uses of Class
georegression.struct.se.Se2_F64
Package
Description
-
Uses of Se2_F64 in georegression.fitting.points
Modifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F64,
Point2D_F64> FactoryIterativeClosestPoint.cloudIcp2D_F64
(double maxDistance, StoppingCondition stop) -
Uses of Se2_F64 in georegression.fitting.se
Modifier and TypeMethodDescriptionModelManagerSe2_F64.createModelInstance()
static Se2_F64
FitSpecialEuclideanOps_F64.fitPoints2D
(List<Point2D_F64> from, List<Point2D_F64> to) Given two sets of corresponding points compute theSe2_F64
transform which minimizes the difference between the two sets of points.MotionSe2PointSVD_F64.getTransformSrcToDst()
Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F64,
Point2D_F64> FitSpecialEuclideanOps_F64.fitPoints2D()
Creates aMotionTransformPoint
for finding aSe2_F64
from two sets of 2D points. -
Uses of Se2_F64 in georegression.misc.test
Modifier and TypeMethodDescriptionstatic void
GeometryUnitTest.assertEquals
(Se2_F64 expected, Se2_F64 found, double tolTran, double tolyaw) static void
GeometryUnitTest.assertNotEquals
(Se2_F64 expected, Se2_F64 found, double tolTran, double tolYaw) Sees if every parameter in expected is not each to each other. -
Uses of Se2_F64 in georegression.struct
-
Uses of Se2_F64 in georegression.struct.se
Modifier and TypeMethodDescriptionSe2_F64.copy()
Se2_F64.createInstance()
Se2_F64.setTo
(double x, double y, double yaw) Se2_F64.setTo
(double x, double y, double cosYaw, double sinYaw) static Se2_F64
Converts a homogeneous representation intoSe2_F64
.Modifier and TypeMethodDescriptionstatic Affine2D_F64
SpecialEuclideanOps_F64.toAffine
(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64
intoAffine2D_F64
.static org.ejml.data.DMatrixRMaj
SpecialEuclideanOps_F64.toHomogeneous
(Se2_F64 se, @Nullable org.ejml.data.DMatrixRMaj ret) Converts it into a 3 by 3 homogeneous matrix.static Se2_F64
Converts a homogeneous representation intoSe2_F64
. -
Uses of Se2_F64 in georegression.transform
Modifier and TypeMethodDescriptionstatic Affine2D_F64
ConvertTransform_F64.convert
(Se2_F64 src, @Nullable Affine2D_F64 dst) static Homography2D_F64
ConvertTransform_F64.convert
(Se2_F64 src, @Nullable Homography2D_F64 dst) -
Uses of Se2_F64 in georegression.transform.se
Modifier and TypeMethodDescriptionstatic void
InterpolateLinearSe2_F64.interpolate
(Se2_F64 a, Se2_F64 b, double where, Se2_F64 output) Perform linear interpolationstatic Point2D_F64
SePointOps_F64.transform
(Se2_F64 se, double x, double y, @Nullable Point2D_F64 result) static void
SePointOps_F64.transform
(Se2_F64 se, Point2D_F64[] points, int length) Applies a 2D special euclidean transform to an array of points.static Point2D_F64
SePointOps_F64.transform
(Se2_F64 se, Point2D_F64 orig, @Nullable Point2D_F64 result) Applies a 2D special euclidean transform to the point and stores the results in another variable.static void
SePointOps_F64.transform
(Se2_F64 se, List<Point2D_F64> points) Applies a 2D special euclidean transform to a list of points.static Point2D_F64
SePointOps_F64.transformReverse
(Se2_F64 se, Point2D_F64 orig, @Nullable Point2D_F64 result)