Uses of Interface
georegression.struct.InvertibleTransform
Package
Description
-
Uses of InvertibleTransform in georegression.fitting
Modifier and TypeInterfaceDescriptioninterface
MotionTransformPoint<T extends InvertibleTransform,
P extends GeoTuple> Interface for finding a transform that when applied to the 'src' points will minimize the difference between the corresponding point in the 'dst' list. -
Uses of InvertibleTransform in georegression.fitting.points
Modifier and TypeClassDescriptionclass
IterativeClosestPoint<SE extends InvertibleTransform,
P extends GeoTuple> A straight forward implementation of the Iterative Closest Point (ICP) algorithm for 2D or 3D objects.interface
MatchCloudToCloud<SE extends InvertibleTransform,
T extends GeoTuple> Generalized interface for finding the transform which minimizes the difference between two point clouds.class
MatchCloudToCloudIcp<SE extends InvertibleTransform,
P extends GeoTuple> Abstract implementation of ICP for point cloud fitting using anarbitrary transform
. -
Uses of InvertibleTransform in georegression.struct
Modifier and TypeInterfaceDescriptioninterface
InvertibleTransform<T extends InvertibleTransform>
Any transform which has an unique inverse. -
Uses of InvertibleTransform in georegression.struct.affine
Modifier and TypeClassDescriptionclass
2D affine transform for 64-bit floats.class
2D affine transform for 64-bit floats. -
Uses of InvertibleTransform in georegression.struct.homography
Modifier and TypeClassDescriptionclass
Describes a homography transform in 2D.class
Describes a homography transform in 2D. -
Uses of InvertibleTransform in georegression.struct.se
Modifier and TypeInterfaceDescriptioninterface
SpecialEuclidean<T extends SpecialEuclidean>
Special Euclidean or rigid body motion is a transform that preserves the norm and cross product between any two vectors.Modifier and TypeClassDescriptionclass
Special Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).class
Special Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).class
A coordinate system transform composed of a rotation and translation.class
A coordinate system transform composed of a rotation and translation. -
Uses of InvertibleTransform in georegression.struct.so
-
Uses of InvertibleTransform in georegression.transform
Modifier and TypeClassDescriptionclass
InvertibleTransformSequence<T extends InvertibleTransform>
Given a sequence ofInvertibleTransform
transforms it will compute a single equivalent transform.static class
Modifier and TypeMethodDescriptionstatic <A extends InvertibleTransform,
B extends InvertibleTransform>
BConvertTransform_F32.convert
(A src, B dst) static <A extends InvertibleTransform,
B extends InvertibleTransform>
BConvertTransform_F32.convert
(A src, B dst) static <A extends InvertibleTransform,
B extends InvertibleTransform>
BConvertTransform_F64.convert
(A src, B dst) static <A extends InvertibleTransform,
B extends InvertibleTransform>
BConvertTransform_F64.convert
(A src, B dst)