Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to know how we can compare two fingerprint images to check the person's identity?
I am working in Visual c++. please suggest some solution for it?

What I have tried:

currently I am able to get fingerprint image thorough fingerprint scanner device. how i can compare two fingerprints?
Posted
Updated 8-Dec-16 20:45pm

You don't compare images, that isn't how fingerprint identification works.
Start with the API for the fingerprint scanner you are using: it will contain the relevant code to get you started.
 
Share this answer
 
See this Code Project question: Code for matching two fingerprint images[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900