Click or drag to resize

UnorganizedPointCloudCopySNRs Method

Get the SNR data of every point

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

Return Value

Type: Single
Float array of SNR values
Remarks
This method copies the signal-to-noise ratios from compute device memory to host (CPU) system memory (RAM) and returns them as a float array. The length of the returned array will match the Size property.
See Also