Description Usage Arguments Details Value References See Also Examples
Compute the geometric or projected mean of a sample of rotations
1 2 3 |
Rs |
A n-by-9 matrix where each row corresponds to a random rotation in matrix form |
type |
String indicating 'projected' 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 passed to mean |
This function takes a sample of 3-by-3
rotations (in the form of a n-by-9
matrix where n>1 is the sample size) and returns
the projected arithmetic mean denoted S_P or geometric mean S_G
according to the type
option. For a sample of
n random rotations Ri in SO(3), i=1,2,…,n, the mean-type
estimator is defined as
argmin d^2(bar(R),S)
where bar(R)=∑ Ri/n and the distance metric d is the Riemannian or Euclidean. For more on the projected mean see Moakher (2002) and for the geometric mean see Manton (2004).
Estimate of the projected or geometric mean of the sample
Manton J (2004). "A globally convergent numerical algorithm for computing the centre of mass on compact Lie groups." In _8th Conference on Control, Automation, Robotics and Vision, (ICARCV) _, volume 3, pp. 2211-2216. IEEE.
Moakher M (2002). "Means and averaging in the group of rotations." _SIAM Journal on Matrix Analysis and Applications_, *24*(1), pp. 1-16.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.