Class Point3DTriangulationException

All Implemented Interfaces:
Serializable

public class Point3DTriangulationException extends StructureFromMotionException
Raised if triangulation of 3D points fails for some reason (i.e. degenerate geometry, numerical instabilities, etc).
See Also:
  • Constructor Details

    • Point3DTriangulationException

      public Point3DTriangulationException()
      Constructor.
    • Point3DTriangulationException

      public Point3DTriangulationException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • Point3DTriangulationException

      public Point3DTriangulationException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • Point3DTriangulationException

      public Point3DTriangulationException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.