Parameter | Type | Description | Example |
---|---|---|---|
object | The octree option. | ||
PointResolution | double | The point cloud resolution. This parameter determines the precision of the point coordinates during encoding. Default value: 0.01. | 0.01 |
OctreeResolution | double | The minimum block size when an octree is partitioned. The minimum block size indicates the edge length of a voxel. Default value: 0.01. | 0.01 |
DoVoxelGridDownDownSampling | boolean | Specifies whether to downsample the point cloud file. Valid values:
| false |
LibraryName | string | The library name. Set the value to pcl. Default value: pcl. | pcl |