0
votes

I want to use Generalized Hough Transform using OpenCv, but i didn't found any documentation.

How can i apply it ? What are the opencv routines for that ?

1
OpenCV doesn't have a Generalized Hough Transform implementation--you're on your own. Good luck! - Aurelius

1 Answers

0
votes

There is an implementation by Jguillon on github, which is OpenCV implementation of the generalized Hough transform as described in [Ballard1981].

The link is https://github.com/jguillon/generalized-hough-tranform. I build it with Visual Studio 2010 and it works.