Click or drag to resize

UnorganizedPointCloudCopySNRs Method

Get the SNR data of every point

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

Return Value

Type: Single
Remarks
This method copies the signal-to-noise ratios from compute device memory to host (CPU) system memory (RAM) and returns them as an Array1D of SNR. The length of the returned array will match the \ref size method.
See Also