Uses of Class
boofcv.struct.calib.CameraModel
Package
Description
-
Uses of CameraModel in boofcv.abst.geo.calibration
Modifier and TypeMethodDescription<T extends CameraModel>
TCalibrateMonoPlanar.getIntrinsic()
<T extends CameraModel>
TCalibrateMonoPlanar.process()
After calibration points have been found this invokes the Zhang99 algorithm to estimate calibration parameters.Modifier and TypeMethodDescriptionstatic void
CalibrateMonoPlanar.computeQuality
(CameraModel intrinsic, ScoreCalibrationFill fillScorer, List<List<Point2D_F64>> targetLayouts, List<CalibrationObservation> observations, CalibrationQuality quality) Computes quality metrics to quantify how good of a job the person calibrating did -
Uses of CameraModel in boofcv.alg.geo
Modifier and TypeMethodDescriptionstatic Point2D_F64
PerspectiveOps.convertNormToPixel
(CameraModel param, double x, double y, @Nullable Point2D_F64 pixel) Convenient function for converting from normalized image coordinates to the original image pixel coordinate.static Point2D_F32
PerspectiveOps.convertNormToPixel
(CameraModel param, float x, float y, @Nullable Point2D_F32 pixel) Convenient function for converting from normalized image coordinates to the original image pixel coordinate.static Point2D_F64
PerspectiveOps.convertNormToPixel
(CameraModel param, Point2D_F64 norm, @Nullable Point2D_F64 pixel) Convenient function for converting from normalized image coordinates to the original image pixel coordinate.static Point2D_F32
PerspectiveOps.convertPixelToNorm
(CameraModel param, Point2D_F32 pixel, @Nullable Point2D_F32 norm) Convenient function for converting from distorted image pixel coordinate to undistorted normalized image coordinates.static Point2D_F64
PerspectiveOps.convertPixelToNorm
(CameraModel param, Point2D_F64 pixel, @Nullable Point2D_F64 norm) Convenient function for converting from distorted image pixel coordinate to undistorted normalized image coordinates. -
Uses of CameraModel in boofcv.alg.geo.calibration
-
Uses of CameraModel in boofcv.alg.geo.calibration.cameras
Modifier and TypeMethodDescriptionZhang99Camera.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraBrown.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraKannalaBrandt.getCameraModel
(BundleAdjustmentCamera bundleCam) Zhang99CameraUniversalOmni.getCameraModel
(BundleAdjustmentCamera bundleCam) -
Uses of CameraModel in boofcv.alg.geo.impl
Modifier and TypeMethodDescriptionstatic Point2D_F32
ImplPerspectiveOps_F32.convertNormToPixel
(CameraModel param, float x, float y, @Nullable Point2D_F32 pixel) static Point2D_F64
ImplPerspectiveOps_F64.convertNormToPixel
(CameraModel param, double x, double y, @Nullable Point2D_F64 pixel) static Point2D_F32
ImplPerspectiveOps_F32.convertPixelToNorm
(CameraModel param, Point2D_F32 pixel, @Nullable Point2D_F32 norm) static Point2D_F64
ImplPerspectiveOps_F64.convertPixelToNorm
(CameraModel param, Point2D_F64 pixel, @Nullable Point2D_F64 norm) -
Uses of CameraModel in boofcv.factory.distort
Modifier and TypeMethodDescriptionstatic LensDistortionNarrowFOV
LensDistortionFactory.narrow
(CameraModel param) Creates thelens distortion
for the specified camera parameters.static LensDistortionWideFOV
LensDistortionFactory.wide
(CameraModel param) Creates thelens distortion
for the specified camera parameters. -
Uses of CameraModel in boofcv.io.calibration
Modifier and TypeMethodDescriptionstatic <T extends CameraModel>
voidstatic <T extends CameraModel>
voidSaves intrinsic camera model to diskstatic <T extends CameraModel>
void -
Uses of CameraModel in boofcv.struct.calib
Modifier and TypeClassDescriptionclass
Division model for lens distortion [1].class
A camera model for pinhole, wide angle, and fisheye cameras.class
Intrinsic camera parameters for a pinhole camera.class
Adds radial and tangential distortion to the intrinsic parameters of apinhole camera
.class
Camera model for omnidirectional single viewpoint sensors [1].Modifier and TypeFieldDescriptionfinal List<CameraModel>
MultiCameraCalibParams.intrinsics
Intrinsic camera parameters and model for each camera.Modifier and TypeMethodDescription<T extends CameraModel>
TCameraDivision.createLike()
<T extends CameraModel>
TCameraKannalaBrandt.createLike()
abstract <T extends CameraModel>
TCameraModel.createLike()
Creates a new camera model with zero values of the same type os this one<T extends CameraModel>
TCameraPinhole.createLike()
<T extends CameraModel>
TCameraPinholeBrown.createLike()
<T extends CameraModel>
TCameraUniversalOmni.createLike()
<Cam extends CameraModel>
CamMultiCameraCalibParams.getIntrinsics
(int index)