| Interface | Description |
|---|---|
| LensDistortionNarrowFOV |
HInterface for creating transform between distorted and undistorted pixel/normalized-2D image
cordinates for camera models that supports FOV less than 180 degrees.
|
| LensDistortionWideFOV |
Interface for creating transform between distorted and undistorted pixel/unit sphere
coordinates for camera models that supports FOV more than 180 degrees.
|
| Class | Description |
|---|---|
| FlipVertical_F32 |
Flips the image along the vertical axis.
|
| FlipVertical_F64 |
Flips the image along the vertical axis.
|
| FlipVerticalNorm2_F32 |
Flips the image along the vertical axis and convert to normalized image coordinates using the
provided transform.
|
| FlipVerticalNorm2_F64 |
Flips the image along the vertical axis and convert to normalized image coordinates using the
provided transform.
|
| LensDistortionOps |
Operations related to manipulating lens distortion in images
|
| NarrowToWidePtoP_F32 |
Projects a synthetic view of a narrow FOV camera from a wide FOV camera.
|
| NarrowToWidePtoP_F64 |
Projects a synthetic view of a narrow FOV camera from a wide FOV camera.
|
| RemovePerspectiveDistortion<T extends boofcv.struct.image.ImageBase> |
Class which simplifies the removal of perspective distortion from a region inside an image.
|
| Transform2ThenPixel_F32 |
Applies a transform which outputs normalized image coordinates then converts that into
pixel coordinates
|
| Transform2ThenPixel_F64 |
Applies a transform which outputs normalized image coordinates then converts that into
pixel coordinates
|
| Enum | Description |
|---|---|
| AdjustmentType |
Types of adjustments that can be done to an undistorted image.
|