Generalized Hough Transform and OpenCv

c++, hough-transform, opencv

Solution

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

Problem

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?

Original source