Remove Coinciding Objects
Function
Remove objects that are completely covered or covered by other objects according to the pose confidence values.
Usage Scenario
This Step is usually used after the Step 3D Fine Matching Lite (recommended) or the Step 3D Fine Matching to remove incorrect matching results.
Input and Output
Input
| Input port | Data type | Description |
|---|---|---|
Object Poses |
Pose[] |
List of object poses to be removed from the overlap list input at this port. |
Object Point Clouds (with normals if surface) |
PointCloud/XYZNormal[] |
List of object point clouds corresponding to poses is input to this port. |
Pose Confidence Values |
Number[] |
Pose confidence values used for removing incorrect matching results. |
Output
| Output port | Data type | Description |
|---|---|---|
Filtered Object Poses |
Pose[] |
Pose list with the incorrect matching results removed. |
Filtered Object Point Clouds |
PointCloud/XYZNormal[] |
Point cloud list with the incorrect matching results removed. |
Judgment Result |
Bool[] |
Boolean list (True: retained objects with higher pose confidences; False: removed objects with lower pose confidences). |
Parameters
| Parameter | Description |
|---|---|
Parameter Tuning Level |
Description: This parameter is used to set the tuning level of the parameters. The parameters in different tuning levels are different.
|
Object Model Type
| Parameter | Description |
|---|---|
Object Model Type |
Description: This parameter is used to select the type of the object’s point cloud model.
|
Threshold Settings
| Parameter | Description |
|---|---|
Coincidence Ratio Threshold |
Description: If a surface point cloud is used, when the coincidence ratio of the masks, obtained by orthographically projecting the two object point clouds, exceeds this value, the pose with lower confidence will be removed. If an edge point cloud is used, when the coincidence ratio of the two objects’ bounding boxes exceeds this value, the pose with lower confidence will be removed. Set this parameter when Remove poses of coinciding objects is enabled.
|
Advanced Settings
| Parameter | Description |
|---|---|
Method to Generate Pixel Size |
Description: When the coincidence ratio is calculated based on the 2D orthographic projection of the object point cloud, this parameter is used to select the method to generate the size per pixel on the projected 2D image. Value list: Auto, Manual
Instruction: If the “Method to Generate Pixel Size” is set to “Auto,” the input point clouds must belong to the same object type. This feature does not support inputting point clouds of different object types. If the input point clouds belong to different object types, please select “Manual” in the “Method to Generate Pixel Size.” |
Pixel Size |
Description: Set the “Pixel Size” in millimeters.
|