Uses of Class
com.irurueta.ar.calibration.estimators.DualAbsoluteQuadricEstimatorException
Packages that use DualAbsoluteQuadricEstimatorException
Package
Description
This package contains classes needed to estimate structures needed for camera
calibration
-
Uses of DualAbsoluteQuadricEstimatorException in com.irurueta.ar.calibration.estimators
Methods in com.irurueta.ar.calibration.estimators that throw DualAbsoluteQuadricEstimatorExceptionModifier and TypeMethodDescriptionprotected void
DualAbsoluteQuadricEstimator.enforceRank3IfNeeded
(com.irurueta.algebra.SingularValueDecomposer decomposer, DualAbsoluteQuadric result) Enforces (if needed) rank 3 of estimated quadric by building a polynomial out of the last columns of the singular value vector matrix to obtain a linear combination solution.DualAbsoluteQuadricEstimator.estimate()
Estimates the Dual Absolute Quadric using provided cameras.abstract void
DualAbsoluteQuadricEstimator.estimate
(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.void
LMSEDualAbsoluteQuadricEstimator.estimate
(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.void
WeightedDualAbsoluteQuadricEstimator.estimate
(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.private void
LMSEDualAbsoluteQuadricEstimator.estimatePrincipalPointAtOrigin
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that principal point is zero.private void
WeightedDualAbsoluteQuadricEstimator.estimatePrincipalPointAtOrigin
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that principal point is zero.private void
LMSEDualAbsoluteQuadricEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, and principal point is located at origin of coordinates.private void
WeightedDualAbsoluteQuadricEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, and principal point is located at origin of coordinates.private void
LMSEDualAbsoluteQuadricEstimator.estimateZeroSkewnessPrincipalPointAtOriginAndKnownFocalDistanceAspectRatio
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, principal point is located at origin of coordinates and that aspect ratio of focal distances is known.private void
WeightedDualAbsoluteQuadricEstimator.estimateZeroSkewnessPrincipalPointAtOriginAndKnownFocalDistanceAspectRatio
(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, principal point is located at origin of coordinates and that aspect ratio of focal distances is known.