Uses of Class
com.irurueta.ar.calibration.RadialDistortion
Packages that use RadialDistortion
Package
Description
This package contains classes used for camera calibration on 3D
reconstruction
This package contains classes needed to estimate structures needed for camera
calibration
-
Uses of RadialDistortion in com.irurueta.ar.calibration
Fields in com.irurueta.ar.calibration declared as RadialDistortionModifier and TypeFieldDescriptionprotected RadialDistortionCameraCalibrator.distortionEstimated radial distortion.Methods in com.irurueta.ar.calibration that return RadialDistortionModifier and TypeMethodDescriptionCameraCalibrator.getDistortion()Returns estimated radial distortion due to camera lens.Methods in com.irurueta.ar.calibration with parameters of type RadialDistortionModifier and TypeMethodDescriptionvoidCameraCalibratorListener.onRadialDistortionEstimationEnds(CameraCalibrator calibrator, RadialDistortion distortion) Called when a calibrator finishes the estimation of radial distortion of the camera lens. -
Uses of RadialDistortion in com.irurueta.ar.calibration.estimators
Methods in com.irurueta.ar.calibration.estimators that return RadialDistortionModifier and TypeMethodDescriptionLMedSRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.LMSERadialDistortionEstimator.estimate()Estimates a radial distortion.MSACRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.PROMedSRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.PROSACRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.abstract RadialDistortionRadialDistortionEstimator.estimate()Estimates a radial distortion.abstract RadialDistortionRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.RANSACRadialDistortionRobustEstimator.estimate()Estimates a radial distortion using a robust estimator and the best set of matched 2D points found using the robust estimator.WeightedRadialDistortionEstimator.estimate()Estimates a radial distortion.