Click or drag to resize

DetectionResultFeaturePoints2D Method

Get the detected feature points in pixel-space.

Namespace:  Zivid.NET.Calibration
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public PointXY[,] FeaturePoints2D()

Return Value

Type: PointXY
Feature points in 2D.
Remarks
Same as FeaturePoints(), but with 2D coordinates instead of 3D coordinates. The points are reported at subpixel accuracy. If the Valid() function returns false, an exception will be thrown.
See Also