Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. fingerprint recognition

fingerprint recognition

Scheduled Pinned Locked Moved C#
tutorialcsharpdatabasemysqlhelp
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yinyin84
    wrote on last edited by
    #1

    Hello, Can i get step by step tutorial on how to program fingerprint recognition using c#. I don't know how to start fingerprint system with c#. I want to know following. 1. what database is suitable used for fingerprint data saving? (mysql, access or ...)? 2. how to save image in database? please help me. thank u so much.

    A R S 3 Replies Last reply
    0
    • Y yinyin84

      Hello, Can i get step by step tutorial on how to program fingerprint recognition using c#. I don't know how to start fingerprint system with c#. I want to know following. 1. what database is suitable used for fingerprint data saving? (mysql, access or ...)? 2. how to save image in database? please help me. thank u so much.

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      This depends on how much data you need to store in the database. If its just a few users and you can store your database on a file server go for Access. MySql provides you with a free option while you may need to pay for other databases. Sql Server or Oracle would provide you with many powerful options for enterprise level applications. The way you store images will be vary slightly from database to database.

      WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial

      Y 1 Reply Last reply
      0
      • Y yinyin84

        Hello, Can i get step by step tutorial on how to program fingerprint recognition using c#. I don't know how to start fingerprint system with c#. I want to know following. 1. what database is suitable used for fingerprint data saving? (mysql, access or ...)? 2. how to save image in database? please help me. thank u so much.

        R Offline
        R Offline
        Rahul Rajat Singh
        wrote on last edited by
        #3

        Perhaps you will find this very useful: A Framework in C# for Fingerprint Verification[^]

        Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.

        Y 1 Reply Last reply
        0
        • Y yinyin84

          Hello, Can i get step by step tutorial on how to program fingerprint recognition using c#. I don't know how to start fingerprint system with c#. I want to know following. 1. what database is suitable used for fingerprint data saving? (mysql, access or ...)? 2. how to save image in database? please help me. thank u so much.

          S Offline
          S Offline
          Sivaraman Dhamodharan
          wrote on last edited by
          #4

          Search for digitalPersona in google. They are one of the leader in finger print recognition. You can purchase the devices and also you can get their SDK that make your life easy. The SDK process has two important steps. 1) Registration: Forming single Registration template by taking the same finger input for at-least 4 times (This will be stored in the database as binary object. Kind of gray scale image formed from the registration templates). The template should be registered for a user of the application 2) Verification: Takes the finger input of the user, walk through the registration template in the in database (Actually you should read the template one by one and ask the sdk that verification succeeded) and a match occurs, you know who the user is.. Note: The finger prints are unique, if a match occurs between verification and already registered template, then you know who the user is.

          Programming Article

          Y 1 Reply Last reply
          0
          • S Sivaraman Dhamodharan

            Search for digitalPersona in google. They are one of the leader in finger print recognition. You can purchase the devices and also you can get their SDK that make your life easy. The SDK process has two important steps. 1) Registration: Forming single Registration template by taking the same finger input for at-least 4 times (This will be stored in the database as binary object. Kind of gray scale image formed from the registration templates). The template should be registered for a user of the application 2) Verification: Takes the finger input of the user, walk through the registration template in the in database (Actually you should read the template one by one and ask the sdk that verification succeeded) and a match occurs, you know who the user is.. Note: The finger prints are unique, if a match occurs between verification and already registered template, then you know who the user is.

            Programming Article

            Y Offline
            Y Offline
            yinyin84
            wrote on last edited by
            #5

            thank u so much.

            1 Reply Last reply
            0
            • R Rahul Rajat Singh

              Perhaps you will find this very useful: A Framework in C# for Fingerprint Verification[^]

              Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.

              Y Offline
              Y Offline
              yinyin84
              wrote on last edited by
              #6

              thank u so much.

              1 Reply Last reply
              0
              • A Abhinav S

                This depends on how much data you need to store in the database. If its just a few users and you can store your database on a file server go for Access. MySql provides you with a free option while you may need to pay for other databases. Sql Server or Oracle would provide you with many powerful options for enterprise level applications. The way you store images will be vary slightly from database to database.

                WP Apps - Color Search | Arctic | XKCD | Sound Meter | Speed Dial

                Y Offline
                Y Offline
                yinyin84
                wrote on last edited by
                #7

                thank u so much.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups