Class InitialCamerasEstimationFailedException

All Implemented Interfaces:
Serializable

public class InitialCamerasEstimationFailedException extends StructureFromMotionException
Exception raised if initial cameras estimation fails.
See Also:
  • Constructor Details

    • InitialCamerasEstimationFailedException

      public InitialCamerasEstimationFailedException()
      Constructor.
    • InitialCamerasEstimationFailedException

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

      public InitialCamerasEstimationFailedException(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.
    • InitialCamerasEstimationFailedException

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