| Class | Description |
|---|---|
| AddRadialNtoN_F32 |
Given an undistorted normalized pixel coordinate, compute the distorted normalized coordinate.
|
| AddRadialNtoN_F64 |
Given an undistorted normalized pixel coordinate, compute the distorted normalized coordinate.
|
| AddRadialPtoP_F32 |
Given an undistorted pixel coordinate, compute the distorted coordinate.
|
| AddRadialPtoP_F64 |
Given an undistorted pixel coordinate, compute the distorted coordinate.
|
| 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
|
| 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.
|
| RemoveRadialPtoN_F32 |
Converts the observed distorted pixels into normalized image coordinates.
|
| RemoveRadialPtoN_F64 |
Converts the observed distorted pixels into normalized image coordinates.
|
| RemoveRadialPtoP_F32 |
Removes radial distortion from a pixel coordinate and outputs pixel coordinates
|
| RemoveRadialPtoP_F64 |
Removes radial distortion from a pixel coordinate and outputs pixel coordinates
|