Class SampsonCorrectorTest

java.lang.Object
com.irurueta.ar.epipolar.SampsonCorrectorTest
All Implemented Interfaces:
CorrectorListener

class SampsonCorrectorTest extends Object implements CorrectorListener
  • Field Details

  • Constructor Details

    • SampsonCorrectorTest

      SampsonCorrectorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, InvalidFundamentalMatrixException, com.irurueta.algebra.LockedException
      Throws:
      com.irurueta.algebra.WrongSizeException
      com.irurueta.algebra.NotReadyException
      com.irurueta.algebra.DecomposerException
      com.irurueta.algebra.NotAvailableException
      InvalidFundamentalMatrixException
      com.irurueta.algebra.LockedException
    • testGetSetFundamentalMatrix

      @Test void testGetSetFundamentalMatrix() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetLeftAndRightPoints

      @Test void testGetSetLeftAndRightPoints() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetPointsAndFundamentalMatrix

      @Test void testGetSetPointsAndFundamentalMatrix() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetProgressDelta

      @Test void testGetSetProgressDelta() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetListener

      @Test void testGetSetListener() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testAreValidPoints

      @Test void testAreValidPoints()
    • testCorrect

      @Test void testCorrect() throws com.irurueta.geometry.estimators.NotReadyException, com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.NotReadyException
      com.irurueta.geometry.estimators.LockedException
    • onCorrectStart

      public void onCorrectStart(Corrector corrector)
      Specified by:
      onCorrectStart in interface CorrectorListener
    • onCorrectEnd

      public void onCorrectEnd(Corrector corrector)
      Specified by:
      onCorrectEnd in interface CorrectorListener
    • onCorrectProgressChange

      public void onCorrectProgressChange(Corrector corrector, float progress)
      Specified by:
      onCorrectProgressChange in interface CorrectorListener
    • reset

      private void reset()
    • checkLocked

      private void checkLocked(SampsonCorrector corrector)