Click or drag to resize

PointCloudCopySNRs Method

Get signal-to-noise ratio (SNR) values as a 2D float array of size height * width

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public float[,] CopySNRs()

Return Value

Type: Single
Rank 2 float array of SNR values
Remarks
This method copies the SNR values from compute device memory to host (CPU) system memory (RAM) and returns them as an 2D array. First dimension is row (0 to height-1), second dimension is column (0 to width-1).
See Also