Convert the point cloud to a three-dimensional .NET array (of size NxMx7)
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic float[,,] ToArray()
Public Function ToArray As Single(,,)
public:
array<float,3>^ ToArray()
Return Value
Type:
Single
See Also