Class DualAbsoluteQuadricEstimatorTest

java.lang.Object
com.irurueta.ar.calibration.estimators.DualAbsoluteQuadricEstimatorTest
All Implemented Interfaces:
DualAbsoluteQuadricEstimatorListener

class DualAbsoluteQuadricEstimatorTest extends Object implements DualAbsoluteQuadricEstimatorListener
  • Field Details

  • Constructor Details

    • DualAbsoluteQuadricEstimatorTest

      DualAbsoluteQuadricEstimatorTest()
  • Method Details

    • testCreate

      @Test void testCreate()
    • testIsSetZeroSkewness

      @Test void testIsSetZeroSkewness() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testIsSetPrincipalPointAtOrigin

      @Test void testIsSetPrincipalPointAtOrigin() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testIsSetFocalDistanceAspectRatioKnown

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

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

      @Test void testIsSetSingularityEnforced() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testIsSetEnforcedSingularityValidated

      @Test void testIsSetEnforcedSingularityValidated() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetDeterminantThreshold

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

      @Test void testGetSetListener()
    • testGetSetCameras

      @Test void testGetSetCameras() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetMinNumberOfRequiredCameras

      @Test void testGetMinNumberOfRequiredCameras() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testAreValidConstraints

      @Test void testAreValidConstraints() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testIsReady

      @Test void testIsReady() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • onEstimateStart

      public void onEstimateStart(DualAbsoluteQuadricEstimator estimator)
      Specified by:
      onEstimateStart in interface DualAbsoluteQuadricEstimatorListener
    • onEstimateEnd

      public void onEstimateEnd(DualAbsoluteQuadricEstimator estimator)
      Specified by:
      onEstimateEnd in interface DualAbsoluteQuadricEstimatorListener
    • onEstimationProgressChange

      public void onEstimationProgressChange(DualAbsoluteQuadricEstimator estimator, float progress)
      Specified by:
      onEstimationProgressChange in interface DualAbsoluteQuadricEstimatorListener