Click or drag to resize

PointCloudExportFileFormatPCD Class

Specification for saving frame in PCD (*.pcd) format
Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalPointCloudExportFileFormatPCD

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class PCD : IDisposable

The PointCloudExportFileFormatPCD type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Releases all resources used by the PointCloudExportFileFormatPCD
Public methodGetNativePtr
Public methodToString
Get string representation of PCD specification
(Overrides ObjectToString.)
Top
Remarks
PCD is a file format native to the Point Cloud Library (PCL). To learn more about the PCD file format, see https://pcl.readthedocs.io/projects/tutorials/en/latest/pcd_file_format.html#pcd-file-format.
See Also