Biometric implementation in Java application and Image Comparision
- by harigm
How do I compare the 2 images in Java based web application.
I have installed the Biometric thumb reader, I need to read the user Thumb and compare it with his thumb image which is captured during the registration process.
Initially I am storing the image in the Mysql as Blob.
Else I can store that image in a separate folder as well
Please suggest which is best way to do
1)Shall i Use the Java script
2)Is there any built in Java API to perform this