How to compute the angle of the lines of an image in matlab?
Show older comments
Hi guys
I need to find all the angles of the line of an image. I found a Standard Hough Transform (SHT) function in matlab,
[H, theta, rho] = hough(BW, ParameterName, ParameterValue)
Will theta be the angles of the lines? I need to represent all the angles in a histogram. I appreciate if someone could help me with this. Thanks in advance.
Marcus
Accepted Answer
More Answers (0)
Categories
Find more on Hough Transform 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!