UnorganizedPointCloudCentroid Method |
Get the centroid of the point cloud, i.e. average of all XYZ point positions
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic Nullable<PointXYZ> Centroid()
Public Function Centroid As Nullable(Of PointXYZ)
public:
Nullable<PointXYZ> Centroid()
Return Value
Type:
NullablePointXYZThe centroid of the point cloud as a
PointXYZ
RemarksIf the point cloud has zero points, this method returns null.
See Also