0

Possible Duplicate:
iso 19794-2 fingerprint format.

Hi all,

I need to develop a system to match fingerprints. all fingerprints are already converted to ISO 19794-2 format. the input will also be in ISO 19794-2 format. how to check whether the input and the fingerprints in database matches or not. is there any algorithm to implement it?

i need an algorithm to compare two fingerprints in ISO 19794-2 format.

It would be more helpful if the answers are in Java perspective. Please help me. Thanks.

Community
  • 1
  • 1
brainless
  • 5,698
  • 16
  • 59
  • 82

1 Answers1

1

According to http://www.iso.org/iso/catalogue_detail.htm?csnumber=38746 the standard provides some guidelines on how the records are to be matched.

Null Set
  • 5,374
  • 24
  • 37
  • is there any proven algorithm to do that? – brainless Feb 07 '11 at 13:42
  • @brainless, it's not just "an algorithm", but rather a whole bunch of different algorithms. Your question "as is", is (IMO) too open-ended to properly answer on SO. @Null Set gave you a good start, it's now up to you to do (a bit of) research. – Bart Kiers Feb 07 '11 at 13:51
  • @brainless Without access to the standard or more information about how these records are to be matched, no one is going to be able to tell you more. – Null Set Feb 07 '11 at 14:06
  • if it doesn't invoke any copyright problem i can provide the doc for that standard. i have the genuine document. i can mail it to you personally. – brainless Feb 07 '11 at 16:02