Skip to content

3D Height

Operator Function

Use the selected filtering method to calculate the height of the input region. Available height output options include minimum, maximum, mean, median, and percentile.
3D Height

Parameter Introduction

Input Parameters

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

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Outlier RemovalPercentile FilterPercentile FilterCalculate high and low percentiles based on input percentage, only retaining point cloud that meets conditions between them
Low Removal Percentage10.000Calculate low threshold in Z direction based on input percentage, remove all points below this threshold
High Removal Percentage10.000Calculate high threshold in Z direction based on input percentage, remove all points above this threshold
Height 1 Mode, Height 2 ModeMinimum: Output minimum height of all points in region
Maximum: Output maximum height of all points in region
Mean: Output mean height of all points in region
Median: Output median height of all points in region
Percentile: Output height value at a% percentile, where a is the input percentage
Percentage 1, Percentage 2Only valid in percentile height mode.

Result Display

ParameterRangeDefault ValueDescriptionIllustration
Height 1true/falsefalseHeight 1 value information; if enabled, displayed in the image
Height 2true/falsefalseHeight 2 value information; if enabled, displayed in the image
Height Measurement Point 1true/falsefalseHeight 1 position point; if enabled, displayed in the image
Height Measurement Point 2true/falsefalseHeight 2 position point; if enabled, displayed in the image
ROI Point Settrue/falsefalsePoint set of ROI selected region; if enabled, displayed in the image

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
height_1_position_pointpoint3dHeight 1 position point coordinates
height_1_valuefloatHeight 1 value
height_2_position_pointpoint3dHeight 2 position point coordinates
height_2_valuefloatHeight 2 value

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1The input value is {0}, invalid region typeRegion TypeOnly supports window2d, box, pointset
2Region is empty1. Check if input point cloud is empty
2. Check if ROI region encloses any point cloud
3. Check if bound pointset is empty
3The input value is {0}, invalid height 1 modeHeight 1 ModeOnly supports Minimum, Maximum, Mean, Median, Standard deviation, Percentile, none
4The input value is {0}, invalid height 2 modeHeight 2 ModeOnly supports Minimum, Maximum, Mean, Median, Standard deviation, Percentile, none
5Failed to calculate height 1Check if high and low percentage ranges are correct; must be below 50
6Failed to calculate height 2Check if high and low percentage ranges are correct; must be below 50
7High and low percentages cannot both be 50%Adjust high and low percentages; cannot both be 50

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 Region Operation tool to select region for plane fitting.

  3. Select the 3D Plane Fitting tool, bind the region selected in the previous step, and fit the reference plane as the zero plane.

  4. Select the 3D Point Cloud Crop tool to copy IM0 point cloud to IM1, IM2, IM3, IM4, IM5 respectively.

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. Select the region type as Box, move the box to the position to be measured, enclosing the point cloud to be measured.

Usage Tips

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

Select multiple 3D Height tools and set different height modes.

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

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

  3. 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