PointCloudCopyPointsXYZColorsRGBA Method |
Get PointXYZColorRGBA as an array of rank 2 with size height * width
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public PointXYZColorRGBA[,] CopyPointsXYZColorsRGBA()
Public Function CopyPointsXYZColorsRGBA As PointXYZColorRGBA(,)
public:
array<PointXYZColorRGBA,2>^ CopyPointsXYZColorsRGBA()
Return Value
Type:
PointXYZColorRGBARank 2 array of PointXYZColorRGBA
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.
PointXYZColorRGBA contains point coordinates stored as floats in a
PointXYZ, and colors stored as RGBA (8 bits per channel) in a
ColorRGBA.
See Also