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

Reply
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:
  #31  
Old March 24th, 2004, 04:58 AM
mathu mathu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 3 mathu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question getting image data from panasonic authenticam

hi there

I just started with an iris recognition project. I downloaded the code from URL and tested it with the images from the chinese iris database. Looks pretty nice for the first results.
Now I'd like to grab images from the panasonic authenticam. Is there a possibility to do so.
I read something about an SDK but I didn't find the information where to get it.

(besides, I installed the cam and it is working correctly on my System)

thanks, mathu

Reply With Quote
  #32  
Old March 28th, 2004, 08:55 PM
binghe binghe is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 binghe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question :confused: i am blocked!

hello,gs30,i download the source code from the site.but now i have one error in running the source code.
% ??? Error using ==> conv2
HCOL, HROW, and A must be full double.

Error in ==> C:\MATLAB6p5\toolbox\matlab\datafun\filter2.m
On line 72 ==> y = conv2(hcol, hrow, x, shape);
%
i just want to know where used the function 'conv2'.and where is the error?
Thank you!
Welcome everyone to answer me!

Reply With Quote
  #33  
Old March 29th, 2004, 10:21 AM
creation_here creation_here is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 1 creation_here User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
help needed

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


hi i'm creation. i'm trying to implement iris recognition for my final sem project. could u help me?
i don't know much about it. could u plz suggest me some site where i can get easy going information.
thanx

Reply With Quote
  #34  
Old March 30th, 2004, 02:30 AM
binghe binghe is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 binghe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question the source codes don't function!!!!!!!!!!!

When i run it,it shows error in canny function!the func filter2 is used wrongly!!!!And i corrected it,when go down,the func houghcircle is a dead-recycle!!!!!!why????who can tell me????

Reply With Quote
  #35  
Old April 2nd, 2004, 10:59 PM
rhyan_f rhyan_f is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 7 rhyan_f User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
u must use the image from the iris database

Reply With Quote
  #36  
Old April 4th, 2004, 07:26 PM
binghe binghe is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 7 binghe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up yes, i just used the iris image!!

Quote:
Originally Posted by rhyan_f
u must use the image from the iris database


yes ,good news,it works!but somebody can tell me how many bytes u got from the source code.i got 20*480 bytes.it is too big.it may be 512 bytes!!!why?

Thankx!!!

Reply With Quote
  #37  
Old April 8th, 2004, 12:26 PM
skitlezzz skitlezzz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 1 skitlezzz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hello gs300,
I was wondering how you were able to capture pictures with the Panasonic camera you mentioned earlier. Did you use a software package to interface with the camera? Thanks!

Last edited by skitlezzz : April 8th, 2004 at 01:25 PM.

Reply With Quote
  #38  
Old April 19th, 2004, 12:16 PM
desperado1306 desperado1306 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 2 desperado1306 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
matlab code

Hello friends
i am a new user to this forum.
I downloaded a matlab code for iris Recognition from
URL
but I have no idea of how to run it, can someone let me know how to start with the code.

Thanks
desperado

Reply With Quote
  #39  
Old April 20th, 2004, 11:30 AM
desperado1306 desperado1306 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 2 desperado1306 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by binghe
hello,gs30,i download the source code from the site.but now i have one error in running the source code.
% ??? Error using ==> conv2
HCOL, HROW, and A must be full double.

Error in ==> C:\MATLAB6p5\toolbox\matlab\datafun\filter2.m
On line 72 ==> y = conv2(hcol, hrow, x, shape);
%
i just want to know where used the function 'conv2'.and where is the error?
Thank you!
Welcome everyone to answer me!

You must use "GRAY" scale image rather RGB image.
I guess then it would work perfectly.
Cheers
Desperado

Reply With Quote
  #40  
Old April 27th, 2004, 11:24 AM
rhyan_f rhyan_f is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 7 rhyan_f User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Referring to gs300, there are 5 main steps in iris recognition
1- image acquisition .
2- image preprocessing .
3- iris localizing .
4- building template .
5- iris matching .


The step that I don’t understand is no. 4,
If I’m not mistake, there’re steps called feature extraction and feature encoding before an iris template can be made (Thx to AnasMe). I still don’t understand how to extract a feature from an iris image. Can anyone help me please????

Reply With Quote
  #41  
Old April 29th, 2004, 10:11 AM
wneat wneat is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 1 wneat User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hello,

I am considering to implement daugmen's segmentation method. Anyone can tell me how can I start? I read through his PAMI paper, but no deatils about the programming details.

thanks!!

Neat

Reply With Quote
  #42  
Old May 4th, 2004, 02:56 AM
sparkling_prism sparkling_prism is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 3 sparkling_prism User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i m working on iris detection i ve downloaded ths code but is having a problem in executing it wid the iris database there is a hang up

Reply With Quote
  #43  
Old May 4th, 2004, 03:18 AM
sparkling_prism sparkling_prism is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 3 sparkling_prism User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy

i m having problem in th hough circle function plz someone help i m having my presentation after two days

Reply With Quote
  #44  
Old May 5th, 2004, 08:44 AM
anasMe anasMe is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 12 anasMe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 58 sec
Reputation Power: 0
Lightbulb

Quote:
Originally Posted by rhyan_f
Referring to gs300, there are 5 main steps in iris recognition
I still don’t understand how to extract a feature from an iris image. Can anyone help me please????


The feature Extraction step is the same as creating the iris code. the code is the features of the iris. You may read a paper to see how to use wavelet in feature extranction..

Thanks Everybody for being interesting in Iris recognition.
AnasMe...

Reply With Quote
  #45  
Old May 5th, 2004, 08:56 AM
anasMe anasMe is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 12 anasMe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 58 sec
Reputation Power: 0
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
Reply

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