DetectionResultFeaturePoints2D Method |
Get the detected feature points in pixel-space.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic PointXY[,] FeaturePoints2D()
Public Function FeaturePoints2D As PointXY(,)
public:
array<PointXY,2>^ FeaturePoints2D()
Return Value
Type:
PointXYFeature 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