<< erode SIP - Scilab Image Processing Toolbox fftderiv >>

SIP - Scilab Image Processing Toolbox >> SIP - Scilab Image Processing Toolbox > exp2rot_matrix

exp2rot_matrix

Converts from exponential to matrix rotation parameterization.

Calling Sequence

R = exp2rot_matrix(r)

Parameters

r
3-vector representing an exponential parametrization of a rotation.
R
3x3 orthogonal matrix representing the underlying rotation

Description

exp2rot_matrix converts an exponential representation of a rotation to the usual 3x3 matrix representation. This is important in robotics as well as in inverse kinematic problems arising in 3D computer vision.

Examples

// Todo

Authors

Availability

The latest version of SIP can be found at

http://siptoolbox.sf.net

See Also


<< erode SIP - Scilab Image Processing Toolbox fftderiv >>