Uses of Class
com.irurueta.ar.epipolar.InvalidPairOfCamerasException

Package
Description
This package contains classes related to epipolar geometry, such as Fundamental or Essential matrices and matched points correctors.
  • Uses of InvalidPairOfCamerasException in com.irurueta.ar.epipolar

    Modifier and Type
    Method
    Description
    private void
    FundamentalMatrix.internalSetFromPairOfCameras(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera)
    Internal method to set fundamental matrix from provided a pair of cameras.
    void
    EssentialMatrix.setFromPairOfCameras(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera)
    Sets essential matrix from provided a pair of cameras.
    final void
    EssentialMatrix.setFromPairOfCameras(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera, double singularValuesThreshold)
    Sets essential matrix from provided a pair of cameras.
    void
    FundamentalMatrix.setFromPairOfCameras(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera)
    Sets fundamental matrix from provided pair of cameras.
    Modifier
    Constructor
    Description
     
    EssentialMatrix(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera)
    Constructor from a pair of cameras.
     
    EssentialMatrix(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera, double singularValuesThreshold)
    Constructor from a pair of cameras.
     
    FundamentalMatrix(com.irurueta.geometry.PinholeCamera leftCamera, com.irurueta.geometry.PinholeCamera rightCamera)
    Constructor from a pair of cameras.