| Interface | Description |
|---|---|
| PointTransform_F32 |
Applies a transform to a 2D point.
|
| PointTransform_F64 |
Applies a transform to a 2D point.
|
| PointTransformModel_F32<Model> |
Extends
PointTransform_F32 and adds the ability to change the motion model |
| PointTransformModel_F64<Model> |
Extends
PointTransform_F64 and adds the ability to change the motion model |
| Class | Description |
|---|---|
| DoNothingTransform_F32 |
A transform which applies no transform.
|
| DoNothingTransform_F64 |
A transform which applies no transform.
|
| PixelTransform_F32 |
Computes the location of a pixel after an arbitrary distortion has been applied to the image.
|
| PixelTransform_F64 |
Computes the location of a pixel after an arbitrary distortion has been applied to the image.
|
| SequencePointTransform_F32 |
Combines together multiple
PointTransform_F32 as a sequence into a single transform. |
| SequencePointTransform_F64 |
Combines together multiple
PointTransform_F64 as a sequence into a single transform. |