|
Burns, AKA BHR, line detection.
Does anyone have the burns algorithm or understand it enough to help me? I'm taking an image after running it though the canny edge detection algorithm (just gettin on and off data about edges) and trying to use burns algorithm to group lines. I know i need to use some sort of "cone" method, get angles of lines to group them accordingly, but my problem is, I have no good way detect lines in one angle or another. Does anyone have experience or suggestions for this?
|