PointCloudExportExportUnorganizedPointCloud Method (UnorganizedPointCloud, PointCloudExportFileFormatXYZ) |
Save unorganized pointcloud to XYZ file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntaxpublic static void ExportUnorganizedPointCloud(
UnorganizedPointCloud pointCloud,
PointCloudExportFileFormatXYZ specification
)
Public Shared Sub ExportUnorganizedPointCloud (
pointCloud As UnorganizedPointCloud,
specification As PointCloudExportFileFormatXYZ
)
public:
static void ExportUnorganizedPointCloud(
UnorganizedPointCloud^ pointCloud,
PointCloudExportFileFormatXYZ^ specification
)
Parameters
- pointCloud
- Type: Zivid.NETUnorganizedPointCloud
Unorganized point cloud to save - specification
- Type: Zivid.NET.ExperimentalPointCloudExportFileFormatXYZ
Specification for saving unorganized point cloud in XYZ format
Remarks
Saves unorganized point cloud to a XYZ file. XYZ (position) and RGB (color) values are
separated with white space. Each new point is separated by the newline character. Specify
the color space of the point cloud data in specification parameter.
See Also