Class SingleHomographyPinholeCameraEstimatorTest

java.lang.Object
com.irurueta.ar.calibration.estimators.SingleHomographyPinholeCameraEstimatorTest
All Implemented Interfaces:
SingleHomographyPinholeCameraEstimatorListener

class SingleHomographyPinholeCameraEstimatorTest extends Object implements SingleHomographyPinholeCameraEstimatorListener
  • Field Details

  • Constructor Details

    • SingleHomographyPinholeCameraEstimatorTest

      SingleHomographyPinholeCameraEstimatorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetFocalDistanceAspectRatio

      @Test void testGetSetFocalDistanceAspectRatio() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetHomographyAndIsReady

      @Test void testGetSetHomographyAndIsReady() 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
    • testEstimate

      @Test void testEstimate() throws com.irurueta.algebra.AlgebraException, com.irurueta.geometry.GeometryException
      Throws:
      com.irurueta.algebra.AlgebraException
      com.irurueta.geometry.GeometryException
    • onEstimateStart

      public void onEstimateStart(SingleHomographyPinholeCameraEstimator estimator)
      Specified by:
      onEstimateStart in interface SingleHomographyPinholeCameraEstimatorListener
    • onEstimateEnd

      public void onEstimateEnd(SingleHomographyPinholeCameraEstimator estimator)
      Specified by:
      onEstimateEnd in interface SingleHomographyPinholeCameraEstimatorListener
    • reset

      private void reset()
    • checkLocked

      private static void checkLocked(SingleHomographyPinholeCameraEstimator estimator)