You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bingham distribution is used to describe axial data on the unit spheres (of any dimension). It is gaining popularity in describing the orientation and rotation of objects in 3D (e.g., a unit quaternion can describe the 3D orientation of an object as a point on the 3-sphere in 4D). It has applications in robotics and computer vision [1][2]. It is only recently becoming popular (2011-present), but could become the standard distribution to describe uncertain orientations and rotations in the future.
Jared Glover's implementation is BSD, so we could easily base ours on that. That particular file should be BSD-licensed, but that doesn't conflict with the entire package from being MIT-licensed.
As far as sampling goes, I think the current state-of-the-art for Bingham is the approach of Kent, Ganeiber and Mardia (2013): they also provide a handy summary for what they think is the optimal approach for a bunch of spherical and other manifold distributions.
Let me know if you have any questions about libbingham. I'm pretty busy finishing my thesis at the moment, but I might be able to help out with development in the future.
The Bingham distribution is used to describe axial data on the unit spheres (of any dimension). It is gaining popularity in describing the orientation and rotation of objects in 3D (e.g., a unit quaternion can describe the 3D orientation of an object as a point on the 3-sphere in 4D). It has applications in robotics and computer vision [1][2]. It is only recently becoming popular (2011-present), but could become the standard distribution to describe uncertain orientations and rotations in the future.
Jared Glover has a nice implementation written in both C and MATLAB (https://code.google.com/p/bingham/).
[1] I. Gilitschenski et al., "Unscented Orientation Estimation Based on the Bingham Distribution" (http://arxiv.org/abs/1311.5796)
[2] J. Glover, L. Pack Kaelbling, "Tracking 3-D Rotations with the Quaternion Bingham Filter" (http://dspace.mit.edu/bitstream/handle/1721.1/78248/MIT-CSAIL-TR-2013-005.pdf)
The text was updated successfully, but these errors were encountered: