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 TypeClassDescriptionclassImplementation of a Dual Absolute Quadric estimator using an LMSE (Least Mean Squared Error) solution for provided pinhole cameras.classImplementation 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 DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.create()Creates an instance of a DAQ estimator using default type.static DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.create(DualAbsoluteQuadricEstimatorListener listener) Creates an instance of Dual Absolute Quadric estimator using provided listener and default type.static DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.create(DualAbsoluteQuadricEstimatorListener listener, DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided listener and type.static DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.create(DualAbsoluteQuadricEstimatorType type) Creates an instance of a DAQ estimator using provided type.static DualAbsoluteQuadricEstimatorCreates an instance of Dual Absolute Quadric estimator using provided cameras.static DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.create(List<com.irurueta.geometry.PinholeCamera> cameras, DualAbsoluteQuadricEstimatorListener listener) Creates an instance of Dual Absolute Quadric estimator using provided cameras and listener.static DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.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 DualAbsoluteQuadricEstimatorDualAbsoluteQuadricEstimator.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 TypeMethodDescriptionvoidDualAbsoluteQuadricEstimatorListener.onEstimateEnd(DualAbsoluteQuadricEstimator estimator) Called when an estimator ends the Dual Absolute Quadric estimation process.voidDualAbsoluteQuadricEstimatorListener.onEstimateStart(DualAbsoluteQuadricEstimator estimator) Called when an estimator starts the Dual Absolute Quadric estimation process.voidDualAbsoluteQuadricEstimatorListener.onEstimationProgressChange(DualAbsoluteQuadricEstimator estimator, float progress) Called to notify changes in DAQ estimation progress.