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