http://www.emgu.com
Rotate the Affine3 matrix by a Rodrigues vector
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Affine3d Rotate(
double r0,
double r1,
double r2
)
Public Function Rotate (
r0 As Double,
r1 As Double,
r2 As Double
) As Affine3d
public:
Affine3d^ Rotate(
double r0,
double r1,
double r2
)
member Rotate :
r0 : float *
r1 : float *
r2 : float -> Affine3d
Parameters
- r0
- Type: SystemDouble
Value of the Rodrigues vector - r1
- Type: SystemDouble
Value of the Rodrigues vector - r2
- Type: SystemDouble
Value of the Rodrigues vector
Return Value
Type:
Affine3dThe rotated Affine3 matrix
See Also