Uses of Class
com.irurueta.ar.calibration.estimators.RadialDistortionEstimator
Packages that use RadialDistortionEstimator
Package
Description
This package contains classes needed to estimate structures needed for camera
calibration
-
Uses of RadialDistortionEstimator in com.irurueta.ar.calibration.estimators
Subclasses of RadialDistortionEstimator in com.irurueta.ar.calibration.estimatorsModifier and TypeClassDescriptionclassThis class defines an LMSE (the Least Mean Square Error) estimator of radial distortion.classThis class implements a radial distortion estimator using a weighted algorithm and correspondences.Methods in com.irurueta.ar.calibration.estimators that return RadialDistortionEstimatorModifier and TypeMethodDescriptionstatic RadialDistortionEstimatorRadialDistortionEstimator.create()Creates an instance of a radial distortion estimator using default type.static RadialDistortionEstimatorRadialDistortionEstimator.create(RadialDistortionEstimatorType type) Creates an instance of a radial distortion estimator using provided type.Methods in com.irurueta.ar.calibration.estimators with parameters of type RadialDistortionEstimatorModifier and TypeMethodDescriptionvoidRadialDistortionEstimatorListener.onEstimateEnd(RadialDistortionEstimator estimator) Called when an estimator ends the radial distortion estimation process.voidRadialDistortionEstimatorListener.onEstimateStart(RadialDistortionEstimator estimator) Called when an estimator starts the radial distortion estimation process.voidRadialDistortionEstimatorListener.onEstimationProgressChange(RadialDistortionEstimator estimator, float progress) Called to notify changes in radial distortion estimation progress.