DetectionResultFeaturePoints Method |
Get the detected feature points in camera-space.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public PointXYZ[,] FeaturePoints()
Public Function FeaturePoints As PointXYZ(,)
public:
array<PointXYZ,2>^ FeaturePoints()
Return Value
Type:
PointXYZFeature points.
Remarks
Returns a 2D array of 3D coordinates representing the centers of the calibration
board squares. The element at index (0,0) corresponds to the physical top-left
corner of the board. The first index moves down the physical board, while the second
index moves to the right. If the Valid() function returns false, an exception will
be thrown.
See Also