Skip to content

3D Gaussian Filter

Operator Function

Gaussian filter uses the weighted average of neighboring points to replace the original value at the query point, thereby smoothing the point cloud.

Parameter Introduction

Input Parameters

ParameterRangeDefault ValueDescriptionIllustration
Input Image0-80The IM number for image input

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Standard Deviation4.000Standard deviation determines the width of the Gaussian function. Larger standard deviation results in more uniform weight distribution, similar to mean filtering; smaller standard deviation results in weights more concentrated around the query point, similar to median filtering.
Distance Threshold Multiplier3.000This value is mainly used to filter outliers that are far from the current query point. Generally, this parameter does not need adjustment.
Search Radius0.010Search radius determines the filtering range of the Gaussian filter. Larger radius values result in stronger smoothing effects; smaller radius values result in less noticeable smoothing effects.
> Note: The search radius should not be too large, as excessively large search radius values can cause point cloud distortion.
Output Image0-80The IM number for image output

Output Parameters

NameTypeRangeDescription
Resultbooltrue/falsetrue for success
false for failure
Warningbooltrue/falsetrue indicates there is a warning
false indicates there is none
MessagestringOutputs success, error, or warning information; if there is no error or warning, it is empty
TimefloatOperator execution time, unit: ms

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
13D Gaussian filtering failedCheck if search radius parameter is less than 0
2Output point cloud is empty, please modify parameters1. Check if input point cloud is empty
2. Check if point cloud contains invalid values
3. Check if search radius is set too small
3Input point cloud is emptyCheck if input point cloud is empty

Example Introduction

Engineering Design

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

  2. Select the 3D Gaussian Filter tool.

Tool Usage

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

  2. Set parameters

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

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

Local Image

AI-Vision, Making 3D Measurement Easier