Skip to content

3D Point Cloud Organization

Operator Function

Convert input unorganized point cloud into organized point cloud

Point Cloud Organization Preprocessing

Parameter Introduction

Input Parameters

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

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Use Region Parameterstrue/falsefalseIf enabled, use Region as input; if not enabled, use Input Image as input
Region2D Window/BoxBoxManually select an appropriate ROI region
Can bind to select existing ROI regions
X-axis Resolution0.000Set the resolution of the converted organized point cloud in the X direction
Y-axis Resolution0.000Set the resolution of the converted organized point cloud in the Y direction
Height ModeMinimum/Maximum/Mean/MedianMeanWhen resolution is set inappropriately, multiple points may exist in the same grid; set height mode to select how to handle height values
Minimum: Use the minimum z value in current grid as the grid height
Maximum: Use the maximum z value in current grid as the grid height
Mean: Use the mean z value in current grid as the grid height
Median: Use the median z value in current grid as the grid height
Output Image0-80The IM number for image output

Tip

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

Result Display

ParameterRangeDefault ValueDescriptionIllustration
ROI Point Settrue/falsefalseOnly effective when Use Region Parameters is selected; the point set of the 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

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Input point cloud is already organizedInput point cloud is already organized, no need for organization processing
2The input value is {0}, invalid region typeRegion TypeOnly supports window2d, box, pointset
3Region 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
4The input value is {0}, {1}, invalid x resolution or y resolutionx resolution, y resolutionx resolution >= point cloud point spacing, y resolution >= point cloud point spacing
5The row count * column count of output organized point cloud under current parameters is much larger than input point cloud point countIncrease x resolution and y resolution

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 Point Cloud Organization 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. 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;
    3. If you don't want to manually set the region, turn on the Use Region Parameters button, then the input will be the full image.
  3. Set parameters

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

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