Uses of Class
com.irurueta.ar.epipolar.estimators.HomographyDecomposerException
Packages that use HomographyDecomposerException
Package
Description
This package contains classes to estimate fundamental matrices
-
Uses of HomographyDecomposerException in com.irurueta.ar.epipolar.estimators
Methods in com.irurueta.ar.epipolar.estimators that throw HomographyDecomposerExceptionModifier and TypeMethodDescriptionHomographyDecomposer.decompose()
Decomposes homography into possible solutions containing possible 3D rotation, 3D translation and normal and distance of the plane relating two views via provided homography.void
HomographyDecomposer.decompose
(List<HomographyDecomposition> result) Decomposes homography into possible solutions containing possible 3D rotation, 3D translation and normal and distance of the plane relating two views via provided homography.private int
HomographyDecomposer.decomposeAllFromSingularValues
(double[] singularValues, List<double[]> n, List<com.irurueta.algebra.Matrix> r, List<double[]> t, List<Double> d) Decompose solutions from singular values.private double
HomographyDecomposer.decomposeFromSingularValues
(double[] singularValues, double[] n, com.irurueta.algebra.Matrix r, double[] t, boolean positive1, boolean positive3) Decomposes one possible solution using provided singular values and signs