Viz3dSetWidgetPose Method |
http://www.emgu.com
Sets pose of a widget in the window.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void SetWidgetPose(
string id,
Affine3d pose
)
Public Sub SetWidgetPose (
id As String,
pose As Affine3d
)
public:
void SetWidgetPose(
String^ id,
Affine3d^ pose
)
member SetWidgetPose :
id : string *
pose : Affine3d -> unit
Parameters
- id
- Type: SystemString
The id of the widget whose pose will be set. - pose
- Type: Emgu.CVAffine3d
The new pose of the widget.
See Also