PointCloud Class |
Namespace: Zivid.NET
The PointCloud type exposes the following members.
| Name | Description | |
|---|---|---|
| PointCloud | Initializes a new instance of the PointCloud class | |
| PointCloud(PointCloud*) | Initializes a new instance of the PointCloud class | |
| PointCloud(Single) |
Create a point cloud from a supplied three-dimensional array of size N x M x 7
|
| Name | Description | |
|---|---|---|
| Empty | Whether point cloud is empty | |
| Height | Height of point cloud (number of rows) | |
| Size | Number of points in the point cloud | |
| Width | Width of point cloud (number of columns) |
| Name | Description | |
|---|---|---|
| Clone | Make a deep copy of the point cloud | |
| Dispose | Releases all resources used by the PointCloud | |
| ToArray |
Convert the point cloud to a three-dimensional .NET array (of size NxMx7)
|