|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Who can tell me about how to apply the Derivative filters
and Smoothing filters in Daugman's Integro-Differential operator?. I'm programming it on C++ for my thesis project. I have applied Integro-Differential operator already but it just looks like trying to find both pupil and limbus edges. It marks concentric circles far from these components and sometimes, it marks whatever as an edge. I'm specifing a radius range to look for both circles but I think I'm not applying the filters correctly. It's also slow. Has anyone worked on Iris segmentation yet?. Which method have you applied to find both pupil and limbus edges?. It would be better for me if you have applied some approach to find eyelids and set noise masks due to eyelashes. It's supposed to be considered in Hamming Distance when doing matching step. Anyone who had worked on one or more of the above detailed topics, please contact me to: * memcpy_0xffcd@hotmail.com * masm32_0f538h@hotmail.com * ocnwtnsys32@yahoo.com I hope someone can help me with what I'm trying to do. |
|
#2
|
|||
|
|||
|
Dear ...
In my final year project ... i implement the follwing algorithms : 1- Canny edge detection : it is the best algorithm for edge detection. 2- Apply circular Hough transform to localized the pupil and the iris circle. 3- To remove eyelids, i implemented my own method using linear Hough transform to detect the lower and the upper peaks of the eylids, but you can use parabolic Hough transfom. See http://www.samer2.8m.com ... Godd luck ... ![]() |
|
#3
|
|||
|
|||
|
I feel so happy you have answered me, Image processor.
Gee, I have to make a web page like yours when I have my project ready. It will be very helpful for people are also working on Iris Recognition. I'm still working on the segmentation step and I'm looking for information about Iris Segmentation. I found a C++ code that performs Canny Edge Detection, but it doesn't seem to work very well. Could you please show me your algorithms? (I'm not asking you to give your source code to me). I'll be very thankful then. You can write to one of my e-mail addresses: * memcpy_0xffcd@hotmail.com * masm32_0f538h@hotmail.com * ocnwtnsys32@yahoo.com I can also send my whole iris recognition source code to you. Thank you anyway, friend. Bye |
|
#4
|
|||
|
|||
|
Hi all,
Me and my sister are students of The University of Queensland as computer engineer,and we have to prepare a project about fingerprint and iris recognition in matlab to pass the lesson called image processing. Actually, we have to study about our senior project, so we don't know matlab yet. If you send me your code and tell how we run this code, we will be very pleased. If you think this is not reasonable to give us your code, we can share our codes about something else that you can use. I am waiting your answers as soon as possible. you can contact me from my mail. Thank you all. Julia Counsel juliacounsel@yahoo.com.au The University of Queensland Comp. Eng. |
|
#5
|
|||
|
|||
|
HI,
so I want to know , If there are other algorithm for Iris detection ,aside daugman algorithm ![]() |
|
#6
|
|||
|
|||
|
Iris recognition
Hello everybody
I am new here. Did anybody try to make a iris recognition in C#? If yes, could you help me, I have some question. Thanks for help. Sincerely Miroslav mail : miroslav.majcher@gmail.com |
|
#7
|
|||
|
|||
|
Hi ,
i m also working on iris recognition project and i m trying to implement the daughman method for this but for locating the iris he is using polar cordinats for that and contour integral and a gussuian function but i have a great confusion that how we will decide the center and redius . can anybody help me for this part ???? |
|
#8
|
|||
|
|||
|
Iris Recognition:Integrodifferential
Hello there, I am doing My Final Project in Iris Recognition. Is'nt there someone that use Integrodifferential ? I use MATLAB, Would you like to tell me how to implement integrodifferential in MATLAB?please help me...
|
|
#9
|
|||
|
|||
|
UOTE=dens_xreen]Hello there, I am doing My Final Project in Iris Recognition. Is'nt there someone that use Integrodifferential ? I use MATLAB, Would you like to tell me how to implement integrodifferential in MATLAB?please help me...[/QUOTE]
hi friend i m also doing project on iris recognition.i have just started,where r u in yr project?have u got integro differential operator in Matlab ,how we will devlope this? manojbsp@gmail.com |
|
#10
|
|||
|
|||
|
Quote:
hi have u got integro differential operator,if yes than plz reply me on manojbsp@gmail.com |
|
#11
|
||||
|
||||
|
Quote:
Hi, you might get some info you need from here. Hope this helps. Displeaser
__________________
Vi Veri Veniversum Vivus Vici. |
|
#12
|
|||
|
|||
|
I have been receiving too many requests for my iris
recognition project by e-Mail. Thus, I have just created a web site for those who are interested in it (and in more information as well) so that they can download the iris recognition dll and the executable program from there. As I told you before, my system has been developed with Visual C++ 6.0, and my dlls can be useful for several of your projects and research on the area of iris recognition. My web site is http://xpertsolutions.fortunecity.es You should click on "Services" in order to download the iris recognition dll and the executable program. Source code -or an improved version of the program- will be provided to you only when you submit the application form filled out properly. If possible, send scanned personal documents for verification. I need to be sure what you really need the source code for. In many cases, the people who required my source code didn't write me anymore, so I couldn't determine what they did with it eventually. You can also apply for more improvements to be made over my system and dlls if you are interested in providing some help. Documentation of all the functions in the iris recognition library has been incorporated, as well as the application form for those who want to help me make some improvements in my software. Thank you for your interest. All yours: Oscar Contreras Carrasco La Paz - Bolivia |
|
#13
|
|||
|
|||
|
Circular Hough Transformation
Hi, im a new member here. i m working on a biometrics application based on iris pattrens. Now i have to implement Circular Hough Transform, but i m unable to find a detailed step by step description on net,so can anyone provide me a detailed step by step description of circular hough transformation? i will be very thankful...plz reply me as soon as possible.... Thanks Farwa |
|
#14
|
|||
|
|||
|
Iris recogniton algorithm
We are doing our final project and we need an iris recognition algorithm. We need one, but easy to understand and simple because we have no time. Thank you!
evallende@hotmail.com |
|
#15
|
||||
|
||||
|
Quote:
have you searched on google? there seems to be quite a bit there about the hough transform. Heres one link Displeaser |
![]() |
|