How to compare fingerprint images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlfshweta
    New Member
    • Feb 2009
    • 1

    #1

    How to compare fingerprint images

    I am doing work on FINGERPRINT RECOGNITION SYSTEM,
    I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,
    i had saved fingerprint images in sqlserver using image datatype,
    images are saving as hexadecimal codes in sql server,
    now i want suggestion how to compare two images.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Have you done this sort of work before? Image recognition software, or fingerprint analysis?

    Comment

    • tlhintoq
      Recognized Expert Specialist
      • Mar 2008
      • 3532

      #3
      I googled ".NET fingerprint compare" and ".NET fingerprint SDK" and got numerous hits and even some affordable SDK's.

      Comment

      • Predictor
        New Member
        • Mar 2009
        • 6

        #4
        Originally posted by dlfshweta
        I am doing work on FINGERPRINT RECOGNITION SYSTEM,
        I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,
        i had saved fingerprint images in sqlserver using image datatype,
        images are saving as hexadecimal codes in sql server,
        now i want suggestion how to compare two images.
        I think this is usually done by either: wavelet encoding or location of features (like forks in the ridges).


        -Will Dwinnell
        Data Mining in MATLAB

        Comment

        • PRR
          Recognized Expert Contributor
          • Dec 2007
          • 750

          #5
          For pattern recognition Eigenface algorithm is widely used...

          Comment

          Working...