Line detection [closed]
Can Hough transform detect the start and end points of the straight line on the image? I see, it outputs only 2 parameters: r and theta.
Can Hough transform detect the start and end points of the straight line on the image? I see, it outputs only 2 parameters: r and theta.
you can try the Probabilistic Hough Transform
http://docs.opencv.org/3.0-beta/doc/p...
which returns the lines
The Probabilistic Hough Line Transform A more efficient implementation of the Hough Line Transform. It gives as output the extremes of the detected lines (x0,y0,x1,y1) Thanks. I have missed it. Looked only at the Standard Hough Transform.
Asked: 2017-10-03 01:17:11 -0600
Seen: 495 times
Last updated: Oct 03 '17