Search code examples
linecomputer-visiondetection

Thick horizontal line detection


Please suggest me some methods on thick horizontal line detection in images. Any papers, libraries etc please.


Solution

  • Binary threshold the image, then use a combination of morphological operations to detect "borders that are thicker then N1 but thinner than N2" to produce several images and combine (logically AND) them to selectively detect borders of a certain expected thickness.