Uses of Class
com.irurueta.ar.epipolar.estimators.HomographyDecomposition
Packages that use HomographyDecomposition
Package
Description
This package contains classes to estimate fundamental matrices
-
Uses of HomographyDecomposition in com.irurueta.ar.epipolar.estimators
Methods in com.irurueta.ar.epipolar.estimators that return types with arguments of type HomographyDecompositionModifier 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.Method parameters in com.irurueta.ar.epipolar.estimators with type arguments of type HomographyDecompositionModifier and TypeMethodDescriptionvoid
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.void
HomographyDecomposerListener.onDecomposeEnd
(HomographyDecomposer decomposer, List<HomographyDecomposition> result) Called when decomposition ends.