Uses of Class
georegression.struct.GeoTuple
Packages that use GeoTuple
Package
Description
-
Uses of GeoTuple in georegression.fitting
Classes in georegression.fitting with type parameters of type GeoTupleModifier 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 GeoTuple in georegression.fitting.points
Classes in georegression.fitting.points with type parameters of type GeoTupleModifier and TypeInterfaceDescriptioninterfaceClosestPointToModel<T extends GeoTuple>An interface where the closest point to a model is looked up.classIterativeClosestPoint<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 GeoTuple in georegression.struct
Classes in georegression.struct with type parameters of type GeoTupleModifier and TypeClassDescriptionclassDescribes geometric objects that are composed of N double values.Subclasses of GeoTuple in georegression.structModifier and TypeClassDescriptionclassGeoTuple_F32<T extends GeoTuple_F32>Describes geometric objects that are composed of N float values.classGeoTuple_F64<T extends GeoTuple_F64>Describes geometric objects that are composed of N double values.classGeoTuple_I32<T extends GeoTuple_I32<T>>Integer tuple classclassGeoTuple2D_F32<T extends GeoTuple2D_F32>Generic Tuple for geometric objects that store (x,y)classGeoTuple2D_F64<T extends GeoTuple2D_F64>Generic Tuple for geometric objects that store (x,y)classGeoTuple3D_F32<T extends GeoTuple3D_F32>Generic Tuple for geometric objects that store (x,y,z)classGeoTuple3D_F64<T extends GeoTuple3D_F64>Generic Tuple for geometric objects that store (x,y,z)classGeoTuple4D_F32<T extends GeoTuple4D_F32>Generic Tuple for geometric objects that store (x,y,z,w)classGeoTuple4D_F64<T extends GeoTuple4D_F64>Generic Tuple for geometric objects that store (x,y,z,w) -
Uses of GeoTuple in georegression.struct.plane
Subclasses of GeoTuple in georegression.struct.planeModifier and TypeClassDescriptionclassSpecifies a plane using the closest point on the plane to the origin.classSpecifies a plane using the closest point on the plane to the origin. -
Uses of GeoTuple in georegression.struct.point
Subclasses of GeoTuple in georegression.struct.pointModifier and TypeClassDescriptionclassA point in 2DclassA point in 2DclassA point in 2D composed of shortsclassAn integer 2D pointclassclassclassPoint in 3D with integer values.classPoint in 4D or a 3D point in homogenous coordinates.classPoint in 4D or a 3D point in homogenous coordinates.classSpacial vector in 2DclassSpacial vector in 2DclassSpacial vector in 3D.classSpacial vector in 3D.classVector in 4D spaceclassVector in 4D space