Uses of Class
georegression.struct.se.Se2_F32
Packages that use Se2_F32
Package
Description
-
Uses of Se2_F32 in georegression.fitting.points
Methods in georegression.fitting.points that return types with arguments of type Se2_F32Modifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F32,Point2D_F32> FactoryIterativeClosestPoint.cloudIcp2D_F32(double maxDistance, StoppingCondition stop) -
Uses of Se2_F32 in georegression.fitting.se
Methods in georegression.fitting.se that return Se2_F32Modifier and TypeMethodDescriptionModelManagerSe2_F32.createModelInstance()static Se2_F32FitSpecialEuclideanOps_F32.fitPoints2D(List<Point2D_F32> from, List<Point2D_F32> to) Given two sets of corresponding points compute theSe2_F32transform which minimizes the difference between the two sets of points.MotionSe2PointSVD_F32.getTransformSrcToDst()Methods in georegression.fitting.se that return types with arguments of type Se2_F32Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F32,Point2D_F32> FitSpecialEuclideanOps_F32.fitPoints2D()Creates aMotionTransformPointfor finding aSe2_F32from two sets of 2D points.Methods in georegression.fitting.se with parameters of type Se2_F32 -
Uses of Se2_F32 in georegression.misc.test
Methods in georegression.misc.test with parameters of type Se2_F32Modifier and TypeMethodDescriptionstatic voidGeometryUnitTest.assertEquals(Se2_F32 expected, Se2_F32 found, float tolTran, float tolyaw) -
Uses of Se2_F32 in georegression.struct
Methods in georegression.struct that return Se2_F32Methods in georegression.struct with parameters of type Se2_F32 -
Uses of Se2_F32 in georegression.struct.se
Methods in georegression.struct.se that return Se2_F32Modifier 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_F32SpecialEuclideanOps_F32.toSe2(FMatrixRMaj H, @Nullable Se2_F32 ret) Converts a homogeneous representation intoSe2_F32.Methods in georegression.struct.se with parameters of type Se2_F32Modifier and TypeMethodDescriptionstatic Affine2D_F32SpecialEuclideanOps_F32.toAffine(Se2_F32 se, @Nullable Affine2D_F32 affine) ConvertsSe2_F32intoAffine2D_F32.static FMatrixRMajSpecialEuclideanOps_F32.toHomogeneous(Se2_F32 se, @Nullable FMatrixRMaj ret) Converts it into a 3 by 3 homogeneous matrix.static Se2_F32SpecialEuclideanOps_F32.toSe2(FMatrixRMaj H, @Nullable Se2_F32 ret) Converts a homogeneous representation intoSe2_F32. -
Uses of Se2_F32 in georegression.transform
Methods in georegression.transform with parameters of type Se2_F32Modifier and TypeMethodDescriptionstatic Affine2D_F32ConvertTransform_F32.convert(Se2_F32 src, @Nullable Affine2D_F32 dst) static Homography2D_F32ConvertTransform_F32.convert(Se2_F32 src, @Nullable Homography2D_F32 dst) -
Uses of Se2_F32 in georegression.transform.se
Methods in georegression.transform.se with parameters of type Se2_F32Modifier and TypeMethodDescriptionstatic voidInterpolateLinearSe2_F32.interpolate(Se2_F32 a, Se2_F32 b, float where, Se2_F32 output) Perform linear interpolationstatic Point2D_F32SePointOps_F32.transform(Se2_F32 se, float x, float y, @Nullable Point2D_F32 result) static voidSePointOps_F32.transform(Se2_F32 se, Point2D_F32[] points, int length) Applies a 2D special euclidean transform to an array of points.static Point2D_F32SePointOps_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 voidSePointOps_F32.transform(Se2_F32 se, List<Point2D_F32> points) Applies a 2D special euclidean transform to a list of points.static Point2D_F32SePointOps_F32.transformReverse(Se2_F32 se, Point2D_F32 orig, @Nullable Point2D_F32 result)