Question

I have one application that register and verified user's fingerprint.Now I want to know which finger user try to register so, Is there anything common between all humans finger that we can identify the same ?

Was it helpful?

Solution

There is a lot of literature on the problem of finger print analysis recognition. I suggest that you start with the Wikipedia pages on fingerprint classification and fingerprint recognition.

A quick browse through the Wikipedia pages doesn't show any obvious way to determine that a given print is (say) for someone's pinky on their left hand. (But then again, I'm not sure why you'd want to know that ...)

OTHER TIPS

Even if there are heuristics based on for instance shapes of the print you'll never know for sure, so I wouldn't let my program logic rely on those algorithms anyway.

The only way to determine which finger is being used is to use a ten print fingerprint reader. Here four fingers (or two thumbs) are captured simultaneously and the relative positions of the fingers can be used to identify the finger (Assuming that the fingers are correctly placed).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top