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

Revision history [back]

See the cv_bridge Convert between ROS Images and OpenCV Images tutorial. This shows you how you can get a OpenCV representation of image data. Once you have that, you can perform all OpenCV operations on the image data, including hough transform.