Click or drag to resize

UnorganizedPointCloudCenter Method

Translate the point cloud in-place so that its centroid lands at the origin (0,0,0)

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public UnorganizedPointCloud Center()

Return Value

Type: UnorganizedPointCloud
Remarks
If the point cloud has zero points, this method throws an exception.
See Also