PointCloudCopyPointsXYZColorsRGBA_SRGB Method |
Get PointXYZColorRGBA_SRGB as an array of rank 2 with size height * width
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic PointXYZColorRGBA_SRGB[,] CopyPointsXYZColorsRGBA_SRGB()
Public Function CopyPointsXYZColorsRGBA_SRGB As PointXYZColorRGBA_SRGB(,)
public:
array<PointXYZColorRGBA_SRGB,2>^ CopyPointsXYZColorsRGBA_SRGB()
Return Value
Type:
PointXYZColorRGBA_SRGBRank 2 array of PointXYZColorRGBA_SRGB
Remarks
This method copies the 3D point coordinates and colors from compute device memory to
host (CPU) system memory (RAM) and returns them as an array of
PointXYZColorRGBA_SRGB.
PointXYZColorRGBA_SRGB contains point coordinates stored as floats in a
PointXYZ, and colors stored as RGBA_SRGB (8 bits per channel in the sRGB color space) in a
[D:Zivid.ColorRGBA_SRGB].
See Also