Search code examples
c++opencvhough-transform

Generalized Hough Transform and OpenCv


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?


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.