ExtrinsicCameraParametersRotationVector Property |
http://www.emgu.com
Get or Set the rodrigus rotation vector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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