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 TypeInterfaceDescriptioninterfaceMotionTransformPoint<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 TypeClassDescriptionclassIterativeClosestPoint<SE extends InvertibleTransform,P extends GeoTuple> A straight forward implementation of the Iterative Closest Point (ICP) algorithm for 2D or 3D objects.interfaceMatchCloudToCloud<SE extends InvertibleTransform,T extends GeoTuple> Generalized interface for finding the transform which minimizes the difference between two point clouds.classMatchCloudToCloudIcp<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 TypeInterfaceDescriptioninterfaceInvertibleTransform<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 TypeClassDescriptionclass2D affine transform for 64-bit floats.class2D 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 TypeClassDescriptionclassDescribes a homography transform in 2D.classDescribes a homography transform in 2D. -
Uses of InvertibleTransform in georegression.struct.se
Subinterfaces of InvertibleTransform in georegression.struct.seModifier and TypeInterfaceDescriptioninterfaceSpecialEuclidean<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 TypeClassDescriptionclassSpecial Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).classSpecial Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).classA coordinate system transform composed of a rotation and translation.classA 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 TypeClassDescriptionclassInvertibleTransformSequence<T extends InvertibleTransform>Given a sequence ofInvertibleTransformtransforms it will compute a single equivalent transform.static classFields 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)