Uses of Class
georegression.struct.se.Se2_F64
Packages that use Se2_F64
Package
Description
-
Uses of Se2_F64 in georegression.fitting.points
Methods in georegression.fitting.points that return types with arguments of type Se2_F64Modifier and TypeMethodDescriptionstatic MatchCloudToCloud<Se2_F64,Point2D_F64> FactoryIterativeClosestPoint.cloudIcp2D_F64(double maxDistance, StoppingCondition stop) -
Uses of Se2_F64 in georegression.fitting.se
Methods in georegression.fitting.se that return Se2_F64Modifier and TypeMethodDescriptionModelManagerSe2_F64.createModelInstance()static Se2_F64FitSpecialEuclideanOps_F64.fitPoints2D(List<Point2D_F64> from, List<Point2D_F64> to) Given two sets of corresponding points compute theSe2_F64transform which minimizes the difference between the two sets of points.MotionSe2PointSVD_F64.getTransformSrcToDst()Methods in georegression.fitting.se that return types with arguments of type Se2_F64Modifier and TypeMethodDescriptionstatic MotionTransformPoint<Se2_F64,Point2D_F64> FitSpecialEuclideanOps_F64.fitPoints2D()Creates aMotionTransformPointfor finding aSe2_F64from two sets of 2D points.Methods in georegression.fitting.se with parameters of type Se2_F64 -
Uses of Se2_F64 in georegression.misc.test
Methods in georegression.misc.test with parameters of type Se2_F64Modifier and TypeMethodDescriptionstatic voidGeometryUnitTest.assertEquals(Se2_F64 expected, Se2_F64 found, double tolTran, double tolyaw) static voidGeometryUnitTest.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
Methods in georegression.struct that return Se2_F64Methods in georegression.struct with parameters of type Se2_F64 -
Uses of Se2_F64 in georegression.struct.se
Methods in georegression.struct.se that return Se2_F64Modifier 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_F64SpecialEuclideanOps_F64.toSe2(DMatrixRMaj H, @Nullable Se2_F64 ret) Converts a homogeneous representation intoSe2_F64.Methods in georegression.struct.se with parameters of type Se2_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64SpecialEuclideanOps_F64.toAffine(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64intoAffine2D_F64.static DMatrixRMajSpecialEuclideanOps_F64.toHomogeneous(Se2_F64 se, @Nullable DMatrixRMaj ret) Converts it into a 3 by 3 homogeneous matrix.static Se2_F64SpecialEuclideanOps_F64.toSe2(DMatrixRMaj H, @Nullable Se2_F64 ret) Converts a homogeneous representation intoSe2_F64. -
Uses of Se2_F64 in georegression.transform
Methods in georegression.transform with parameters of type Se2_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64ConvertTransform_F64.convert(Se2_F64 src, @Nullable Affine2D_F64 dst) static Homography2D_F64ConvertTransform_F64.convert(Se2_F64 src, @Nullable Homography2D_F64 dst) -
Uses of Se2_F64 in georegression.transform.se
Methods in georegression.transform.se with parameters of type Se2_F64Modifier and TypeMethodDescriptionstatic voidInterpolateLinearSe2_F64.interpolate(Se2_F64 a, Se2_F64 b, double where, Se2_F64 output) Perform linear interpolationstatic Point2D_F64SePointOps_F64.transform(Se2_F64 se, double x, double y, @Nullable Point2D_F64 result) static voidSePointOps_F64.transform(Se2_F64 se, Point2D_F64[] points, int length) Applies a 2D special euclidean transform to an array of points.static Point2D_F64SePointOps_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 voidSePointOps_F64.transform(Se2_F64 se, List<Point2D_F64> points) Applies a 2D special euclidean transform to a list of points.static Point2D_F64SePointOps_F64.transformReverse(Se2_F64 se, Point2D_F64 orig, @Nullable Point2D_F64 result)