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 voidDualAbsoluteQuadricEstimator.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 voidDualAbsoluteQuadricEstimator.estimate(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.voidLMSEDualAbsoluteQuadricEstimator.estimate(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.voidWeightedDualAbsoluteQuadricEstimator.estimate(DualAbsoluteQuadric result) Estimates the Dual Absolute Quadric using provided cameras.private voidLMSEDualAbsoluteQuadricEstimator.estimatePrincipalPointAtOrigin(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that principal point is zero.private voidWeightedDualAbsoluteQuadricEstimator.estimatePrincipalPointAtOrigin(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that principal point is zero.private voidLMSEDualAbsoluteQuadricEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, and principal point is located at origin of coordinates.private voidWeightedDualAbsoluteQuadricEstimator.estimateZeroSkewnessAndPrincipalPointAtOrigin(DualAbsoluteQuadric result) Estimates Dual Absolute Quadric (DAQ) assuming that skewness is zero, and principal point is located at origin of coordinates.private voidLMSEDualAbsoluteQuadricEstimator.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 voidWeightedDualAbsoluteQuadricEstimator.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.