Uses of Interface
georegression.struct.InvertibleTransform
Packages that use InvertibleTransform
Package
Description
-
Uses of InvertibleTransform in georegression.fitting
Classes in georegression.fitting with type parameters of type InvertibleTransformModifier 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
Classes in georegression.fitting.points with type parameters of type InvertibleTransformModifier 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
Classes in georegression.struct with type parameters of type InvertibleTransformModifier and TypeInterfaceDescriptioninterface
InvertibleTransform<T extends InvertibleTransform>
Any transform which has an unique inverse. -
Uses of InvertibleTransform in georegression.struct.affine
Subinterfaces of InvertibleTransform in georegression.struct.affineClasses in georegression.struct.affine that implement InvertibleTransformModifier and TypeClassDescriptionclass
2D affine transform for 64-bit floats.class
2D affine transform for 64-bit floats. -
Uses of InvertibleTransform in georegression.struct.homography
Subinterfaces of InvertibleTransform in georegression.struct.homographyClasses in georegression.struct.homography that implement InvertibleTransformModifier and TypeClassDescriptionclass
Describes a homography transform in 2D.class
Describes a homography transform in 2D. -
Uses of InvertibleTransform in georegression.struct.se
Subinterfaces of InvertibleTransform in georegression.struct.seModifier 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.Classes in georegression.struct.se that implement InvertibleTransformModifier 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
Classes in georegression.struct.so that implement InvertibleTransform -
Uses of InvertibleTransform in georegression.transform
Classes in georegression.transform with type parameters of type InvertibleTransformModifier and TypeClassDescriptionclass
InvertibleTransformSequence<T extends InvertibleTransform>
Given a sequence ofInvertibleTransform
transforms it will compute a single equivalent transform.static class
Fields in georegression.transform declared as InvertibleTransformMethods in georegression.transform with type parameters of type InvertibleTransformModifier 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)