Access to Hough Transform accumulator

大兔子大兔子 提交于 2019-12-11 10:34:07

问题


I'm trying to use the Hough Transform from EmguCV 3.0 to detect lines, but then, I'm only interested by some line "angles". Basically, I just want to see almost 90/270º and 0/180º lines (with a margin of a few degrees). And of course, I just want those who reach a certain treshold. I was thinking finding those lines using the accumulator and only looking at some angles values (85 to 95º for instance)... but no way to access to this accumulator :/ Is there some smart way to do it? Or should I look at angles of the top lines from the Hough Transform and then just keeping the ones I'm interested in...?

Thanks =)

来源:https://stackoverflow.com/questions/31543444/access-to-hough-transform-accumulator

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!