Uses of Class
georegression.struct.se.Se2_F32
Package
Description
-
Uses of Se2_F32 in georegression.fitting.points
Modifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F32,
Point2D_F32> FactoryIterativeClosestPoint.cloudIcp2D_F32
(double maxDistance, StoppingCondition stop) -
Uses of Se2_F32 in georegression.fitting.se
Modifier and TypeMethodDescriptionModelManagerSe2_F32.createModelInstance()
static Se2_F32
FitSpecialEuclideanOps_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.MotionSe2PointSVD_F32.getTransformSrcToDst()
Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F32,
Point2D_F32> FitSpecialEuclideanOps_F32.fitPoints2D()
Creates aMotionTransformPoint
for finding aSe2_F32
from two sets of 2D points. -
Uses of Se2_F32 in georegression.misc.test
Modifier and TypeMethodDescriptionstatic void
GeometryUnitTest.assertEquals
(Se2_F32 expected, Se2_F32 found, float tolTran, float tolyaw) -
Uses of Se2_F32 in georegression.struct
-
Uses of Se2_F32 in georegression.struct.se
Modifier and TypeMethodDescriptionSe2_F32.copy()
Se2_F32.createInstance()
Se2_F32.setTo
(float x, float y, float yaw) Se2_F32.setTo
(float x, float y, float cosYaw, float sinYaw) static Se2_F32
Converts a homogeneous representation intoSe2_F32
.Modifier and TypeMethodDescriptionstatic Affine2D_F32
SpecialEuclideanOps_F32.toAffine
(Se2_F32 se, @Nullable Affine2D_F32 affine) ConvertsSe2_F32
intoAffine2D_F32
.static org.ejml.data.FMatrixRMaj
SpecialEuclideanOps_F32.toHomogeneous
(Se2_F32 se, @Nullable org.ejml.data.FMatrixRMaj ret) Converts it into a 3 by 3 homogeneous matrix.static Se2_F32
Converts a homogeneous representation intoSe2_F32
. -
Uses of Se2_F32 in georegression.transform
Modifier and TypeMethodDescriptionstatic Affine2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Affine2D_F32 dst) static Homography2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Homography2D_F32 dst) -
Uses of Se2_F32 in georegression.transform.se
Modifier and TypeMethodDescriptionstatic void
InterpolateLinearSe2_F32.interpolate
(Se2_F32 a, Se2_F32 b, float where, Se2_F32 output) Perform linear interpolationstatic Point2D_F32
SePointOps_F32.transform
(Se2_F32 se, float x, float y, @Nullable Point2D_F32 result) static void
SePointOps_F32.transform
(Se2_F32 se, Point2D_F32[] points, int length) Applies a 2D special euclidean transform to an array of points.static Point2D_F32
SePointOps_F32.transform
(Se2_F32 se, Point2D_F32 orig, @Nullable Point2D_F32 result) Applies a 2D special euclidean transform to the point and stores the results in another variable.static void
SePointOps_F32.transform
(Se2_F32 se, List<Point2D_F32> points) Applies a 2D special euclidean transform to a list of points.static Point2D_F32
SePointOps_F32.transformReverse
(Se2_F32 se, Point2D_F32 orig, @Nullable Point2D_F32 result)