Uses of Class
imagingbook.calibration.zhang.Camera
Packages that use Camera
Package
Description
Core classes of the camera calibration library.
Published test data for Zhang's camera calibration
method, provided as Java resources.
Various utility classes used by the calibration library.
-
Uses of Camera in imagingbook.calibration.zhang
Methods in imagingbook.calibration.zhang that return CameraModifier and TypeMethodDescriptionCalibrator.calibrate()
Performs the actual camera calibration based on the provided sequence of views.Calibrator.getFinalCamera()
Returns the final camera model (including lens distortion).Calibrator.getInitialCamera()
Returns the initial camera model (no lens distortion).Methods in imagingbook.calibration.zhang with parameters of type CameraModifier and TypeMethodDescriptionprotected double[]
RadialDistortionEstimator.estimateLensDistortion
(Camera cam, ViewTransform[] views, Pnt2d[] modelPts, Pnt2d[][] obsPts) Estimates the lens distortion from multiple views, starting from an initial (linear) camera model.double
Calibrator.getProjectionError
(Camera cam, ViewTransform[] views, Pnt2d[][] observed) Calculates the squared projection error for a sequence of views, associated with a sequence of observed image point sets.double
Calibrator.getProjectionError
(Camera cam, ViewTransform view, Pnt2d[] observed) Calculates the squared projection error for a single view, associated with a set of observed image points.Constructors in imagingbook.calibration.zhang with parameters of type Camera -
Uses of Camera in imagingbook.calibration.zhang.data
Methods in imagingbook.calibration.zhang.data that return Camera -
Uses of Camera in imagingbook.calibration.zhang.util
Methods in imagingbook.calibration.zhang.util with parameters of type CameraModifier and TypeMethodDescriptionstatic PlotWindow
IjUtil.plotLensDistortionFunction
(Camera cam, double rmax)