Down-Sample Point Cloud
Usage Scenario
This Step is usually used for point cloud preprocessing when there are too many point cloud points to be processed, to improve the project running speed.
Parameter Description
| Parameter | Description |
|---|---|
Sampler Type |
Description: This parameter is used to select the sampling method you want to use. Value list: UniformSampler, VoxelGridSampler
Default value: VoxelGridSampler Tuning recommendation: It is recommended to use the default value. |
Sampling Interval |
Description: This parameter is used to set the edge length of the 3D grid during downsampling. The larger the value, the sparser the downsampled point cloud will be.
|