PointCloudExportExportUnorganizedPointCloud Method (UnorganizedPointCloud, PointCloudExportFileFormatPLY) |
Save unorganized pointcloud to PLY file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic static void ExportUnorganizedPointCloud(
UnorganizedPointCloud pointCloud,
PointCloudExportFileFormatPLY specification
)
Public Shared Sub ExportUnorganizedPointCloud (
pointCloud As UnorganizedPointCloud,
specification As PointCloudExportFileFormatPLY
)
public:
static void ExportUnorganizedPointCloud(
UnorganizedPointCloud^ pointCloud,
PointCloudExportFileFormatPLY^ specification
)
Parameters
- pointCloud
- Type: Zivid.NETUnorganizedPointCloud
Unorganized point cloud to save - specification
- Type: Zivid.NET.ExperimentalPointCloudExportFileFormatPLY
Specification for saving unorganized point cloud in PLY
format
Remarks
Saves unorganized point cloud to a PLY file. Specify the color space for RGB data in the
specification. The layout in the specification object must be `unordered`. Cannot
include normal data in the exported PLY file from an unorganized point cloud.
See Also