UnorganizedPointCloudCopyColorsBGRA Method |
Get the color data of every point on 8-bit BGRA format
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic byte[,] CopyColorsBGRA()
Public Function CopyColorsBGRA As Byte(,)
public:
array<unsigned char,2>^ CopyColorsBGRA()
Return Value
Type:
Byte
Remarks
This method copies the BGRA values from compute device memory to host (CPU) system
memory (RAM) and returns them as an
Array1D of
ColorBGRA.
The length of the returned array will match the \ref size method.
See Also