Absolute orientation with the FOAM algorithm

Efficient Absolute Orientation Solver
241 descargas
Actualizado 14 sep 2017

Ver licencia

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

Citar como

Manolis Lourakis (2024). Absolute orientation with the FOAM algorithm (https://www.mathworks.com/matlabcentral/fileexchange/63926-absolute-orientation-with-the-foam-algorithm), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Absolute orientation with the QUEST algorithm

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Added URL of the paper PDF.