Click to See Complete Forum and Search --> : Hough Transform


LiAus
December 20th, 2006, 12:23 AM
Hey,

I am working on a kind of iris recognition project. I did everything in Matlab, and that works quite good but now I have to implement it in Visual C++.
And I do not know really much about C++.

I used circular Hough transformation to find the iris.
Is there anybody who can give me some help or maybe some code of the implementation of this transformation?

Thank you very much!!!

Liaus

Zachm
December 20th, 2006, 12:53 AM
You can use CImg library

see this link for implementation of Hough transform using CImg library:

http://cimg.cvs.sourceforge.net/cimg/CImg/examples/hough_transform.cpp?view=markup

Good luck !