public class LensDistortionPinhole extends java.lang.Object implements LensDistortionNarrowFOV
| Constructor and Description |
|---|
LensDistortionPinhole(CameraPinhole p) |
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.distort.Point2Transform2_F32 |
distort_F32(boolean pixelIn,
boolean pixelOut)
Adds lens distortion
|
boofcv.struct.distort.Point2Transform2_F64 |
distort_F64(boolean pixelIn,
boolean pixelOut)
Adds lens distortion
|
boofcv.struct.distort.Point2Transform2_F32 |
undistort_F32(boolean pixelIn,
boolean pixelOut)
Removes lens distortion
|
boofcv.struct.distort.Point2Transform2_F64 |
undistort_F64(boolean pixelIn,
boolean pixelOut)
Removes lens distortion
|
public LensDistortionPinhole(CameraPinhole p)
public boofcv.struct.distort.Point2Transform2_F64 distort_F64(boolean pixelIn,
boolean pixelOut)
LensDistortionNarrowFOVdistort_F64 in interface LensDistortionNarrowFOVpixelIn - 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.Point2Transform2_F64 undistort_F64(boolean pixelIn,
boolean pixelOut)
LensDistortionNarrowFOVundistort_F64 in interface LensDistortionNarrowFOVpixelIn - 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.Point2Transform2_F32 distort_F32(boolean pixelIn,
boolean pixelOut)
LensDistortionNarrowFOVdistort_F32 in interface LensDistortionNarrowFOVpixelIn - 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.Point2Transform2_F32 undistort_F32(boolean pixelIn,
boolean pixelOut)
LensDistortionNarrowFOVundistort_F32 in interface LensDistortionNarrowFOVpixelIn - 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