Uses of Class
com.irurueta.ar.epipolar.InvalidPairOfCamerasException
Packages that use 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
Methods in com.irurueta.ar.epipolar that throw InvalidPairOfCamerasExceptionModifier and TypeMethodDescriptionprivate 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.Constructors in com.irurueta.ar.epipolar that throw InvalidPairOfCamerasExceptionModifierConstructorDescriptionEssentialMatrix
(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.