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 TypeClassDescriptionclass
This class defines an LMSE (the Least Mean Square Error) estimator of radial distortion.class
This class implements a radial distortion estimator using a weighted algorithm and correspondences.Methods in com.irurueta.ar.calibration.estimators that return RadialDistortionEstimatorModifier and TypeMethodDescriptionstatic RadialDistortionEstimator
RadialDistortionEstimator.create()
Creates an instance of a radial distortion estimator using default type.static RadialDistortionEstimator
RadialDistortionEstimator.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 TypeMethodDescriptionvoid
RadialDistortionEstimatorListener.onEstimateEnd
(RadialDistortionEstimator estimator) Called when an estimator ends the radial distortion estimation process.void
RadialDistortionEstimatorListener.onEstimateStart
(RadialDistortionEstimator estimator) Called when an estimator starts the radial distortion estimation process.void
RadialDistortionEstimatorListener.onEstimationProgressChange
(RadialDistortionEstimator estimator, float progress) Called to notify changes in radial distortion estimation progress.