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 voidCorrector.correct()Corrects the lists of provided matched points to be corrected.voidGoldStandardCorrector.correct()Corrects the lists of provided matched points to be corrected.voidGoldStandardSingleCorrector.correct()Corrects the pair of provided matched points to be corrected.static voidGoldStandardSingleCorrector.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 voidSingleCorrector.correct()Corrects the pair of provided matched points to be corrected.