Software Design
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreSoftware Design

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rating: Thread Rating: 4 votes, 3.75 average. Display Modes
 
Unread Dev Shed Forums Sponsor:
  #61  
Old July 25th, 2004, 08:46 AM
poganin poganin is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 poganin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 47 sec
Reputation Power: 0
Hi everyone !

At the beginning I want to greet everyone of You .
I am interested in Iris recognition too. I've downloaded Libor's code and trying to understand it.. it will take me a while..

I'am confused to ask, but Can someone send me some materials, code (GS300 - is it posiible?) or something that can help me in doing my project?
I was thinking about doing my project in C but after reading of this thread I started to learn more about MATLAB and I have to say I like it !!!

I have some troubles with Daugman's papers.( I'am not a native English speaker, that's why I have sometimes troubles with understanding technical English) I hope You will help me a bit with it..

Reply With Quote
  #62  
Old July 25th, 2004, 08:48 AM
poganin poganin is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 poganin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 47 sec
Reputation Power: 0
E-mail add

My e-mail:
URL

Reply With Quote
  #63  
Old July 28th, 2004, 04:42 PM
OscarMSVC OscarMSVC is offline
Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 OscarMSVC User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Lightbulb I can help you with some MATLAB code

What a programming language are you using for your I-R
project?. If you're using MATLAB I can provide you some
source code, if you want to. I'm also including Composite
PCA based Face Recognition in mine's (I'm developing it
on MS Visual C++) and I'm looking for Edge Detection, Image
Enhancement and Histogram Equalization algorithms. If you've
got something about these topics, I could provide you an Iris -
Recognition MATLAB code I got from a previous Thesis project
that I'm trying to run now.

If you're interested in getting some information, mail me to:

* memcpy_0xffcd@hotmail.com
* masm32_0f538h@hotmail.com
* ocnwtnsys32@yahoo.com

------------------------OSCARMSVC-----------------------

Reply With Quote
  #64  
Old August 29th, 2004, 05:34 AM
cs02rm0 cs02rm0 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 2 cs02rm0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anyone give me an example of the circular Hough transform method they used for this? Preferably not in matlab - or could you explain the matlab code for me so I can try and convert it to Java?

Many thanks

Reply With Quote
  #65  
Old September 14th, 2004, 04:17 PM
LoFtOn LoFtOn is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 1 LoFtOn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Somebody Can Help Me

who can give me some information in spanish about IRIS RECOGNITION. it is very important for my investigation.

my name is kenny and you can send me the information to

lofton@enred.com
lofton@doctor.com


thanks for your colaboration

Reply With Quote
  #66  
Old September 18th, 2004, 11:16 AM
Jansai Jansai is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 3 Jansai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi
Am a new user. Am in final yr engg. have chosen iris recognition as project. but problem is the whole thing already exists and my prof. wants me to improvise on it. thats very important for the project. cud anyone suggest what technical improvisation can be done.

Reply With Quote
  #67  
Old September 18th, 2004, 11:33 AM
Jansai Jansai is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 3 Jansai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hi
am a new user. am in final yr engg. have chosen iris recognition as project. but the entire thing exists. so my prof. has asked to make a technical improvisation. i'll be glad if u can suggest any. cud u reply by email. my id janthescorp@yahoo.com






Quote:
Originally Posted by anasMe
There are many enhancement to the the hough circle detection. you may try to update it. a simple update is to follow this:

in the hough circle code, it draw a circle of each radius for each edge point.
you may draw circles for each edge point by each radius.
(i.e. compute the circle points for each radius. then draw the circle for each edge points using this precalclated points) this will reduce the time of computation. instead computing the circle points N*rd times, it will only be computes rd times.
where rd is the number of radii and N is the number of edge points.

there are some other enhancements, you may try to understand the code and enhance it or even replace a pice of code that can be implemented in a faster way.

I wrote a code depending on Libor code, but with faster computation to about 1/8 of the time.
thanks to all,
AnasMe....

Reply With Quote
  #68  
Old September 18th, 2004, 11:52 AM
Jansai Jansai is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 3 Jansai User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Iris Recognition project

hi
am new here. am working on the same project too. am apprehensive about the whole thing. can it be competed in 4 months. moreover, i need to make technical improvisations on the project. that's very important. pls can u help me. i'll be glad if u did.
thanx
bye




