In the repo I put my openCV code, as well as the test images and the output. It is for a autodriving simulator that I am working on. I want only to extract the white road-side lines and leave the rest. I have tried masking it and extracting the white bits, then canny and bitwise to get the final image. The result kinda works but doesnt at certain lighting and angles. How can I make it better? I’ve thought about Hough lines but I would like to keep the curvature information as if I do hough lines it will struggle with sharp turns.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Detecting curved line | 9 | 10108 | September 12, 2021 | |
Is there a way using OpenCV and Python to perform road-segmentation, filling road with certain color | 1 | 713 | January 24, 2023 | |
Extract a specific feature from an image | 0 | 475 | November 15, 2022 | |
Algorithm for vertical curved detection | 3 | 1074 | January 27, 2023 | |
Railway detection with noisy input | 4 | 2542 | March 18, 2021 |