Description Usage Arguments Details Value References See Also
Compute the projected or geometric median of a sample of rotations
1 2 3 4 5 6 7 8 9 |
x |
A n-by-p matrix where each row corresponds to a random rotation in matrix form (p=9) or quaternion form (p=4) |
type |
String indicating 'projeted' or 'geometric' type mean estimator |
epsilon |
Stopping rule for the geometric method |
maxIter |
The maximum number of iterations allowed before returning most recent estimate |
... |
additional arguments |
The median-type estimators are defined as
argmin∑ d(Ri,S)
. If the choice of distance metrid, d, is Riemannian then the estimator is called the geometric, and if the distance metric in Euclidean then it projected. The algorithm used in the geometric case is discussed in Hartley et al. (2011) and the projected case was written by the authors.
an estimate of the projected or geometric mean
Hartley R, Aftab K and Trumpf J (2011). "L1 rotation averaging using the Weiszfeld algorithm." In _2011 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)_, pp. 3041-3048. IEEE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.