Package boofcv.struct.distort
-
Interface Summary Interface Description PixelTransform<T> Computes a transform in pixel coordinatesPoint2Transform2_F32 Applies a transform to a 2D point.Point2Transform2_F64 Applies a transform to a 2D point.Point2Transform2Model_F32<Model> ExtendsPoint2Transform2_F32
and adds the ability to change the motion modelPoint2Transform2Model_F64<Model> ExtendsPoint2Transform2_F64
and adds the ability to change the motion modelPoint2Transform3_F32 Applies a transform of a 2D point into a 3D point.Point2Transform3_F64 Applies a transform of a 2D point into a 3D point.Point3Transform2_F32 Applies a transform of a 3D point into a 2D point.Point3Transform2_F64 Applies a transform of a 3D point into a 2D point.Point3Transform3_F32 Applies a transform of a 3D point into a 3D point.Point3Transform3_F64 Applies a transform of a 3D point into a 3D point. -
Class Summary Class Description DoNothing2Transform2_F32 A transform which applies no transform.DoNothing2Transform2_F64 A transform which applies no transform.PointToPixelTransform_F32 Allows aPointToPixelTransform_F32
to be invoked as aPixelTransform
.PointToPixelTransform_F64 Allows aPointToPixelTransform_F64
to be invoked as aPixelTransform
.SequencePoint2Transform2_F32 Combines together multiplePoint2Transform2_F32
as a sequence into a single transform.SequencePoint2Transform2_F64 Combines together multiplePoint2Transform2_F64
as a sequence into a single transform.