DetectionResultCentroid Method  | 
 Get the centroid of the detected feature points in camera-space.
 
    Namespace: 
   Zivid.NET.Calibration
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic 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