Class InvalidFundamentalMatrixException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.geometry.GeometryException
com.irurueta.ar.epipolar.EpipolarException
com.irurueta.ar.epipolar.InvalidFundamentalMatrixException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidEssentialMatrixException

public class InvalidFundamentalMatrixException extends EpipolarException
Raised if a given matrix is not a valid fundamental matrix (i.e. 3x3 matrix having rank 2).
See Also:
  • Constructor Details

    • InvalidFundamentalMatrixException

      public InvalidFundamentalMatrixException()
      Constructor.
    • InvalidFundamentalMatrixException

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

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

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