Click or drag to resize

PointCloud Class

A point cloud with x,y,z, contrast and color data laid out on a 2D grid
Inheritance Hierarchy
SystemObject
  Zivid.NETPointCloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class PointCloud : IDisposable

The PointCloud type exposes the following members.

Constructors
  NameDescription
Public methodPointCloud
Initializes a new instance of the PointCloud class
Public methodPointCloud(PointCloud*)
Initializes a new instance of the PointCloud class
Public methodPointCloud(Single)
Create a point cloud from a supplied three-dimensional array of size N x M x 7
Top
Properties
  NameDescription
Public propertyEmpty
Whether point cloud is empty
Public propertyHeight
Height of point cloud (number of rows)
Public propertySize
Number of points in the point cloud
Public propertyWidth
Width of point cloud (number of columns)
Top
Methods
  NameDescription
Public methodClone
Make a deep copy of the point cloud
Public methodDispose
Releases all resources used by the PointCloud
Public methodToArray
Convert the point cloud to a three-dimensional .NET array (of size NxMx7)
Top
See Also