Package com.irurueta.ar.calibration.estimators
package com.irurueta.ar.calibration.estimators
This package contains classes needed to estimate structures needed for camera
calibration
-
ClassDescriptionBase class for calibration estimators.Estimates the camera pose for a given homography and pinhole camera intrinsic parameters.This class defines the interface for an estimator of the Dual Absolute Quadric (DAQ) assuming equal vertical and horizontal focal length, no skewness and principal point at the center of the image.Thrown when DAQ estimation fails.Listener to be notified when estimation starts, finishes or any progress changes.Defines types of Dual Absolute Quadric estimators depending on their algorithm of implementation.This is an abstract class for algorithms to robustly find the best DualAbsoluteQuadric (DAQ) for provided collection of cameras.Listener to be notified of events such as when estimation starts, ends or when progress changes.This class defines the interface for an estimator of the Image of Absolute Conic (IAC).Thrown when IAC estimation fails.Listener to be notified when estimation starts, finishes or any progress changesImage of Absolute Conic (IAC) estimator types.This is an abstract class for algorithms to robustly find the best ImageOfAbsoluteConic (IAC) for provided collection of 2D homographies.Listener to be notified of events such as when estimation starts, ends or when progress changesEstimates the DIAC (Dual Image of Absolute Conic) by solving Kruppa's equations and assuming known principal point and zero skewness.Thrown when DIAC estimation fails.Listener to be notified when estimation starts, finishes or any progress changes.Finds the best Dual Absolute Quadric (DAQ) for provided collection of cameras using LMedS algorithm.Finds the best Image of AbsoluteConic (IAC) for provided collection of homographies (2D transformations) using LMedS algorithm.Finds the best radial distortion for provided collection of 2D points using LMedS algorithmImplementation of a Dual Absolute Quadric estimator using an LMSE (Least Mean Squared Error) solution for provided pinhole cameras.This class defines an LMSE (the Least Mean Square Error) estimator of Image of Absolute Conic (IAC).This class defines an LMSE (the Least Mean Square Error) estimator of radial distortion.Finds the best dual absolute quadric (DAQ) for provided collection of cameras using MSAC algorithm.Finds the best image of absolute conic (IAC) for provided collection of homographies (2D transformations) using MSAC algorithm.Finds the best radial distortion for provided collections of 2D points using MSAC algorithm.Finds the best dual absolute quadric (DAQ) for provided collection of cameras using PROMedS algorithm.Finds the best image of absolute conic (IAC) for provided collection of homographies (2D transformations) using PROMedS algorithm.Finds the best radial distortion for provided collections of 2D points using PROMedS algorithm.Finds the best dual absolute quadric (DAQ) for provided collection of cameras using PROSAC algorithm.Finds the best image of absolute conic (IAC) for provided collection of homographies (2D transformations) using PROSAC algorithm.Finds the best radial distortion for provided collections of 2D points using PROSAC algorithm.This class defines the interface for an estimator of radial distortionThrown when radial distortion estimation fails.Listener to be notified when estimation starts, finishes or any progress changesDefines types of radial distortion estimators depending on their implementation.This is an abstract class for algorithms to robustly find the best RadialDistortion for provided collections of matched distorted and undistorted 2D points.Listener to be notified of events such as when estimation starts, ends or when progress changes.Finds the best dual absolute quadric (DAQ) using RANSAC algorithm.Finds the best Image of Absolute Conic (IAC) using RANSAC algorithm.Finds the best radial distortion for provided collections of 2D points using RANSAC algorithmThis class estimate intrinsic and extrinsic (rotation and camera center) parameters of a camera by using provided homography.Thrown when camera estimation fails.Listener to be notified when estimation starts or finishes.Implementation of a Dual Absolute Quadric estimator using a weighted solution for provided pinhole cameras.This class implements an Image of Absolute Conic (IAC) estimator using a weighted algorithm and correspondences.This class implements a radial distortion estimator using a weighted algorithm and correspondences.