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
Syntaxpublic UnorganizedPointCloud Center()
Public Function Center As UnorganizedPointCloud
public:
UnorganizedPointCloud^ Center()
Return Value
Type:
UnorganizedPointCloud
RemarksIf the point cloud has zero points, this method throws an exception.
See Also