Uses of Class
georegression.struct.GeoTuple
Package
Description
-
Uses of GeoTuple 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 GeoTuple in georegression.fitting.points
Modifier and TypeInterfaceDescriptioninterface
ClosestPointToModel<T extends GeoTuple>
An interface where the closest point to a model is looked up.class
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 GeoTuple in georegression.struct
Modifier and TypeClassDescriptionclass
Describes geometric objects that are composed of N double values.Modifier and TypeClassDescriptionclass
GeoTuple_F32<T extends GeoTuple_F32>
Describes geometric objects that are composed of N float values.class
GeoTuple_F64<T extends GeoTuple_F64>
Describes geometric objects that are composed of N double values.class
GeoTuple_I32<T extends GeoTuple_I32<T>>
Integer tuple classclass
GeoTuple2D_F32<T extends GeoTuple2D_F32>
Generic Tuple for geometric objects that store (x,y)class
GeoTuple2D_F64<T extends GeoTuple2D_F64>
Generic Tuple for geometric objects that store (x,y)class
GeoTuple3D_F32<T extends GeoTuple3D_F32>
Generic Tuple for geometric objects that store (x,y,z)class
GeoTuple3D_F64<T extends GeoTuple3D_F64>
Generic Tuple for geometric objects that store (x,y,z)class
GeoTuple4D_F32<T extends GeoTuple4D_F32>
Generic Tuple for geometric objects that store (x,y,z,w)class
GeoTuple4D_F64<T extends GeoTuple4D_F64>
Generic Tuple for geometric objects that store (x,y,z,w) -
Uses of GeoTuple in georegression.struct.plane
Modifier and TypeClassDescriptionclass
Specifies a plane using the closest point on the plane to the origin.class
Specifies a plane using the closest point on the plane to the origin. -
Uses of GeoTuple in georegression.struct.point
Modifier and TypeClassDescriptionclass
A point in 2Dclass
A point in 2Dclass
A point in 2D composed of shortsclass
An integer 2D pointclass
class
class
Point in 3D with integer values.class
Point in 4D or a 3D point in homogenous coordinates.class
Point in 4D or a 3D point in homogenous coordinates.class
Spacial vector in 2Dclass
Spacial vector in 2Dclass
Spacial vector in 3D.class
Spacial vector in 3D.class
Vector in 4D spaceclass
Vector in 4D space