Generalized Hough Transform and OpenCv

Koleey picture Koleey · Apr 6, 2013 · Viewed 11.5k times · Source

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?

Answer

Gino Strato picture Gino Strato · Apr 6, 2013

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