Uses of Class
com.irurueta.ar.epipolar.CorrectionException
Packages that use CorrectionException
Package
Description
This package contains classes related to epipolar geometry, such as
Fundamental or Essential matrices and matched points correctors.
-
Uses of CorrectionException in com.irurueta.ar.epipolar
Methods in com.irurueta.ar.epipolar that throw CorrectionExceptionModifier and TypeMethodDescriptionabstract void
Corrector.correct()
Corrects the lists of provided matched points to be corrected.void
GoldStandardCorrector.correct()
Corrects the lists of provided matched points to be corrected.void
GoldStandardSingleCorrector.correct()
Corrects the pair of provided matched points to be corrected.static void
GoldStandardSingleCorrector.correct
(com.irurueta.geometry.Point2D leftPoint, com.irurueta.geometry.Point2D rightPoint, FundamentalMatrix fundamentalMatrix, com.irurueta.geometry.Point2D correctedLeftPoint, com.irurueta.geometry.Point2D correctedRightPoint) Corrects the pair of provided matched points to be corrected using provided fundamental matrix and stores the corrected points into provided instances.abstract void
SingleCorrector.correct()
Corrects the pair of provided matched points to be corrected.