marzouka
marzouka

Reputation: 384

Fingerprint identification SDK

I am looking for a fingerprint identification SDK to use with a C# project.

I have a list of paper forms that have a the applicants' fingerprints in a specified area and I need to eliminate duplicate forms (forms with identical fingerprints). The paper forms will be scanned using a high speed scanner. I need an SDK to do 1-to-many matching with the other forms fingerprints.

Most SDKs I found only accept input from a fingerprint scanner. Is there any fingerprint SDK that can accept scanned fingerprint images (e.g. in TIFF format).

Thanks

Upvotes: 2

Views: 5608

Answers (2)

AlexITC
AlexITC

Reputation: 1074

Use VeriFinger SDK

It can handle what you need.

Upvotes: 1

mleger45
mleger45

Reputation: 348

Yes, Download the C# sdk version from the following link. It has a CTK_DLL API you can use for fingerprint handling.

Upvotes: 0

Related Questions