I'm working with code found at Rosetta Code for creating a Hough transform. I now want to find all the lines in an image. To do so I need the ρ and θ values of each of the peaks in the Hough space. A sample output for a pentagon looks like this:
How can I find a single [θ,ρ] coordinate for each of the 'hot spots' visible in the Hough space?
No comments:
Post a Comment