Questions tagged [biometrics]

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

Biometric recognition is the process of recognizing a person's identity by analyzing some data derived from their body (physical traits, like fingerprint, iris or face) or behaviour (like gait or, to some extent, voice).

The Wikipedia page on Biometrics has more complete information.

664 questions
-1
votes
1 answer

How to Capture Fingerprint using Veridis Biometrics SDK?

I downloaded Veridis Biometrics SDK for my Futronic FS80 device, how can I capture finger print and save it to my SQL Server database? I know it is very basic but I am new with fingerprint device, I spent much time looking for some tutorials but i…
Daryll
  • 77
  • 1
  • 2
  • 10
-1
votes
1 answer

How to access database of a local webserver from another local webserver

I am working on a biometric system for user check in/out for my organization. the device installs its own webserver having mysql and apache. Its working properly and stores the fingerprints to its database table (MySQL). I have installed WAMP server…
Waqar Akbar
  • 25
  • 1
  • 11
-1
votes
1 answer

Microsoft Thumb Reader

Has anyone used the Microsoft thumb reader? Where can I find detailed API documentation for it? Does it have a built in identification system? Does it support Java?
user189352
  • 855
  • 4
  • 18
  • 26
-1
votes
1 answer

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 region from the training images and have the…
Ferdin Joe
  • 72
  • 5
-1
votes
3 answers

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 that retrieves data from the device does not meet…
Apsar
  • 19
  • 1
  • 1
  • 5
-2
votes
1 answer

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…
born to hula
  • 1,274
  • 5
  • 18
  • 36
-2
votes
1 answer

How can I find the rank for each user?

I am having trouble understanding on how can I sort the users according to their rank. I'm using the Convolutional Neural Network (CNN) for developing iris recognition system and I've got the output of the Softmax classifier from the left and right…
-2
votes
1 answer

Valor Wave F7020 android device

Hi everyone is there anybody who has ever worked with Valor Wave F7020? I want to be able to use the fingerprint capability of the device but most of the stuff are in chinese. I have their sample code but I don't know how to make it work. When I run…
Freeman
  • 17
  • 5
-2
votes
2 answers

Zkemkeeper.dll support which biometric devices?

I am working with biometric device (attendance device) to fetch all attendance from it using zkemkeeper.dll I fetch the attendance from essl biometric device sucessfully, but when i am trying to fetch attendance from realtime biometric device I am…
Kirti Zare
  • 21
  • 1
  • 1
  • 6
-2
votes
1 answer

Developing an API in C

I received a task to develop an API in C for a biometric reader and I have no idea where can I start. The API is going to be used in the ATM's applications we develop here. I've never done something like this so, could you please help me? An example…
-2
votes
3 answers

An error occurred creating the form when Debugging code

Hy friends I had developing a application to fetch data from a biometric fingerprint machine but when I run it in VS2010 its complete build sucessfully and then gives an error System.InvalidOperationException was unhandled Message="An error…
Sreenath Ganga
  • 696
  • 4
  • 19
  • 48
-2
votes
3 answers

R: indexes to matrix

I have a matrix call res initially like the following: [,1] [,2] [1,] 0 0 [2,] 0 0 [3,] 0 0 [4,] 0 0 [5,] 0 0 [6,] 0 0 [7,] 0 0 [8,] 0 0 [9,] 0 0 [10,] 0 0 I have a matrix…
user1938809
  • 1,135
  • 1
  • 9
  • 12
-2
votes
2 answers

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 method or libraries should I use?
Jesus
  • 8,456
  • 4
  • 28
  • 40
-2
votes
2 answers

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 this information?? I need very simple algorithm…
-2
votes
1 answer

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 server.(Face recognition based authentication ). Please…
Ever Think
  • 683
  • 8
  • 22
1 2 3
44
45