| Interface | Description |
|---|---|
| LensDistortionPinhole |
Creates point transforms for a specific lens distortion model for pin hole cameras.
|
| Class | Description |
|---|---|
| FlipVertical_F32 |
Flips the image along the vertical axis.
|
| FlipVertical_F64 |
Flips the image along the vertical axis.
|
| FlipVerticalNorm_F64 |
Flips the image along the vertical axis and converted to normalized image coordinates using the
provided transform.
|
| LensDistortionOps |
Operations related to manipulating lens distortion in images
|
| LensDistortionRadialTangential |
Radial-Tangential lens distortion model point transforms.
|
| LensDistortionUndistorted |
Projection when there is no lens distortion
|
| NormalizedToPixel_F32 |
Converts normalized pixel coordinate into pixel coordinate.
|
| NormalizedToPixel_F64 |
Converts normalized pixel coordinate into pixel coordinate.
|
| PixelToNormalized_F32 |
Converts an image pixel coordinate into a normalized pixel coordinate using the
camera's intrinsic parameters.
|
| PixelToNormalized_F64 |
Converts an image pixel coordinate into a normalized pixel coordinate using the
camera's intrinsic parameters.
|
| TransformThenPixel_F32 |
Applies a transform which outputs normalized image coordinates then converts that into
pixel coordinates
|
| TransformThenPixel_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.
|