11
votes

I’m looking for an OpenCv implementation of Generalized Hough Transform, or at least something in c++. Despite I searched for a while, I’ve not been able to find nothing interesting. Any suggestion?

1

1 Answers

14
votes

I hope this Generalized Hough Transform code is what you are looking for. There is a very simple tutorial as well and some instructions.