Documentation of 'boofcv.alg.geo.calibration.Zhang99ParamAll' Java class
Zhang99ParamAll
boofcv.alg.geo.calibration

Class Zhang99ParamAll



  • public class Zhang99ParamAll
    extends Zhang99ParamCamera

    Parameters for batch optimization.

    Calibration matrix = [ a c x0 ; 0 b y0; 0 0 1];

    Same as in the paper, but with the addition of tangential distortion terms.
    • Constructor Detail

      • Zhang99ParamAll

        public Zhang99ParamAll(boolean assumeZeroSkew,
                               int numRadial,
                               boolean includeTangential,
                               int numViews)
      • Zhang99ParamAll

        public Zhang99ParamAll(boolean assumeZeroSkew,
                               int numRadial,
                               boolean includeTangential)
      • Zhang99ParamAll

        public Zhang99ParamAll()
    • Method Detail

      • setNumberOfViews

        public void setNumberOfViews(int numViews)
      • setFromParam

        public int setFromParam(double[] param)
        Description copied from class: Zhang99ParamCamera
        Sets the camera parameters from the passed in array
        Overrides:
        setFromParam in class Zhang99ParamCamera
        Returns:
        number of parameters read.
      • convertToIntrinsic

        public IntrinsicParameters convertToIntrinsic()
        Converts to a generalized class that specifies camera intrinsic parameters
        Returns:
        Intrinsic parameters

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.