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