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