biometrics

if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available?

if i wanted to perform an iris scan, would i need any additional api's or can i just use whats readily available? ...

Web app - Biometric system connection

Hi, I will be developing an application for a club where they will have visitors use biometric systems(finger print) or magnetic cards to mark their attendance. This application is planned as a web app, made using PHP/MySQL/Javascript. It does a lot of other things as well. What I wanted to find out is how is the interface between Bi...

SDK for fingerprint matching

I am looking for SDKs which can do finger print matching. Rest of my code is mostly in C so I prefer if the SDK has C API's. Also it would be great if the SDK is free. Does anybody has experience with these SDKs and recommend any particular SDK? Also, while looking in these SDK what are the important features I should concentrate? ...

Finger Print Recognition

I am new to Bio informatics field. I had been given a task to create a system that recognizes the finger print of human. Help me with some basics and with java codes to implement the task as easily as possible.Since I want to develop the application, direct me the articles and papers on this application. ...

Safely Storing Biometric Information for Comparison

I'm using a biometric fingerprint scanner with an SDK that allows me to compare two images of a fingerprint. My question is if I wanted to locally store one of the images for later comparison what is the safest way to do this? My line of thinking is that when doing the same thing with passwords, an easy safe way would be to hash the or...

How to use Windows Biometric Framework (WBF) in WPF application?

Hello, I'm working on WPF application which should identify user using Fingerprint Reader. It seems Windows Biometric Framework (WBF) is good enough for this task but I can't found examples where I can see how it can be used in my WPF application. Couple found examples use WBF to verify user currently logged in. But my application shou...

how to get started with a retinal scan project?

hello I have to develop a software for my college course that will perform retinal scan, i.e, if a picture is provided the location of the retina will be detected by the program. But i have got no clue on how to implement this project. Can anyone please provide any relevant information? ...

ASP - Biometric Authentication

Cheers, We started implementing biometrics authentication in our web system and came to a doubt. We're going to use a third-party solution for performing it which is going to be called via a web service. There are going to be four kinds of authentication: Regular one: username/password Challenge Fingerprint Cellphone All users will...