Skip to content

3D Multi-Height

Operator Function

Uses selected filtering methods to calculate the height of input regions. Available height output options include minimum, maximum, mean, median, and percentile.

3D Multi-Height

Parameter Introduction

Input Parameters

ParameterRangeDefault ValueDescriptionIllustration
Input Image0-80IM number for image input

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Number of Regions2Set the number of regions for height measurement
Outlier RemovalPercentile FilterPercentile FilterCalculate high and low percentiles based on input percentage, retaining only point clouds that meet conditions between these two values
Low Removal Percentage10.000Calculate low threshold in Z direction based on input percentage, removing all points below this threshold
High Removal Percentage10.000Calculate high threshold in Z direction based on input percentage, removing all points above this threshold
Height ModeMinimum/Maximum/Median/Mean/PercentileMeanMinimum: Output minimum height value of all points in the region
Maximum: Output maximum height value of all points in the region
Mean: Output mean height value of all points in the region
Median: Output median height value of all points in the region
Percentile: Output height value at the a-th percentile, where a is the input percentage
Region n2D Window/BoxBoxManually select appropriate ROI region
Can bind to select existing ROI region

Result Display

ParameterRangeDefault ValueDescriptionIllustration
Height Measurement Pointstrue/falsefalseHeight position points. If enabled, display in the image
Point Settrue/falsefalseRegion point set. If enabled, display in the image
Heighttrue/falsefalseHeight information. If enabled, display in the image

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
region_heightfloat[]Region height array

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Input point cloud is emptyCheck if input point cloud is empty
2Input value is {0}, invalid height modeOnly Minimum, Maximum, Mean, Median, Percentile supported
3High and low percentages cannot both be 50%Adjust high and low percentages, cannot both be 50
4Failure count: {0}.Failure countCheck if all ROIs select point clouds

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 Region Operation tool to set regions for the next step of plane fitting.

  3. Select the 3D Plane Fitting tool, bind the regions set in the previous step, and fit a plane as the zero plane.

  4. Select the 3D Multi-Height 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 number of regions, select the region type as Box, move the box to the position to be measured, enclosing the point cloud to be tested.

Usage Tips

  1. Use the ROI controller on the image window to drag or scale the box;
  2. Directly modify the box's start or end point coordinates in the calculation parameters to adjust the box position and size;
  1. Set the parameters.

  2. Check the content you want to display in the result display section.

  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