Class KruppaDualImageOfAbsoluteConicEstimatorTest

java.lang.Object
com.irurueta.ar.calibration.estimators.KruppaDualImageOfAbsoluteConicEstimatorTest
All Implemented Interfaces:
KruppaDualImageOfAbsoluteConicEstimatorListener

class KruppaDualImageOfAbsoluteConicEstimatorTest extends Object implements KruppaDualImageOfAbsoluteConicEstimatorListener
  • Field Details

  • Constructor Details

    • KruppaDualImageOfAbsoluteConicEstimatorTest

      KruppaDualImageOfAbsoluteConicEstimatorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetPrincipalPointX

      @Test void testGetSetPrincipalPointX() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetPrincipalPointY

      @Test void testGetSetPrincipalPointY() 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
    • testGetSetListener

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

      @Test void testGetSetFundamentalMatrixAndIsReady() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testEstimateWithKnownAspectRatio

      @Test void testEstimateWithKnownAspectRatio() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
      Throws:
      com.irurueta.geometry.estimators.LockedException
      com.irurueta.geometry.estimators.NotReadyException
      com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
    • testEstimateWithUnknownAspectRatio

      @Test void testEstimateWithUnknownAspectRatio() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
      Throws:
      com.irurueta.geometry.estimators.LockedException
      com.irurueta.geometry.estimators.NotReadyException
      com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
    • reset

      private void reset()
    • onEstimateStart

      public void onEstimateStart(KruppaDualImageOfAbsoluteConicEstimator estimator)
      Specified by:
      onEstimateStart in interface KruppaDualImageOfAbsoluteConicEstimatorListener
    • onEstimateEnd

      public void onEstimateEnd(KruppaDualImageOfAbsoluteConicEstimator estimator)
      Specified by:
      onEstimateEnd in interface KruppaDualImageOfAbsoluteConicEstimatorListener
    • checkLocked

      private static void checkLocked(KruppaDualImageOfAbsoluteConicEstimator estimator)