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()
Public Function CopySNRs As Single(,)
public:
array<float,2>^ CopySNRs()
Return Value
Type:
SingleRank 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