Tagged Questions
Biometrics is a set of methods related to unique identification of people based on physiological or behavioural traits
34
votes
7answers
827 views
How to learn mouse movement?
I've been attempting to solve a requirement of synthesizing human-like mouse movement in an application of mine for the past few weeks. At the start I used simple techniques like polynomial and spline ...
17
votes
9answers
1k views
Why is Perl used so extensively in Biology research?
I work as support staff in a Biology research institute as a student, and Perl seems to be used everywhere. Not for every single project, but it seems that more than half the people here have a few ...
17
votes
4answers
10k views
API vs. SDK
I am trying to explain to a non-developer the difference between an API an SDK. I need to explain why a commercial fingerprint software vendor will likely not provide an SDK although they may ...
10
votes
2answers
772 views
iso 19794-2 fingerprint format
I am using iso 19794-2 fingerprint data format. All the data are in the iso 19794-2 format. I have more than hundred thousand fingerprints. I wish to make efficient search to identify the match. Is it ...
8
votes
19answers
1k views
How do you protect code from being physically stolen? [closed]
I've recently purchased an IBM Thinkpad that came with a fingerprint scanner. That got me thinking: are fingerprint scanners a good way to protect your code i.e. if someone takes your laptop or goes ...
6
votes
3answers
272 views
Java Voice Biometric
I want to develop an application based on Voice Biometric Recognition.
Specifically, I want to develop an application which will record a voice from the telephone, and identify the speaker. If the ...
6
votes
4answers
3k views
C# - Fingerprint Biometrics
We are wanting to add support for fingerprint authentication in a .Net 3.5 application.
We currently are only using the sdk from Griaule. But this only supports like 5 usb plug-and-play devices. We ...
4
votes
6answers
276 views
Finding center of fingerprints
If we suppose that every fingerprint is made of concentric curves (ellipses or circles) - and I'm aware of the fact that not every fingerprint is - how can I find center of those concentric curves?
...
3
votes
3answers
286 views
Simple Keystroke Dynamics (KD) Measurement with JQuery
I want to develop a simple app to measure dwell time and flight time (see http://www.techrepublic.com/article/reduce-multi-factor-authentication-costs-with-behavioral-biometrics/6150761) in a text ...
3
votes
2answers
3k views
device for fingerprint scanner in android?
iam running a project that part of it requires to read a fingerprint. The platform we use is an Android phone (2.2).
Is there a fingerprint reader availble for this platform? (micro USB, power ...
3
votes
1answer
216 views
what is the best way to generate fake data for classification problem?
i'm working on a project and i have a subset of user's key-stroke time data.This means that the user makes n attempts and i will use these recorded attempt time data in various kinds of classification ...
3
votes
4answers
531 views
Keystroke dynamics in Linux
I'm thinking of implementing a keystroke dynamics (authenticating people based on their typing patterns) application for Linux. As I see it, I have two alternatives:
Extend the Linux logon to ...
3
votes
1answer
1k views
Can you help with a Delphi code sample for fingerprint recognition?
Do you know where can I find a Delphi code sample for fingerprint recognition from an image file.
2
votes
4answers
572 views
fastest way to match fingerprints?
I am trying to check whether a fingerprint exists/matches in a huge collection of fingerprints (100,000 fingerprints). It will take more time to search for matches sequentially. is there any better ...
2
votes
1answer
107 views
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 ...
2
votes
6answers
182 views
Want to know about the best framework available for my app
I am trying to design a new application which basically aims at providing biometric authentication services. What I want to do is that the app will present the user with an interface where the user ...
2
votes
6answers
486 views
Simple Programming Theory Question
Hi guys does anyone know why the programming language C++ is used more widely in biometric security applications compared to the programming language Java? The answers that I have collected so far are ...
2
votes
3answers
342 views
Storing and comparing biometric information
In general we use biometrics in computer applications say for authentication. Lets get 2 examples finger prints and facial recognition.
In those cases how we keep the information for comparison. As ...
2
votes
3answers
3k views
.NET Fingerprint SDK
I am looking for a comparison of Fingerprint reader SDKs available for .NET (we are using .Net 3.5). My requirements are
1. Associate more than one fingerprint with a person.
2. Store the ...
1
vote
1answer
384 views
Is there a free fingerprint reader API/SDK for java?
I'm looking for a totally free fingerprint reader API/SDK that I can use in my Java project.
1
vote
0answers
170 views
Stray '\' in program error
I'm using MinGW to compile NBIS, and everything goes ok up till the point when I have to run the 'make it' command. It compiles stuff for a little while, then it terminates with these errors:
...
1
vote
2answers
74 views
How can I create a flash program with consistent performance across multiple machines?
I want to create a flash program that tracks mouse and keyboard biometrics such as mouse movement speed, click rate, length of keystrokes and so forth. How can I ensure that if a user duplicates ...
1
vote
4answers
90 views
Web-application: Two element login
I'm developing web-application that needs very high security - one of requirements is you'll need password and second factor to gain access - for eg. token, fingerprint scanner, magnetic card etc.
My ...
1
vote
3answers
232 views
Running a compiled C++ program as CGI
We're going to add Fingerprint authentication to an iPad app;
Since we couldn't find any actual fingerprint hardware that works with an iPad, we found DigitalPersona, which is a supplier of great ...
1
vote
1answer
392 views
biometric login on php / flash app
i have a biometric fingerprint usb device, is there a way to integrate that kind of security with php site / drupal site? so user need to login and give his finger print in order to login?
1
vote
1answer
69 views
i need a solution if the user change his keyboard or his mood changed in keystroke dynamic?
my graduation project is about keystroke dynamic authentication for user and i have some problems (the users change their keyboard , Distractions happened to them change their writing characteristics) ...
1
vote
1answer
656 views
How to use Windows Biometric Framework (WBF) in WPF application?
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 ...
1
vote
2answers
143 views
Adapting Machine Learning Algorithms to my Problem
i'm working on a project and need your ideas, advices.
First of all, let me tell my problem.
There is power button and some other keys of a machine and
there is only one user has authentication to ...
1
vote
1answer
2k views
Creating digital persona fingerprint template from serialized data
This is a very specific question which will probably earn me the tumbleweed badge, but please answer if you can
I've imported DigitalPersona sdk dll's as type libraries into Delphi and am trying to ...
1
vote
2answers
580 views
fingerprint verification
i am doing my final year proj in fingerprint authentication. i 've completed binarization, thinning, minutiae extraction. i am doing it in matlab. i am stuck with the verification. i don't know how to ...
0
votes
0answers
44 views
Unified finger print reader API
I have a program that requires finger print authentication, but I am trying to find a way to develop this once, for all types of finger print readers; is that possible? Or do I just have to pick one ...
0
votes
0answers
180 views
Fingerprint matching software
I have reached point of utter desperation, all I needed was simple freeware/open source application, that simply takes to fingerprint images and determines wether they are matching.
I was shocked to ...
0
votes
0answers
159 views
Voice biometrics using C# [closed]
Recently I came across the concept voice biometrics, I have done some works on finger print recognition using C# and some third parties SDK and have some background about biometrics, so I feel like ...
0
votes
1answer
66 views
Biometric sdk development
I have to develop an sdk for biometric applications, but don't know how to start development. Either I need to write my own algorithm or use written by other and are free. If I use others algorithm ...
0
votes
0answers
155 views
Can Verification Java API in Digital Persona One Touch run w/o RTE?
Does this code require the Digital Persona One Touch RTE (Runtime environment) to work?:
DPFPVerification verifier = DPFPGlobal.getVerificationFactory().createVerification();
If so, is there ...
0
votes
0answers
123 views
Online fingerprint login using libfprint [closed]
I am using libfprint api for making a online fingerprint authentication program.i have written the code for enrollment and verification in C for the driver and was able to retrieve the data file of ...
0
votes
1answer
79 views
bosting functionality of a most basic fingerprint reader [closed]
I have developed an online school management system. Now my client wants to implement fingerprint verification. What he wants is to store some biometric data for each student; this data is then ...
0
votes
1answer
202 views
Suprema BioMini FingerPrint programming in c#
I bought a Suprema BioMini Fingerprint device. It has a SDK, but the documentation is not that good, it just paste the code, without a fluidly explanation.
I´m programming it in c#, but I can not ...
0
votes
0answers
32 views
How to convert WinBioCaptureSample to an image
My problem is this: I'm given a data structure of binary data of type WINBIO_BIR_DATA (http://207.46.172.252/en-us/library/dd401649(VS.85).aspx) which is a c struct I believe. How would I convert it ...
0
votes
1answer
457 views
syntax error near unexpected token `$'in\r''
I'm trying to compile the NIST Biometric Image Software, and I have been having trouble all day. I finally got the source checked out right, and I installed cygwin with no problems (I have used it in ...
0
votes
1answer
24 views
WinBioEnumDatabases returns incorrect count of values
I have a wrapper around the WinBioEnumDatabases function in the WBF; however it's returning three of the same databases (as evidenced by the fact that they have the same ID and path). There's only one ...
0
votes
0answers
239 views
Reading Log From Bio-metric device using C# [closed]
I am making the SDK of a Bio-metric device. I want to get data from the Bio-metric device. I have succeeded in connecting and getting the total number of records, but I can't get how to get all ...
0
votes
0answers
68 views
Biometric SDKs evaluations
Google and Freenode have failed me so I thought I'd turn to Stackoverflow to see if anyone has experience with Biometric SDKs, since a contract has just come in that may see our team using these ...
0
votes
1answer
680 views
fingerprint matching algorithm! [closed]
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 ...
0
votes
0answers
558 views
C# Biometrics SDK - Fingerprints
I want to integrate FingerPrint Recognition in my C# Application. Are there any tools available? If yes then what is their cost?
0
votes
1answer
487 views
how to use the iphone as a scanner
I want objective c program for finger print and iris scan for iphone
thanks in advance..
0
votes
0answers
196 views
any body knows if there any real biometrics application such as face recognition ,voice recognition,iris recognition is available for android mobile? [closed]
any body knows if there any real biometrics application such as face recognition ,voice recognition,iris recognition is available for android mobile? or this features are in build in any other android ...
0
votes
1answer
548 views
Finger print verification with Digital Persona
I keep getting the following error when running the fingerprint verification procedure on the Digital Persona Template. I am now at my wits end. My knowledge is short and I don’t have somebody I can ...
0
votes
1answer
513 views
Help - Saving a DigitaPersona Template file. See sample code
DELPHI 5 SAMPLE FOR SAVING A DigitaPersona TEMPLATE SERIAL DATA
TO A DBASE4 DBF FILE.
procedure TFormEnroll.DPFPEnrollmentControl1Enroll(Sender: TObject;
lFingerMask: Integer; const pTemplate, ...
0
votes
1answer
138 views
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 ...