georegression.transform.se
Class AverageRotationMatrix_F64
- java.lang.Object
-
- georegression.transform.se.AverageRotationMatrix_F64
-
public class AverageRotationMatrix_F64 extends java.lang.ObjectFinds the average of a set of
quaternionsby using a modification of the method proposed in [1]. It works by finding the average rotation matrix then finds the best fit matrix in SO-3, see page 200 of [2].[1] MLA Markley, F. Landis, et al. "Quaternion averaging." (2007)
[2] "An Invitation to 3-D Vision, From Images to Geometric Models" 1st Ed. 2004. Springer.
-
-
Constructor Summary
Constructors Constructor and Description AverageRotationMatrix_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanprocess(java.util.List<org.ejml.data.DenseMatrix64F> list, org.ejml.data.DenseMatrix64F average)booleanprocess(java.util.List<org.ejml.data.FixedMatrix3x3_64F> list, org.ejml.data.FixedMatrix3x3_64F average)
-
DataMelt 3.0 © DataMelt by jWork.ORG