Class WeightedHomogeneousSinglePoint3DTriangulatorTest

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

class WeightedHomogeneousSinglePoint3DTriangulatorTest extends Object implements SinglePoint3DTriangulatorListener
  • Field Details

  • Constructor Details

    • WeightedHomogeneousSinglePoint3DTriangulatorTest

      WeightedHomogeneousSinglePoint3DTriangulatorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetPointsAndCameras

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

      @Test void testGetSetPointsCamerasAndWeights() 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
    • testGetSetMaxCorrespondences

      @Test void testGetSetMaxCorrespondences() throws com.irurueta.geometry.estimators.LockedException
      Throws:
      com.irurueta.geometry.estimators.LockedException
    • testIsSetSortWeightsEnabled

      @Test void testIsSetSortWeightsEnabled() 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(WeightedHomogeneousSinglePoint3DTriangulator triangulator)