ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ROS itself does not provide image processing capabilities, what you could do is to use OpenCV to process the image, then republish it to another topic of your choice.

Have a look at the cv_bridgepackage to see how to convert ROS image formats to OpenCV image formats and back. Here are some tutorials