MarkerShapeCornersInPixelCoordinates Method |
Get 2D image coordinates of the corners of the detected marker.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public PointXY[] CornersInPixelCoordinates()
Public Function CornersInPixelCoordinates As PointXY()
public:
array<PointXY>^ CornersInPixelCoordinates()
Return Value
Type:
PointXY2D image coordinates of the corners of the detected marker.
See Also