Skip to content

3D Point Cloud Operations

Operator Function

Perform operations on multiple point clouds to output a new point cloud.

Parameter Introduction

Input Parameters

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

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
ModePoint Cloud Union/Point Cloud Intersection/Point Cloud DifferencePoint Cloud UnionPoint Cloud Union: Calculate the union of input point clouds.
Point Cloud Intersection: Calculate the intersection of input point clouds.
Point Cloud Difference: Subtract points common with the second point cloud from the first point cloud; the remaining part of the first point cloud becomes the output.
Output Image0-82The 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

Tip

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

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Input point cloud is emptyConfirm if IM contains valid points; if no valid points, load point cloud or switch to IM with valid points
2Input point cloud operation type is {0}, invalid operation typeMode must be one of: Union/Intersection/Difference
3Output point cloud is emptyAdjust input point clouds or operation mode

Example Introduction

Engineering Design

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

  2. Select the Load Point Cloud tool to load the second 3D point cloud image into IM1;

  3. Select the 3D Point Cloud Operations tool to perform Point Cloud Union, Point Cloud Intersection, and Point Cloud Difference operations respectively.

Tool Usage

  1. Select the input images for operation; the image numbers must match the IM numbers where the images are located in the project.

Input Point Cloud 1:

Local Image

Input Point Cloud 2:

Local Image

  1. Set parameters

  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

Union:

Local ImageLocal Image

Intersection:

Local ImageLocal Image

Difference:

Local ImageLocal Image

AI-Vision, Making 3D Measurement Easier