public interface LensDistortionPinhole
| 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
|
boofcv.struct.distort.PointTransform_F64 distort_F64(boolean pixelIn,
boolean pixelOut)
pixelIn - 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 coordinatesboofcv.struct.distort.PointTransform_F32 distort_F32(boolean pixelIn,
boolean pixelOut)
pixelIn - 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 coordinatesboofcv.struct.distort.PointTransform_F64 undistort_F64(boolean pixelIn,
boolean pixelOut)
pixelIn - 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 coordinatesboofcv.struct.distort.PointTransform_F32 undistort_F32(boolean pixelIn,
boolean pixelOut)
pixelIn - 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