Tagged Questions
2
votes
2answers
2k views
How to test proximity of lines (Hough transform) in OpenCV
(This is a follow-up from this previous question).
I was able to successfully use OpenCV / Hough transforms to detect lines in pictures (scanned text); at first it would detect many many lines (at ...