I'm a bit confused. How do you want to go about doing this? In other words, at a low level interacting with fingerprint scanner equipment? Using an external program to scan in the fingerprint and then compare the graphic image with an "authentic" one?
cscgal
The Queen of DaniWeb
19,422 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
if i were to choose a programming language for a thesis level project that uses a fingerprint scanner, what would be the best choice:
1) Java
2) C++
3) VB6
If you are interfacing with a piece of hardware -- a stand-alone fingerprint scanner --C++ would probably be best, since the hardware drivers are likely written in C anyway. There is also a speed issue; C++ is a compiled language, the other two are at least partly interpreted, at best semi-compiled.
Important: be aware that fingerprint scanners, it turns out, are very easy to fool; a Japanese researcher, using moulded-gelatin "fingers" and lifted prints, found that they could be fooled about 75% of the time.
TallCool1
Practically a Posting Shark
865 posts since May 2003
Reputation Points: 149
Solved Threads: 45
I think I'm a bit confused. None of these languages are web-based unless you plan on porting to *.NET or JSP, etc.? I'm sure this isn't what you're doing though, right? You intend to strictly work with a (Windows I suppose?) application? Or is this for a Unix-based network?
cscgal
The Queen of DaniWeb
19,422 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
Hi tomthehun,
Welcome to daniweb. I don't mean to be rude, but this thread was last used over 4 years ago, so I am not sure that you will get an answer to your question. Please check the date of forums before posting in them.
Cheers
darkagn
darkagn
Veteran Poster
1,197 posts since Aug 2007
Reputation Points: 404
Solved Threads: 200
especially since OP has apparently never been back after getting his answer to it...
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
> especially since OP has apparently never been back after getting his answer to it...
Nor has the drive-by thread-bumper for that matter ;)
But to see how easy it is, watch Mythbusters on the Discovery Channel, and watch the "Crimes and Mythdemenors" episode. Fingerprint scanners do not come out of it as nice and shiny as the manufacturers would have you believe.
You might want to consider is the thing you're protecting worth losing a body part to the unscrupulous crooks who want whatever it is you've got?
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
yah, they just reran that episode for the Xth (X > some very large number) here as part of the constant rerunning of the early seasons (makes it cheaper for them, they don't have to buy new shows from Discovery US...).
I wonder if they selected a known flawed scanner on purpose. Going from a single sample of a single model and determining the entire class of devices doesn't work is of course not good science (but great entertainment).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337