DetectionResultCentroid Method |
Get the centroid of the detected feature points in camera-space.
Namespace:
Zivid.NET.Calibration
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public PointXYZ Centroid()
Public Function Centroid As PointXYZ
public:
PointXYZ Centroid()
Return Value
Type:
PointXYZThe XYZ position of the feature point centroid.
Remarks
If Valid() is false, an exception will be thrown.
See Also