Basics
Guides
API Reference
Basics
Guides
API Reference
[54:7] extends: object
LensDistortionPinhole wraps boofcv.alg.distort.pinhole.LensDistortionPinhole.
LensDistortionPinhole (object Camera)
Creates or wraps a pinhole lens distortion model.
Camera is a CameraPinhole wrapper or existing Java object.distort_F32 (bool PixelIn, bool PixelOut)
Creates a float distortion transform.
PixelIn true if input is pixels.PixelOut true if output is pixels.A Point2Transform2_F32 Java object.distort_F64 (bool PixelIn, bool PixelOut)
Creates a double distortion transform.
PixelIn true if input is pixels.PixelOut true if output is pixels.A Point2Transform2_F64 Java object.undistort_F32 (bool PixelIn, bool PixelOut)
Creates a float undistortion transform.
PixelIn true if input is pixels.PixelOut true if output is pixels.A Point2Transform2_F32 Java object.undistort_F64 (bool PixelIn, bool PixelOut)
Creates a double undistortion transform.
PixelIn true if input is pixels.PixelOut true if output is pixels.A Point2Transform2_F64 Java object.getIntrinsic ()
Gets intrinsic camera parameters.
A CameraPinhole Java object.[99:7] extends: LensDistortionPinhole
LensDistortionBrown wraps boofcv.alg.distort.brown.LensDistortionBrown.
LensDistortionBrown (object Camera)
Creates a Brown lens distortion model.
Camera is a CameraPinholeBrown wrapper.[36:14] static extends: object
Static wrappers for boofcv.alg.distort.LensDistortionOps_F64.
transformChangeModel (string TypeName, object Original, object Desired, bool Modify, object Output)
Creates a change-model transform.
TypeName is NONE, FULL_VIEW, EXPAND, or CENTER.Original is the original camera.Desired is the desired camera.Modify true allows modifying Desired.Output is the output camera.A Point2Transform2_F64 Java object.[110:7] extends: object
LensDistortionUniversalOmni wraps boofcv.alg.distort.universal.LensDistortionUniversalOmni.
LensDistortionUniversalOmni (object Camera)
Creates a universal omni lens distortion model.
Camera is a CameraUniversalOmni wrapper.distortStoP_F64 ()
Creates a double spherical-to-pixel transform.
A Point3Transform2_F64 Java object.distortStoP_F32 ()
Creates a float spherical-to-pixel transform.
A Point3Transform2_F32 Java object.undistortPtoS_F64 ()
Creates a double pixel-to-spherical transform.
A Point2Transform3_F64 Java object.undistortPtoS_F32 ()
Creates a float pixel-to-spherical transform.
A Point2Transform3_F32 Java object.[6:14] static extends: object
AdjustmentType wraps boofcv.alg.distort.AdjustmentType.
valueOf (string Name)
Looks up an adjustment enum.
Name is NONE, FULL_VIEW, EXPAND, or CENTER.The enum Java object.[18:14] static extends: object
Static wrappers for boofcv.alg.distort.LensDistortionOps_F32.
transformChangeModel (string TypeName, object Original, object Desired, bool Modify, object Output)
Creates a change-model transform.
TypeName is NONE, FULL_VIEW, EXPAND, or CENTER.Original is the original camera.Desired is the desired camera.Modify true allows modifying Desired.Output is the output camera.A Point2Transform2_F32 Java object.[142:7] extends: object
LensDistortionKannalaBrandt wraps boofcv.alg.distort.kanbra.LensDistortionKannalaBrandt.
LensDistortionKannalaBrandt (object Camera)
Creates a Kannala-Brandt lens distortion model.
Camera is a CameraKannalaBrandt wrapper.distortStoP_F64 ()
Creates a double spherical-to-pixel transform.
A Point3Transform2_F64 Java object.distortStoP_F32 ()
Creates a float spherical-to-pixel transform.
A Point3Transform2_F32 Java object.undistortPtoS_F64 ()
Creates a double pixel-to-spherical transform.
A Point2Transform3_F64 Java object.undistortPtoS_F32 ()
Creates a float pixel-to-spherical transform.
A Point2Transform3_F32 Java object.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.