Uses of Class
boofcv.struct.calib.CameraModel
Packages that use CameraModel
Package
Description
-
Uses of CameraModel in boofcv.abst.geo.calibration
Fields in boofcv.abst.geo.calibration declared as CameraModelMethods in boofcv.abst.geo.calibration with type parameters of type CameraModelModifier 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.Methods in boofcv.abst.geo.calibration with parameters of type CameraModelModifier and TypeMethodDescriptionstatic voidCalibrateMonoPlanar.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
Methods in boofcv.alg.geo with parameters of type CameraModelModifier and TypeMethodDescriptionstatic Point2D_F64PerspectiveOps.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_F32PerspectiveOps.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_F64PerspectiveOps.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_F32PerspectiveOps.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_F64PerspectiveOps.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
Methods in boofcv.alg.geo.calibration that return CameraModel -
Uses of CameraModel in boofcv.alg.geo.calibration.cameras
Methods in boofcv.alg.geo.calibration.cameras that return CameraModelModifier 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
Methods in boofcv.alg.geo.impl with parameters of type CameraModelModifier and TypeMethodDescriptionstatic Point2D_F32ImplPerspectiveOps_F32.convertNormToPixel(CameraModel param, float x, float y, @Nullable Point2D_F32 pixel) static Point2D_F64ImplPerspectiveOps_F64.convertNormToPixel(CameraModel param, double x, double y, @Nullable Point2D_F64 pixel) static Point2D_F32ImplPerspectiveOps_F32.convertPixelToNorm(CameraModel param, Point2D_F32 pixel, @Nullable Point2D_F32 norm) static Point2D_F64ImplPerspectiveOps_F64.convertPixelToNorm(CameraModel param, Point2D_F64 pixel, @Nullable Point2D_F64 norm) -
Uses of CameraModel in boofcv.factory.distort
Methods in boofcv.factory.distort with parameters of type CameraModelModifier and TypeMethodDescriptionstatic LensDistortionNarrowFOVLensDistortionFactory.narrow(CameraModel param) Creates thelens distortionfor the specified camera parameters.static LensDistortionWideFOVLensDistortionFactory.wide(CameraModel param) Creates thelens distortionfor the specified camera parameters. -
Uses of CameraModel in boofcv.io.calibration
Methods in boofcv.io.calibration with type parameters of type CameraModelModifier and TypeMethodDescriptionstatic <T extends CameraModel>
voidstatic <T extends CameraModel>
voidSaves intrinsic camera model to diskstatic <T extends CameraModel>
voidMethods in boofcv.io.calibration with parameters of type CameraModel -
Uses of CameraModel in boofcv.struct.calib
Subclasses of CameraModel in boofcv.struct.calibModifier and TypeClassDescriptionclassDivision model for lens distortion [1].classA camera model for pinhole, wide angle, and fisheye cameras.classIntrinsic camera parameters for a pinhole camera.classAdds radial and tangential distortion to the intrinsic parameters of apinhole camera.classCamera model for omnidirectional single viewpoint sensors [1].Fields in boofcv.struct.calib with type parameters of type CameraModelModifier and TypeFieldDescriptionfinal List<CameraModel>MultiCameraCalibParams.intrinsicsIntrinsic camera parameters and model for each camera.Methods in boofcv.struct.calib with type parameters of type CameraModelModifier 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)