PointCloud Methods |
The PointCloud type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyColorsRGBA |
Point colors (RGBA) as a byte array of rank 3 with size height * width * 4
|
![]() | CopyImageRGBA | Point colors (RGBA) as a 2D image |
![]() | CopyPointsXYZ |
Point coordinates (x, y, and z) as a float array of rank 3 with size height * width * 3
|
![]() | CopyPointsXYZColorsBGRA |
Get PointXYZColorBGRA as an array of rank 2 with size height * width
|
![]() | CopyPointsXYZColorsRGBA |
Get PointXYZColorRGBA as an array of rank 2 with size height * width
|
![]() | CopyPointsXYZW |
Point coordinates as 4D (homogeneous coordinates) as a float array of rank 3
with size height * width * 4
|
![]() | CopyPointsZ |
Point Z values as a 2D float array of size height * width
|
![]() | CopySNRs |
Get signal-to-noise ratio (SNR) values as a 2D float array of size height * width
|
![]() | Dispose | |
![]() | Downsample | Downsample the point cloud in-place |
![]() | Downsampled | Get a downsampled point cloud |
![]() | ToString | Get string representation of the PointCloud (Overrides ObjectToString.) |
![]() | Transform | Transform the point cloud in-place by the given 4x4 transformation matrix |