RotationVector3DRotationMatrix Property |
http://www.emgu.com
Get or Set the (3x3) rotation matrix represented by this rotation vector.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Mat RotationMatrix { get; set; }
Public Property RotationMatrix As Mat
Get
Set
public:
property Mat^ RotationMatrix {
Mat^ get ();
void set (Mat^ value);
}
member RotationMatrix : Mat with get, set
Property Value
Type:
Mat
See Also