Click or drag to resize

PointCloudSize Property

Get the size of the point cloud (total number of points)

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public ulong Size { get; }

Property Value

Type: UInt64
Remarks
This is identical to width() * height()
See Also