Click or drag to resize

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()

Return Value

Type: PointXYZ
The XYZ position of the feature point centroid.
Remarks
If Valid() is false, an exception will be thrown.
See Also