Click or drag to resize

PointCloudExport Methods

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