Uses of Class
com.irurueta.ar.calibration.estimators.DualAbsoluteQuadricEstimator
Packages that use DualAbsoluteQuadricEstimator
Package
Description
This package contains classes needed to estimate structures needed for camera
calibration
-
Uses of DualAbsoluteQuadricEstimator in com.irurueta.ar.calibration.estimators
Subclasses of DualAbsoluteQuadricEstimator in com.irurueta.ar.calibration.estimatorsModifier and TypeClassDescriptionclass
Implementation of a Dual Absolute Quadric estimator using an LMSE (Least Mean Squared Error) solution for provided pinhole cameras.class
Implementation of a Dual Absolute Quadric estimator using a weighted solution for provided pinhole cameras.Methods in com.irurueta.ar.calibration.estimators that return DualAbsoluteQuadricEstimatorModifier and TypeMethodDescriptionstatic DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create()
Creates an instance of a DAQ estimator using default type.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(DualAbsoluteQuadricEstimatorListener listener) Creates an instance of Dual Absolute Quadric estimator using provided listener and default type.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(DualAbsoluteQuadricEstimatorListener listener, DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided listener and type.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided type.static DualAbsoluteQuadricEstimator
Creates an instance of Dual Absolute Quadric estimator using provided cameras.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(List<com.irurueta.geometry.PinholeCamera> cameras, DualAbsoluteQuadricEstimatorListener listener) Creates an instance of Dual Absolute Quadric estimator using provided cameras and listener.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(List<com.irurueta.geometry.PinholeCamera> cameras, DualAbsoluteQuadricEstimatorListener listener, DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided cameras, listener and type.static DualAbsoluteQuadricEstimator
DualAbsoluteQuadricEstimator.create
(List<com.irurueta.geometry.PinholeCamera> cameras, DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided cameras and type.Methods in com.irurueta.ar.calibration.estimators with parameters of type DualAbsoluteQuadricEstimatorModifier and TypeMethodDescriptionvoid
DualAbsoluteQuadricEstimatorListener.onEstimateEnd
(DualAbsoluteQuadricEstimator estimator) Called when an estimator ends the Dual Absolute Quadric estimation process.void
DualAbsoluteQuadricEstimatorListener.onEstimateStart
(DualAbsoluteQuadricEstimator estimator) Called when an estimator starts the Dual Absolute Quadric estimation process.void
DualAbsoluteQuadricEstimatorListener.onEstimationProgressChange
(DualAbsoluteQuadricEstimator estimator, float progress) Called to notify changes in DAQ estimation progress.