Package com.irurueta.ar.epipolar
package com.irurueta.ar.epipolar
This package contains classes related to epipolar geometry, such as
Fundamental or Essential matrices and matched points correctors.
-
ClassDescriptionCompares two fundamental matrices using a pure algebraic difference to determine how similar they are.Exception raised when point correction fails when trying to be fit into a given epipolar geometry.Fixes matched pairs of points so that they perfectly follow a given epipolar geometry.Interface to handle events generated by Corrector instances.Type of corrector to fix point matches under a given epipolar geometry.Compares two fundamental matrices by estimating average epipolar distances.Base exception for all exceptions in the com.irurueta.geometry.epipolar package.The essential matrix defines the relation between two views in a similar way that the fundamental matrix does, but taking into account the intrinsic parameters of the cameras associated to both views.The fundamental matrix describes the epipolar geometry for a pair of cameras.Compares two fundamental matrices to determine how similar they are.Raised when fundamental matrices comparison fails.Handles events produced by a FundamentalMatrixComparator.Indicates method used to compare fundamental matrices.Fixes matched pairs of points so that they perfectly follow a given epipolar geometry.Fixes a single matched pair of points so that they perfectly follow a given epipolar geometry using the Gold Standard method, which is capable to completely remove errors assuming their gaussianity.Raised when an essential matrix is not well-defined.Raised if a given matrix is not a valid fundamental matrix (i.e. 3x3 matrix having rank 2).Raised if a given pair of cameras cannot span a valid epipolar geometry, typically because they are set in a degenerate configuration.Raised when providing an invalid pair of intrinsic parameters to define an essential matrix.Raised if given rotation or translation are not valid to define an essential matrix.Fixes matched pairs of points so that they perfectly follow a given epipolar geometry.Fixes a single matched pair of points so that they perfectly follow a given epipolar geometry using the Sampson approximation.Fixes a single matched pair of points so that they perfectly follow a given epipolar geometry.