| Package | Description |
|---|---|
| boofcv.alg.distort | |
| boofcv.struct.distort |
| Modifier and Type | Class and Description |
|---|---|
class |
PointTransformHomography_F32
PointTransform_F32 using Homography2D_F32. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
DistortImageOps.createImageDistort(PointTransform_F32 transform,
TypeInterpolate interpType,
Class<T> imageType)
Easy way to create
ImageDistort given PixelTransform_F32. |
| Constructor and Description |
|---|
PointToPixelTransform_F32(PointTransform_F32 alg) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingTransform_F32
A transform which applies no transform.
|
class |
SequencePointTransform_F32
Combines together multiple
PointTransform_F32 as a sequence into a single transform. |
| Constructor and Description |
|---|
SequencePointTransform_F32(PointTransform_F32... sequence)
Specifies the sequence of transforms.
|
Copyright © 2013. All Rights Reserved.