PointCloudExportFileFormatPCDLayout Enumeration |
Layout for saving point cloud
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
SyntaxPublic Enumeration Layout
Members
| Member name | Value | Description |
---|
| Organized | 0 | |
| Unorganized | 1 | |
Remarks
When Layout option is not set, the exported PCD file will follow the format
based on configuration option,
`Configuration/APIBreakingBugFixes/FileFormats/PCD/UseOrganizedFormat` in the
Config.yml file.
See Also