Click or drag to resize

RotationVector3DRotationMatrix Property

http://www.emgu.com
Get or Set the (3x3) rotation matrix represented by this rotation vector.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat RotationMatrix { get; set; }

Property Value

Type: Mat
See Also