MarkerShapeCornersInCameraCoordinates Method  | 
 Get 3D spatial coordinates of the corners of the detected marker.
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntaxpublic PointXYZ[] CornersInCameraCoordinates()
Public Function CornersInCameraCoordinates As PointXYZ()
public:
array<PointXYZ>^ CornersInCameraCoordinates()
Return Value
Type: 
PointXYZ3D spatial coordinates of the corners of the detected marker.
See Also