ExtrinsicCameraParametersRotationVector Property |
http://www.emgu.com
Get or Set the rodrigus rotation vector
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic RotationVector3D RotationVector { get; set; }
Public Property RotationVector As RotationVector3D
Get
Set
public:
property RotationVector3D^ RotationVector {
RotationVector3D^ get ();
void set (RotationVector3D^ value);
}
member RotationVector : RotationVector3D with get, set
Property Value
Type:
RotationVector3D
See Also