ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You'll first want to use the cv_bridge to convert your image messages to opencv images.
Then you can use opencv's image library to get a blend of images: https://www.pyimagesearch.com/2016/03/07/transparent-overlays-with-opencv/
Good luck!