UnorganizedPointCloudCopySNRs Method |
Get the SNR data of every point
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntaxpublic float[] CopySNRs()
Public Function CopySNRs As Single()
public:
array<float>^ CopySNRs()
Return Value
Type:
SingleFloat 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