This function computes the average (mean) quaternion.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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)
Cite As
Tolga Birdal (2026). tolgabirdal/averaging_quaternions (https://github.com/tolgabirdal/averaging_quaternions), GitHub. Retrieved .
General Information
- Version 1.1.0.0 (3.56 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.1.0.0 | Weighted average added.
|
||
| 1.0.0.0 |
