| Package | Description |
|---|---|
| boofcv.alg.distort | |
| boofcv.alg.distort.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingPixelTransform_F32
Pixel transform which sets the output to be exactly the same as the input
|
class |
PixelTransformAffine_F32
Distorts pixels using
Affine2D_F32. |
class |
PixelTransformHomography_F32
Distorts pixels using
Homography2D_F32. |
class |
PointToPixelTransform_F32
Allows a
PointToPixelTransform_F32 to be invoked as a PixelTransform_F32. |
| Modifier and Type | Field and Description |
|---|---|
protected PixelTransform_F32 |
ImageDistortBasic.dstToSrc |
| Modifier and Type | Method and Description |
|---|---|
static georegression.struct.shapes.Rectangle2D_F32 |
DistortImageOps.boundBox_F32(int srcWidth,
int srcHeight,
PixelTransform_F32 transform)
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
|
static georegression.struct.shapes.Rectangle2D_I32 |
DistortImageOps.boundBox(int srcWidth,
int srcHeight,
int dstWidth,
int dstHeight,
PixelTransform_F32 transform)
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
|
static georegression.struct.shapes.Rectangle2D_I32 |
DistortImageOps.boundBox(int srcWidth,
int srcHeight,
PixelTransform_F32 transform)
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
|
static <T extends ImageSingleBand,M extends MultiSpectral<T>> |
DistortImageOps.distortMS(M input,
M output,
PixelTransform_F32 transform,
boolean skipOutsidePixels,
TypeInterpolate interpType)
Applies a pixel transform to a
MultiSpectral image. |
static <T extends ImageSingleBand> |
DistortImageOps.distortSingle(T input,
T output,
PixelTransform_F32 transform,
boolean skipOutsidePixels,
TypeInterpolate interpType)
Applies a pixel transform to a single band image.
|
static <T extends ImageSingleBand> |
DistortImageOps.distortSingle(T input,
T output,
PixelTransform_F32 transform,
ImageBorder<T> border,
InterpolatePixelS<T> interp)
Applies a pixel transform to a single band image.
|
void |
ImageDistortBasic.setModel(PixelTransform_F32 dstToSrc) |
void |
ImageDistortCache.setModel(PixelTransform_F32 dstToSrc) |
void |
ImageDistort.setModel(PixelTransform_F32 dstToSrc)
Specifies how pixel coordinates are transformed from the destination
to source images.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
DistortSupport.createDistortMS(Class<T> imageType,
PixelTransform_F32 dstToSrc,
InterpolatePixelS<T> interp,
ImageBorder border)
Creates a
ImageDistort for the multi-spectral images of the specified image type, transformation
and interpolation instance. |
void |
ImplImageDistort_MS.setModel(PixelTransform_F32 dstToSrc) |
Copyright © 2013. All Rights Reserved.