Class LMSEInhomogeneousSinglePoint3DTriangulatorTest

java.lang.Object
com.irurueta.ar.sfm.LMSEInhomogeneousSinglePoint3DTriangulatorTest
All Implemented Interfaces:
SinglePoint3DTriangulatorListener

class LMSEInhomogeneousSinglePoint3DTriangulatorTest extends Object implements SinglePoint3DTriangulatorListener
  • Field Details

  • Constructor Details

    • LMSEInhomogeneousSinglePoint3DTriangulatorTest

      LMSEInhomogeneousSinglePoint3DTriangulatorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testIsSetLMSeSolutionAllowed

      @Test void testIsSetLMSeSolutionAllowed() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testGetSetPointsAndCameras

      @Test void testGetSetPointsAndCameras() 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
    • testTriangulate

      @Test void testTriangulate() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, Point3DTriangulationException
      Throws:
      com.irurueta.geometry.estimators.LockedException
      com.irurueta.geometry.estimators.NotReadyException
      Point3DTriangulationException
    • onTriangulateStart

      public void onTriangulateStart(SinglePoint3DTriangulator triangulator)
      Specified by:
      onTriangulateStart in interface SinglePoint3DTriangulatorListener
    • onTriangulateEnd

      public void onTriangulateEnd(SinglePoint3DTriangulator triangulator)
      Specified by:
      onTriangulateEnd in interface SinglePoint3DTriangulatorListener
    • reset

      private void reset()
    • checkLocked

      private void checkLocked(LMSEInhomogeneousSinglePoint3DTriangulator triangulator)