| Interface | Description |
|---|---|
| ImageDistort<T extends ImageBase> |
Copies an image onto another image while applying a transform to the pixel coordinates.
|
| Class | Description |
|---|---|
| DistortImageOps |
Provides common function for distorting images.
|
| DoNothingPixelTransform_F32 |
Pixel transform which sets the output to be exactly the same as the input
|
| ImageDistortBasic<T extends ImageSingleBand> |
Most basic implementation of
ImageDistort. |
| ImageDistortCache<T extends ImageSingleBand> |
Except for very simple functions, computing the per pixel distortion is an expensive operation.
|
| PixelTransformAffine_F32 |
Distorts pixels using
Affine2D_F32. |
| PixelTransformHomography_F32 |
Distorts pixels using
Homography2D_F32. |
| PointToPixelTransform_F32 |
Allows a
PointToPixelTransform_F32 to be invoked as a PixelTransform_F32. |
| PointTransformHomography_F32 |
PointTransform_F32 using Homography2D_F32. |
| PointTransformHomography_F64 |
PointTransform_F64 using Homography2D_F64. |
Copyright © 2013. All Rights Reserved.