Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Having problem with munitiae matching in matlab

Status
Not open for further replies.

probir

Newbie level 2
Joined
Aug 19, 2008
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
Hi,
I am trying to implement a fingerprint recognition system with nn in matlab. But facing some problem. What I have tried to do is at first I extract the features from fingerprint and store their location as x,y coordiante in file. Now I am trying to train them. I have gave input as

P=[x1 y1
x2 y2
x3 y3
..
xm ym]'

and target as
T = [t1 t1 .. tm
t2 t2.. tm
]
where Each row of P represents a feature and each row in T represents which person the finger belongs.

Then I have trianed it iteratively for several persons.
But the network is not giving the proper result. Is there any problem how i am traing the network or somewhere else?
Please help
Thanks
 

I am still waiting for the answer.Please somebody help me.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top