how to detect more lines using hough function
4 views (last 30 days)
Show older comments
i need help
i have an image which i want to detect lines from it i do houg, than hough lines than hough peaks. i impose it on the image but only a few of the lines are detected i tried setting the number of peaks to 10, 100 , 500 1000 it didn't help much.
what do i have to do to make it detect all the lines
Thanks
0 Comments
Accepted Answer
David Young
on 24 Mar 2011
Try reducing the threshold parameter in HOUGHPEAKS. The default is half the maximum value in the array.
2 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!