Biometric implementation in Java application and Image Comparision
        Posted  
        
            by harigm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by harigm
        
        
        
        Published on 2010-04-13T04:58:40Z
        Indexed on 
            2010/04/13
            7:43 UTC
        
        
        Read the original article
        Hit count: 525
        
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
© Stack Overflow or respective owner