Uses of Class
com.irurueta.ar.calibration.estimators.ImageOfAbsoluteConicEstimator
Packages that use ImageOfAbsoluteConicEstimator
Package
Description
This package contains classes needed to estimate structures needed for camera
calibration
-
Uses of ImageOfAbsoluteConicEstimator in com.irurueta.ar.calibration.estimators
Subclasses of ImageOfAbsoluteConicEstimator in com.irurueta.ar.calibration.estimatorsModifier and TypeClassDescriptionclass
This class defines an LMSE (the Least Mean Square Error) estimator of Image of Absolute Conic (IAC).class
This class implements an Image of Absolute Conic (IAC) estimator using a weighted algorithm and correspondences.Methods in com.irurueta.ar.calibration.estimators that return ImageOfAbsoluteConicEstimatorModifier and TypeMethodDescriptionImageOfAbsoluteConicEstimator.create()
Creates an instance of an IAC estimator using provided default type.ImageOfAbsoluteConicEstimator.create
(ImageOfAbsoluteConicEstimatorListener listener) Creates an instance of an IAC estimator using provided listener and default type.ImageOfAbsoluteConicEstimator.create
(ImageOfAbsoluteConicEstimatorListener listener, ImageOfAbsoluteConicEstimatorType type) Creates an instance of an IAC estimator using provided listener and type.ImageOfAbsoluteConicEstimator.create
(ImageOfAbsoluteConicEstimatorType type) Creates an instance of an IAC estimator using provided type.Creates an instance of an IAC estimator using provided homographiesImageOfAbsoluteConicEstimator.create
(List<com.irurueta.geometry.Transformation2D> homographies, ImageOfAbsoluteConicEstimatorListener listener) Creates an instance of an IAC estimator using provided homographies and listener.ImageOfAbsoluteConicEstimator.create
(List<com.irurueta.geometry.Transformation2D> homographies, ImageOfAbsoluteConicEstimatorListener listener, ImageOfAbsoluteConicEstimatorType type) Creates an instance of an IAC estimator using provided homographies, listener and type.ImageOfAbsoluteConicEstimator.create
(List<com.irurueta.geometry.Transformation2D> homographies, ImageOfAbsoluteConicEstimatorType type) Creates an instance of an IAC estimator using provided homographies and type.Methods in com.irurueta.ar.calibration.estimators with parameters of type ImageOfAbsoluteConicEstimatorModifier and TypeMethodDescriptionvoid
ImageOfAbsoluteConicEstimatorListener.onEstimateEnd
(ImageOfAbsoluteConicEstimator estimator) Called when an estimator ends the IAC estimation processvoid
ImageOfAbsoluteConicEstimatorListener.onEstimateStart
(ImageOfAbsoluteConicEstimator estimator) Called when an estimator starts the IAC estimation process.void
ImageOfAbsoluteConicEstimatorListener.onEstimationProgressChange
(ImageOfAbsoluteConicEstimator estimator, float progress) Called to notify changes in IAC estimation progress.