public class LensDistortionUndistorted extends java.lang.Object implements LensDistortionPinhole
| Constructor and Description |
|---|
LensDistortionUndistorted(IntrinsicParameters p) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.distort.PointTransform_F32 |
distort_F32(boolean pixelIn,
boolean pixelOut)
Adds lens distortion
|
boofcv.struct.distort.PointTransform_F64 |
distort_F64(boolean pixelIn,
boolean pixelOut)
Adds lens distortion
|
boofcv.struct.distort.PointTransform_F32 |
undistort_F32(boolean pixelIn,
boolean pixelOut)
Removes lens distortion
|
boofcv.struct.distort.PointTransform_F64 |
undistort_F64(boolean pixelIn,
boolean pixelOut)
Removes lens distortion
|
public LensDistortionUndistorted(IntrinsicParameters p)
public boofcv.struct.distort.PointTransform_F64 distort_F64(boolean pixelIn,
boolean pixelOut)
LensDistortionPinholedistort_F64 in interface LensDistortionPinholepixelIn - true if input is pixel coordinates or false if in normalized image coordinatespixelOut - true if output is pixel coordinates or false if in normalized image coordinatespublic boofcv.struct.distort.PointTransform_F64 undistort_F64(boolean pixelIn,
boolean pixelOut)
LensDistortionPinholeundistort_F64 in interface LensDistortionPinholepixelIn - true if input is pixel coordinates or false if in normalized image coordinatespixelOut - true if output is pixel coordinates or false if in normalized image coordinatespublic boofcv.struct.distort.PointTransform_F32 distort_F32(boolean pixelIn,
boolean pixelOut)
LensDistortionPinholedistort_F32 in interface LensDistortionPinholepixelIn - true if input is pixel coordinates or false if in normalized image coordinatespixelOut - true if output is pixel coordinates or false if in normalized image coordinatespublic boofcv.struct.distort.PointTransform_F32 undistort_F32(boolean pixelIn,
boolean pixelOut)
LensDistortionPinholeundistort_F32 in interface LensDistortionPinholepixelIn - true if input is pixel coordinates or false if in normalized image coordinatespixelOut - true if output is pixel coordinates or false if in normalized image coordinates