Package imagingbook.calibration.zhang


package imagingbook.calibration.zhang
Core classes of the camera calibration library.
  • Classes
    Class
    Description
    This is an implementation of the camera calibration method described in Z.
    Inner class representing a set of parameters for instantiating new objects of type of Calibrator.
    A camera model with parameters as specified in Zhang's paper.
    This class defines methods for estimating the intrinsic camera parameters from multiple homographies.
    This class defines methods for estimating the extrinsic camera parameters from multiple homographies.
    This class defines methods for estimating the homography (projective) transformation between pairs of 2D point sets.
    This class represents the 2D geometric transformation for an image taken with some camera A to an image taken with another camera B.
    Abstract super-class for non-linear optimizers used for final, overall optimization of calibration parameters.
     
    Nonlinear optimizer based on the Levenberg-Marquart method, where the Jacobian matrix is calculated numerically (i.e., by estimating the first partial derivatives from finite differences).
    This class defines methods for estimating the radial lens distortion parameters
    This class represents a special geometric mapping for rectifying (i.e., removing the lens distortion from) an image, given the associated camera parameters.
    Instances of this class represent extrinsic camera (view) parameters.