Quote:
Originally Posted by gs300
Hi,
I finished my graduating project and the demo of the project will be next wednesday ,
I used matlab to implement this system
I used daugman algorithm with some modification ,
If anybody want help i will be happy to help him .
thanx

Reply With Quote
  #69  
Old September 18th, 2004, 06:38 PM
memset_0xfcbd memset_0xfcbd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 37 memset_0xfcbd User rank is Lance Corporal (50 - 100 Reputation Level)memset_0xfcbd User rank is Lance Corporal (50 - 100 Reputation Level)memset_0xfcbd User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 3 h 1 m 2 sec
Reputation Power: 6
Red face Yes I'm doing so

I'm doing it in Visual C++ and I'm using Daugman's Integro
Differential operator to find irises. I have still to work
very hard on it, but I can provide some source code
in C++ I've been programming. I have some problems
in applying the operator over the image. I think there's
some specific way to apply it so that it works well.

memcpy_0xffcd@hotmail.com
masm32_0f538h@hotmail.com
ocnwtnsys32@yahoo.com

Reply With Quote
  #70  
Old October 8th, 2004, 06:50 AM
swatisant swatisant is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Maharashtra
Posts: 2 swatisant User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Help required on Iris Recognition

Quote:
Originally Posted by memset_0xfcbd
I'm doing it in Visual C++ and I'm using Daugman's Integro
Differential operator to find irises. I have still to work
very hard on it, but I can provide some source code
in C++ I've been programming. I have some problems
in applying the operator over the image. I think there's
some specific way to apply it so that it works well.

memcpy_0xffcd@hotmail.com
masm32_0f538h@hotmail.com
ocnwtnsys32@yahoo.com


I am new in this era and want to develop I.R. project for my ME purpose. Can u help me by giving references and website's name .I am doing project in VC++.

Swati Sant

Reply With Quote
  #71  
Old October 8th, 2004, 06:54 AM
swatisant swatisant is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Maharashtra
Posts: 2 swatisant User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile

Quote:
Originally Posted by memset_0xfcbd
I'm doing it in Visual C++ and I'm using Daugman's Integro
Differential operator to find irises. I have still to work
very hard on it, but I can provide some source code
in C++ I've been programming. I have some problems
in applying the operator over the image. I think there's
some specific way to apply it so that it works well.

memcpy_0xffcd@hotmail.com
masm32_0f538h@hotmail.com
ocnwtnsys32@yahoo.com

Please send the code to my email a/c as I am doing same project in VC++.
Thanks.

Reply With Quote
  #72  
Old November 18th, 2004, 01:16 PM
khaldun khaldun is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 3 khaldun User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by saagar_9
hi,
i also have this project as final year project .
i read daugman algo. my prof says me that i can not use sdk so i prefer vc to use. but man lots of difficulties. i have code in mathlab but not that good

we can help each other .
URL



I am also doing my final project on Iris recognition for spring 2005. I am implementing it in Matlab. I need your help..
Plz help me in doing this. I will be grateful to u. If u can plz send me ur code.....at rmliviu@home.ro....thanks

Reply With Quote
  #73  
Old November 23rd, 2004, 12:39 PM
srinianddexter srinianddexter is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 5 srinianddexter User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Red face i can guide for iris recognition

hi to all,,

recently i finished executing the iris reconition code and presently developing tht code for extended use,,,,

i am trying to develop it as a product,,,,

i can help some if u need,,,

my personal mail id is,,,,,,,

srini_dexter@yahoo.com

u can contact me,,,,,

with wishes,,,
srini,,,

Reply With Quote
  #74  
Old November 25th, 2004, 04:11 AM
srinianddexter srinianddexter is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 5 srinianddexter User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
plan to train the images

hi to all,,,,

this mail is especially to those who hav finished iris recognition and also to those who are at the verge of finishing it,,,,

i hav a plan of training the system with a database of say 100 images,,,(database from CASIA),,,,,,

so i am developing the source code at present,,,,,,,,,

some of u may hav done this or some may be interested in doing this like me,,,,

do contact me for a joint venture,,,,

srini_dexter@yahoo.com or through this thread,,,,,

srinivas,,,,,,(dexter),,,

Reply With Quote
  #75  
Old December 11th, 2004, 03:08 PM
khaldun khaldun is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 3 khaldun User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have a complete Iris DataBase ... I want a working program for iris recognition ... can U help me? Please... where do I find that SDK ???

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsProgramming Languages - MoreSoftware Design > are there any one who works on iris recognition project?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
Stay green...Green IT