Absolute orientation with the FOAM algorithm

Efficient Absolute Orientation Solver
257 téléchargements
Mise à jour 14 sept. 2017

Afficher la licence

The function computes the orientation and translation for the transformation between
two corresponding 3D point sets pi and qi so that they are related by qi = R*pi + t
Avoids costly matrix decompositions (e.g. SVD), implementing the following paper:
M. Lourakis: "An Efficient Solution to Absolute Orientation", IAPR/IEEE Int'l.
Conference on Pattern Recognition (ICPR), p. 3816-3819, Cancun, Mexico, Dec. 4-8, 2016.
https://www.researchgate.net/publication/316445722_An_efficient_solution_to_absolute_orientation

Citation pour cette source

Manolis Lourakis (2026). Absolute orientation with the FOAM algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/63926-absolute-orientation-with-the-foam-algorithm), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2013a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et MATLAB Answers
Remerciements

A inspiré : Absolute orientation with the QUEST algorithm

Version Publié le Notes de version
1.0.0.0

Added URL of the paper PDF.