Uses of Class
com.irurueta.ar.calibration.ImageOfAbsoluteConic
Packages that use ImageOfAbsoluteConic
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 ImageOfAbsoluteConic in com.irurueta.ar.calibration
Fields in com.irurueta.ar.calibration declared as ImageOfAbsoluteConicModifier and TypeFieldDescriptionprotected ImageOfAbsoluteConic
CameraCalibrator.iac
Estimated image of absolute conic.Methods in com.irurueta.ar.calibration that return ImageOfAbsoluteConicModifier and TypeMethodDescriptionCameraCalibrator.getEstimatedImageOfAbsoluteConic()
Returns estimated image of absolute conic. -
Uses of ImageOfAbsoluteConic in com.irurueta.ar.calibration.estimators
Methods in com.irurueta.ar.calibration.estimators that return ImageOfAbsoluteConicModifier and TypeMethodDescriptionabstract ImageOfAbsoluteConic
ImageOfAbsoluteConicEstimator.estimate()
Estimates Image of Absolute Conic (IAC).abstract ImageOfAbsoluteConic
ImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC).LMedSImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC).LMSEImageOfAbsoluteConicEstimator.estimate()
Estimates Image of Absolute Conic (IAC).MSACImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC).PROMedSImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC)PROSACImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC).RANSACImageOfAbsoluteConicRobustEstimator.estimate()
Estimates Image of Absolute Conic (IAC).WeightedImageOfAbsoluteConicEstimator.estimate()
Estimates Image of Absolute Conic (IAC).private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimateNoConstraints()
Estimates Image of Absolute Conic (IAC) without constraints.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimateNoConstraints()
Estimates Image of Absolute Conic (IAC) without constraints.private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimatePrincipalPointAtOrigin()
Estimates Image of Absolute Conic (IAC) assuming that principal point is located at origin of coordinates.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimatePrincipalPointAtOrigin()
Estimates Image of Absolute Conic (IAC) assuming that principal point is located at origin of coordinates.private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimateZeroSkewness()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimateZeroSkewness()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero.private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimateZeroSkewnessAndKnownFocalDistanceAspectRatio()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero and that aspect ratio of focal distances is known.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimateZeroSkewnessAndKnownFocalDistanceAspectRatio()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero and that aspect ratio of focal distances is known.private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero and that principal point is located at origin of coordinates.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero and that principal point is located at origin of coordinates.private ImageOfAbsoluteConic
LMSEImageOfAbsoluteConicEstimator.estimateZeroSkewnessPrincipalPointAtOriginAndKnownFocalDistanceAspectRatio()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero, principal point is located at origin of coordinates and that aspect ratio of focal distances is known.private ImageOfAbsoluteConic
WeightedImageOfAbsoluteConicEstimator.estimateZeroSkewnessPrincipalPointAtOriginAndKnownFocalDistanceAspectRatio()
Estimates Image of Absolute Conic (IAC) assuming that skewness is zero, principal point is located at origin of coordinates and that aspect ratio of focal distances is known.Methods in com.irurueta.ar.calibration.estimators with parameters of type ImageOfAbsoluteConicModifier and TypeMethodDescriptionprotected double
ImageOfAbsoluteConicRobustEstimator.residual
(ImageOfAbsoluteConic iac, com.irurueta.geometry.Transformation2D homography) Computes the residual between an image of absolute conic (IAC) and a 2D transformation (homography).