Hi,
I am using HoughLinesP
to extract lines from grayscale image.
As seen in below image single edge (i.e single line in image) is returning more than one line. 16,22 and 0,28 and 10,11 and 23,18,24 lines correspond to single line.
How can i get single line for single edge, any suggestions ?
Input image:
Extracted lines
Zoomed image
thanks.