PointCloudCopyPointsZ Method  | 
 
Point Z values as a 2D float array of size height * width
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic float[,] CopyPointsZ()
Public Function CopyPointsZ As Single(,)
public:
array<float,2>^ CopyPointsZ()
Return Value
Type: 
SingleRank 2 float array of point Z coordinates
Remarks
This method copies the point Z coordinates from compute device memory to host (CPU) system memory
(RAM) and returns them in a 2D float array. First dimension is row (0 to height-1), second
dimension is column (0 to width-1).
See Also