introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.83k stars 787 forks source link

Support more image types (depth/disparity confidence, thermal, segmentation) registered to RGB/Depth camera #1354

Open matlabbe opened 1 month ago

matlabbe commented 1 month ago

At the same time, we may revise how we differentiate between right and depth images in the database (they are saved under same field, only their type differentiate them): https://github.com/introlab/rtabmap/blob/465ea85d91d8340ccc961f5997333e7e16c8258a/corelib/include/rtabmap/core/SensorData.h#L328-L329

Constraints:

  1. Multi-cameras requires that all images across all cameras have same resolution
  2. RGB images are stitched together (currently simplifying features extraction), though that could be changed (if so, that could remove constraint 1)
  3. ...

That could help to support new workflows with RTAB-Map:

Downstream changes to support this new feature: