Biometrics is a set of methods related to unique identification of people based on physiological or behavioural traits

learn more… | top users | synonyms

0
votes
0answers
15 views

Biometric locked file vault

I'm trying to create a file vault that is locked using biometrics. Using a library like libCrypto++ seems a nice plan. Its simple to store things in the vault as the public key can be kept in the ...
0
votes
0answers
37 views

How to implement Windows Biometric Framework for finger print authentication?

I am trying to develop a Finger print management application. From my R and D, i came to know that finger print authentication can be implemented using Windows Biometric Framework. But my query is, ...
0
votes
1answer
46 views

Pupil and Iris diameter detection and measurement ios

Ive been looking through the web to find a way to measure the diameter of pupils and iris. I know you can use CIDetector and CIFaceFeature classes to detect a persons face, eye and mouth locations, ...
1
vote
0answers
30 views

Match bitmap image from server via BiometricSDK with another bitmap image?

I have stored a bitmap image in a server and want to do matching through BiometricSDK with another image that I select. I have got no idea how to solve it. Here is my current code. //Make finger ...
0
votes
0answers
78 views

Is Windows Auto Logon using .Net possible? [closed]

I just want to do Proof of concept regarding Auto logon the Windows Os using .Net. My requirement is, I need to write an installable application which automatically detects my finger print and do ...
-2
votes
2answers
40 views

Getting biometric information from stylus for iPad

Using a stylus such as Jot Touch or Pogo Connect, how do I get biometric information such as coordinates (X,Y) pressure (T), stroke speed (S) when a user signs on the iPad (using Objective-C)? Which ...
0
votes
0answers
22 views

WinbioEnrollment returns 8009802C?

i have developed a FingerPrint Management Application for WBF in Windows 7. it works fine in windows 7. But using windows 7 in VMWare it returns 8009802C. 8009802C told The requested operation ...
-2
votes
2answers
89 views

Pattern recognition in Android [closed]

I want to implement authentication system based on the iris recognition for android smartphones. Is it possible to implement iris recognition in android ? How it can be done ? Which are the ...
1
vote
0answers
19 views

Normalization Technique for Feature Level Fusion

I am currently working on Feature Level Fusion of Face and Fingerprint Modalities. I have used Gabor wavelet (at 8 orientations and 5 scales) to extract features. Later I have used PCA and LDA. Which ...
1
vote
0answers
34 views

How to Check Programmatically,whether any fingers are enrolled or not in Windows 7?

i am programming in windows 7 using c#. i am developing WBF Application for enrollment. i want to check whether any fingerprint enrolled or not in that system. i also tried getenablesetting ...
1
vote
1answer
21 views

WinBioDeleteTemplate function Returns 80098002?

i am programming in c# to develop WBF FMA(Windows Biometric Framework Fingerprint management application). i am using WinBioDeleteTemplate() function to delete a template.it works fine most times. ...
0
votes
1answer
123 views

Cropping an image in matlab

Is it possible to crop an image along a particular curve. for ex. I want to crop out the finger image out of this image, but i dont want to crop it along a rectangle.
3
votes
0answers
31 views

Custom Windows Login [duplicate]

Is it possible to customize windows OS login with c# , like Lenovo veriface. I want to override the default to login in windows 8 http://en.wikipedia.org/wiki/VeriFace What all libraries are ...
1
vote
1answer
118 views

Using different access method with thinktecture STS server

I'm currently new to Claim Based Model and Secure Token Service. I have successfully installed thinktecture identity server and tested it. The next step that i would like to make , is to change the ...
1
vote
0answers
290 views

Using external Biometric Fingerprint scanner with android [closed]

As I read from various posts from Internet, currently android does not supports Biometric scan except, a motorola device that uses some hardware button to perform scan operation also, there is some ...
0
votes
1answer
123 views

Fingerprint matching

I'm building a payroll system and would like to use fingerprint scanner to control time attendance. I was wondering how it would interface with java web app. Is there a way to get the log in ...
2
votes
0answers
51 views

High NFIQ computation time in ARMV7

i have compiled and run the NIST NFIQ in linux as well as ARMV7. NFIQ Computation in linux took less than 300 millisecond only while in ARMV7 it is 1930 millisecond. i also search in NIST but i cannot ...
0
votes
1answer
87 views

How to run a mindtct package (NBIS software)for a entire database(a set of 100 images) at a time in Redhat Linux

This is swathi.Ihave installed NBIS software in Redhat lInux in VMware and running as ahost OS in my windows 7 system. Till now i executed giving only one image.but nw i need to run the entire DB with ...
1
vote
0answers
99 views

How to select control panel biometric logon option in windows 7 using C++?

I am programming using VS2010 in windows 7. how to check(select) the biometric logon option in windows-7 control panel using c or c++?
2
votes
1answer
46 views

WinbioOpensession returns E_ACCESSDENIED?

I am programming in VS2010 and Windows 7. I am calling the WinBioOpenSession function from winbio.h This is my code: WINBIO_SESSION_HANDLE sessionHandle = NULL; hr = WinBioOpenSession( ...
0
votes
0answers
20 views

Extract Biosemi ActiveTwo GSR value from raw signal

I have a BioSemi Active Two Mk2 box (checked against serial key) and 16 Hz excitation current (check by GSR unit displayed in ActiView). After some scaling processing I have GSR values like: 32bit ...
0
votes
2answers
122 views

Error with xml serialization in c# - paramaterless constructor

I am trying to serialse a fingerprint FMD to XML using the code below, but get an error: Error: DPUruNet.DataResult`1[DPUruNet.Fmd] cannot be serialized because it does not have a parameterless ...
3
votes
1answer
440 views

Is there Any free FingerPrint identification SDK Available in .net? [closed]

I am working on a fingerprint identification system project,Is there any free sdk available for fingerprint identification system?
0
votes
1answer
139 views

Biometric fingerprints for logging into a website

Is there a way to authenticate to a website using fingerprints? I was thinking of the following scenario. The server has ISO 19794-2 fingerprint templates of all valid users. Client machine has a ...
1
vote
0answers
109 views

Storing Biometric Data on MIFARE Cards for Two-Factor Authentication

I have database of fingerprints stored in WSQ format and I am trying to use a Two-Factor authentication by verifying that the biometric data stored on the card matches the finger being placed on the ...
1
vote
0answers
1k views

How to save and retrieve a fingerprint template in phpmyadmin database, using VB

We are using digital persona for our biometrics. We can already save employee ID, employee name and assigned finger .Our problem is that we dont know how to save a fingerprint template to a database ...
-1
votes
1answer
134 views

Matlab SVM for getting output in binary form

I need to use SVM for image features extracted. The ouput of SVM should be in binary. Please share the resources if any available. Actually I am working on sclera detection. I manually got the sclera ...
0
votes
2answers
177 views

Need help in including lib file in my vc++ project

First of all i am a beginner in visual studio so please forgive and guide me if i m going wrong in some way , i am a java and php programmer so i am not new to programming i want to develop a ...
0
votes
2answers
1k views

Java API for Biometric fingerprint scanner [closed]

Please I need assistance. I want to create a Java web app that reads Biometric fingerprints and store to database. Please I will appreciate if I can get a seqence or step-by-step approach to go about ...
3
votes
1answer
350 views

Connect Biometric Device output to Open ERP 6.1

Is it possible to Connect Biometric Device output directly to openERP? Our company has a Biometric FingerPrint Machine and at the end of day, we have an excel sheet which contains all the attendance ...
0
votes
1answer
387 views

Sdk for fingerprint Egistec es603 Needed

I am using this device http://www.egistec.com/en/sensors/fingerprint-es603wb.aspx and i wish to develop a attendance application using .net, but the problem is i don't find any SDKs in the ...
0
votes
0answers
180 views

NIST SD27 database minutiae files

The mintuiae files of fingerprint images in NIST SD27 are stored in ANIS/NIST Type-9 minutiae record format as .LFF files. http://www.nist.gov/itl/iad/ig/sd27a.cfm 1) How do we extract minutiae from ...
0
votes
0answers
41 views

SSL pkcs with biometrics

I want to write a small client program in JAVA that sends over HTTPS messages, such that the certificate is in a biometric card. I have a "precise biometrics" card reader and a card from "Safenet". ...
1
vote
1answer
425 views

How to read the biometric scanner device input in java

I am new to Biometrics scanner devices worikng protocols, I am working on Biometric project, in that i have to read biometrics which are are taking by the connected biometric scanners in the ...
0
votes
1answer
142 views

Database indexing and lookup with “closest neighbour” not exact match

I'm dealing with an interesting issue. I have biometric system that uses John Daugman's algorithm to transform human irises into binary code (for some research at our university). The iris code is ...
0
votes
1answer
177 views

Need idea how to go about fingerprint access control system in C#

I am developing membership software with C#, but I need to implement access control and also searching for members with fingerprint technology. Any ideas how I could go about that?
-1
votes
1answer
101 views

How can I distinguish two images having coordinate of object?

I am using OpenCV with c++ and I have several images with located minutiae (end/branch). Minutiae have:coordinate(x,y) , type(end/branch) and angle. How can distinguish one image from another having ...
-3
votes
1answer
383 views

How to create a Biometrics based authentication in a Java EE application .?

I creating a web application in Java EE platform. I want to create a log in page in JSP that authenticate user using Biometric Face recognition . Then the Face image is authenticated by the ...
0
votes
0answers
243 views

DigitalPersona UareU using Vb6 [closed]

I need a good example of biometrics using DigitalPersona UareU 4000b with MS access or MySQL Database. I cant seem to find any examples, I have the SDK but no backend.
0
votes
3answers
336 views

WinForm: Loading form for InitializeComponent method

We have a Windows Form application for our fingerprint scanning for time keeping and it takes too much time for just initializing the control for the finger print scanning, around 5 to 10 minutes. So ...
1
vote
1answer
678 views

Using Windows Biometric Framework, or any other method to access the Fingerprint reader with .Net

I am looking to access a persons fingerprint and use it as the persons identifier. I have looked at http://msdn.microsoft.com/en-us/library/windows/desktop/ee829699(v=vs.85).aspx , and the pages it ...
3
votes
3answers
889 views

face alignment algorithm on images

How can I do a basic face alignment on a 2-dimensional image with the assumption that I have the position/coordinates of the mouth and eyes. Is there any algorithm that I could implement to correct ...
2
votes
4answers
4k views

can android phone be used as biometric finger print device [duplicate]

Possible Duplicate: Is fingerprint supported in android devices? Is it possible to use an android phone as a biometric finger print device?
0
votes
0answers
124 views

Corrupted MS Access cells in C# application - oleobject

We have a desktop based biometric registration and attendance software built on .NET & Ms Access. This desktop client synchronizes with our cloud server every now and again. The issue I am facing ...
0
votes
1answer
58 views

Replacing dll driver and its integrity

I developed testing dll driver for Windows Biometric Framework. This driver takes care of storing fingerprint information. WinBio uses 3 types of driver - engine,storage and sensor. These were ...
0
votes
0answers
59 views

Windows Biometric Framework Adapter error

I work on StorageAdapter for winBio framework and I am using WBF test suite for testing the functionality. I am having difficulties with error: WbioStorageNextRecord should keep the last result ...
0
votes
1answer
72 views

Multimode Biometrics

I have difficulty in Plotting ROC curve. In that they have plot GAR v/s FAR in percentage(for unimode bimode in biometrics). I would like to know how GAR and FAR is calculated? and how it is ploted ...
0
votes
3answers
742 views

Retreiving data from Fingerprint Time & Attendance System Connected to the Network

I am currently working on creating application for Bio Metric Time and attendance system, which stores the time details into its own memory. The current software (delphi Application) provided with ...
2
votes
1answer
2k views

What are the correct usage/parameter values for HoughCircles in OpenCV for Iris detection?

I've been reading about the subject but cannot get the idea in "plain English" about the usage and parameters for HoughCircles (specially the ones after CV_HOUGH_GRADIENT). What's an accumulator ...
0
votes
0answers
39 views

how to execute MINDTCT (NBIS package) to extract the minutiae data? [duplicate]

Possible Duplicate: how to run the NBIS software package 'mindtct' in matlab? i mean what should be the input commands? I have installed the NBIS software package. I need to extract ...

1 2 3