Skip to content

3D Downsampling

Operator Function

Performs downsampling on the input point cloud image to reduce the amount of point cloud data.

Parameter Introduction

Input Parameters

ParameterRangeDefault ValueDescriptionIllustration
Input Image0-80IM number for image input

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
AlgorithmVoxel GridVoxel Grid: Voxels can be understood as higher-dimensional pixels, i.e., the point cloud image is composed of individual voxels (small cubes). The centroid of all points in each voxel is used to represent the spatial position of the current voxel, thereby reducing the amount of point cloud data.
Grid Length0.100Cube length
Grid Width0.100Cube width
Grid Height0.100Cube height
Minimum Points Per Grid0Points in grids with fewer than this number will be discarded
Output Image0-80IM number for image output

Tip

For more detailed explanations of parameter types, please refer to Type Definitions

Output Parameters

NameTypeRangeDescription
Resultbooltrue/falsetrue for success
false for failure
Warningbooltrue/falsetrue indicates a warning
false indicates no warning
MessagestringOutput success, error, or warning messages. Empty if no error or warning.
TimefloatOperator execution time, unit: ms

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Input value is {0}, {1}, {2}, invalid grid parametersGrid Length/Width/HeightGrid Length>0, Grid Width>0, Grid Height>0
2Voxel downsampling failedCheck if input point cloud is empty
3Input value is {0}, invalid downsampling filter algorithmAlgorithmOnly Voxel Grid supported
4Output point cloud is empty! Please modify parameters1. Check if input point cloud is empty
2. Check if point cloud contains invalid values

Example Introduction

Engineering Design

  1. Select the Load 3D Point Cloud tool to load the required 3D point cloud image to IM0.

  2. Select the 3D Downsampling tool.

Tool Usage

  1. Select the input image for the operation. The image number must match the IM number where the image is located in the project.

  2. Set the parameters.

  3. Click Test to check if the image window and parameters meet expectations.

  4. If there are no issues, click Save. Run the operator in the run list, and then view the running results in the corresponding IM.

Local Image

AI-Vision, Making 3D Measurement Easier