roi_pointcloud_fusion
Purpose
The node roi_pointcloud_fusion
is to cluster the pointcloud based on Region Of Interests (ROIs) detected by a 2D object detector, specific for unknown labeled ROI.
Inner-workings / Algorithms
- The pointclouds are projected onto image planes and extracted as cluster if they are inside the unknown labeled ROIs.
- Since the cluster might contain unrelated points from background, then a refinement step is added to filter the background pointcloud by distance to camera.

Output
Parameters
Core Parameters
Assumptions / Known limits
- Currently, the refinement is only based on distance to camera, the roi based clustering is supposed to work well with small object ROIs. Others criteria for refinement might needed in the future.
(Optional) Error detection and handling
(Optional) References/External links
(Optional) Future extensions / Unimplemented parts