Package com.irurueta.ar.calibration


package com.irurueta.ar.calibration
This package contains classes used for camera calibration on 3D reconstruction
  • Class
    Description
    Calibrates a camera in order to find its intrinsic parameters and radial distortion by using an alternating technique where first an initial guess of the intrinsic parameters, rotation and translation is obtained to model the camera used to sample the calibration pattern, and then the result is used to find the best possible radial distortion to account for all remaining errors.
    Base exception class for calibration package.
    Calibrates a camera in order to find its intrinsic parameters and other parameters such as radial distortion.
    Listener to be notified when calibration starts, finishes or any progress changes.
    Contains camera calibrator methods.
    Contains data obtained from a single picture using the camera.
    Contains coordinates of ideal points for a circle pattern.
    This class accounts for any possible distortion that might occur on 2D points.
    Raised when an error occurs while using a Distortion.
    Kind of distortion.
    The dual absolute quadric is the dual quadric tangent to the plane at infinity.
    The dual image of the absolute conic (DIAC), is the projection of the dual absolute quadric using a given pinhole camera.
    Calibrates a camera in order to find its intrinsic parameters and radial distortion by first estimating the intrinsic parameters without accounting for radial distortion and then use an optimization algorithm to minimize error and adjust estimated camera pose, intrinsic parameters and radial distortion parameters.
    The image of the absolute conic, is the projection of the absolute quadric using a given pinhole camera.
    Exception produced when plane at infinity cannot be determined.
    Exception produced when provided transformation is numerically unstable.
    Abstract representation of the 2D samples contained in a pattern.
    Enumerator indicating pattern type.
    Contains coordinates of ideal points for a QR code pattern version 2.
    Class implementing Brown's radial distortion.
    Raised when an error occurs while using a RadialDistortion.