Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to develop a biometric fingerprint authentication system in c#, I have an issue that how can I insert biometric and compare it with it for authentication.

What I have tried:

I have tried a query-based solutions.
Posted
Updated 21-Dec-21 22:19pm

 
Share this answer
 
Unless you use built in systems: Fingerprint biometrics - UWP applications | Microsoft Docs[^] you are either into expensive SDK's or a lot of work: a fingerprint isn't just a case of "compare two strings", there is a lot of processing to find the "match": Analysis, Comparison, and Assessment of Latent Fingerprint Image Preprocessing[^]
If you want to develop your own system, you have a lot of reading and hard work ahead! start here: biometric fingerprint authentication system in c - Google Search[^] and work out from there.
 
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