ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.