Documentation of 'boofcv.alg.geo.RodriguesRotationJacobian' Java class
RodriguesRotationJacobian
boofcv.alg.geo

Class RodriguesRotationJacobian



  • public class RodriguesRotationJacobian
    extends java.lang.Object
    Computes the rotation matrix derivative for Rodrigues coordinates which have been parameterized by a 3 vector. The rotation is equal to the vector's magnitude and the rotation vector is the unit vector.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      org.ejml.data.DenseMatrix64F Rx 
      org.ejml.data.DenseMatrix64F Ry 
      org.ejml.data.DenseMatrix64F Rz 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void process(double x, double y, double z)
      Computes the Rodrigues coordinate Jacobian
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Rx

        public org.ejml.data.DenseMatrix64F Rx
      • Ry

        public org.ejml.data.DenseMatrix64F Ry
      • Rz

        public org.ejml.data.DenseMatrix64F Rz
    • Constructor Detail

      • RodriguesRotationJacobian

        public RodriguesRotationJacobian()
    • Method Detail

      • process

        public void process(double x,
                            double y,
                            double z)
        Computes the Rodrigues coordinate Jacobian
        Parameters:
        x - x-component of Rodrigues parametrization.
        y - y-component of Rodrigues parametrization.
        z - z-component of Rodrigues parametrization.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.