tolgabirdal/averagi​ng_quaternions

This function computes the average (mean) quaternion.
1,7K téléchargements
Mise à jour 17 août 2015

Since quaternions are not regular vectors, but rather representations of orientation, an average quaternion cannot just be obtained by taking a weighted mean. This function implements the work done by F. Landis Merkley to calculate the average quaternion. The algorithm is explained by F. Landis Markley at:
http://www.acsu.buffalo.edu/~johnc/ave_quat07.pdf
For this particular implementation, I would also like to reference Mandar Harshe:
http://www-sop.inria.fr/members/Mandar.Harshe/knee-joint/html/index.html
While being basic and straightforward, this algorithm is compared with rotqrmean from VoiceBox and found to produce quite similar results, yet it is more elegant, much simpler to implement and follow. (Though, there might be difference in signs)

Citation pour cette source

Tolga Birdal (2024). tolgabirdal/averaging_quaternions (https://github.com/tolgabirdal/averaging_quaternions), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.1.0.0

Weighted average added.
Test function added.

1.0.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.