Storing and comparing biometric information
- by Chathuranga Chandrasekara
I am not sure whether this is the best place to post this. But this is strongly related with programming so decided to put this here.
In general we use biometrics in computer applications say for authentication. Lets get 2 examples finger prints and facial recognition.
In those cases how we keep the information for comparison. As an example we can't keep a image and process it every time. So what are the methodologies we use to store/determine the similarity in such cases? Are there any special algorithms that designed for that purposes.? (Ex : To return a approximately equal value for a finger print of a certain person every time)