Click or drag to resize

PointCloudExport Class

[Missing <summary> documentation for "T:Zivid.NET.Experimental.PointCloudExport"]

Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalPointCloudExport

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public static class PointCloudExport
Methods
  NameDescription
Public methodStatic memberExportFrame(Frame, PointCloudExportFileFormatPCD)
Save frame to PCD file
Public methodStatic memberExportFrame(Frame, PointCloudExportFileFormatPLY)
Save frame to PLY file
Public methodStatic memberExportFrame(Frame, PointCloudExportFileFormatXYZ)
Save frame to XYZ file
Public methodStatic memberExportFrame(Frame, PointCloudExportFileFormatZDF)
Save frame to ZDF file
Public methodStatic memberExportUnorganizedPointCloud(UnorganizedPointCloud, PointCloudExportFileFormatPCD)
Save unorganized pointcloud to PCD file
Public methodStatic memberExportUnorganizedPointCloud(UnorganizedPointCloud, PointCloudExportFileFormatPLY)
Save unorganized pointcloud to PLY file
Public methodStatic memberExportUnorganizedPointCloud(UnorganizedPointCloud, PointCloudExportFileFormatXYZ)
Save unorganized pointcloud to XYZ file
Top
See Also