Package boofcv.alg.geo
Class RodriguesRotationJacobian_F64
java.lang.Object
boofcv.alg.geo.RodriguesRotationJacobian_F64
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(double x, double y, double z) Computes the Rodrigues coordinate Jacobian
-
Field Details
-
Rx
-
Ry
-
Rz
-
-
Constructor Details
-
RodriguesRotationJacobian_F64
public RodriguesRotationJacobian_F64()
-
-
Method Details
-
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.
-