Skip to content
Advertisement

Tag: straight-line-detection

Line detection issue – OpenCV in Python

I have written the following script with which I aim to detect lines in Gazebo (a simulation environment): The code is integrated in ROS, so please focus your attention at the image_callback function. My issue is that the line that I want to detect is quite noisy and I cannot figure out how to detect it correctly. To be more

Advertisement