detect and fit curved lines in an image
조회 수: 28(최근 30일)
표시 이전 댓글
I'm working on a project that includes lane detection and tracking; I'm able to detect straight lines in image using HT; I'd like to know how to accurately detect and fit curved lines in an image. Thanks folks
댓글 수: 1
sheeha66
2015년 3월 26일
Hi eric.My project is exactly like you but im using the b-snake rather than HT.Can I know how you removed the unwanted background such as trees and shadows from the road? What is suitable technique that you use ? I really hope for your reply.Tq
답변(2개)
Image Analyst
2012년 12월 11일
If you have the coordinates of the pixels, you could use polyfit to fit them to a polynomial.
Jürgen
2012년 12월 8일
Hi,
Hough Transform can also be used for detecting curves:http://faculty.washington.edu/cfolson/papers/pdf/cviu99.pdf
regards,J
참고 항목
범주
Find more on Trigonometry in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!