Click or drag to resize

MarkerShapePose Method

Get 3D pose of the marker.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public Pose Pose()

Return Value

Type: Pose
The XYZ position and orientation of the marker in the form of a Pose object.
Remarks
The returned pose will be positioned at the center of the marker, and have an orientation such that its z-axis points perpendicularly into the face of the marker.
See Also