Giter Club home page Giter Club logo

fingerprint-integrity-analysis's Introduction

Fingerprint Integrity Analysis

Status


This Python script performs fingerprint matching using the SIFT (Scale-Invariant Feature Transform) algorithm.

๐Ÿ“ Table of Contents

๐Ÿง About

This project compares a sample fingerprint image with a set of real fingerprint images and determines the best match based on the number of keypoints and their matches.

Important Note

I have not included the dataset files in this. You have to download the dataset seperately with the link provided below. The dataset is very massive thus the script is currently configured to compare the sample fingerprint image with the first 1000 real fingerprint images in the "SOCOFing/Real" directory.

Directory Structure

This is roughly how your project directory should like :

  • main.py
  • SOCOFing/
    • Altered/
      • Altered-Easy/
        • 140__F_Left_index_finger_CR.BMP
      • Altered-Medium/
        • .....
      • Altered-Hard/
        • ...
    • Real/
      • Fingerprint_Image_1.jpg
      • Fingerprint_Image_2.jpg
      • ...

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install for this project and how to install them.

OpenCV (cv2) library
Python 3.x

Datasets Used

The following dataset needs to be installed before running the code

Installing

The following commands can be used to install the prerequisites and run the code.

  1. Install Dependencies
pip install opencv-python
  1. Clone the repository
git clone https://github.com/ShreyasShende3/Fingerprint-Integrity-Analysis
  1. After cloning change the directory to the directory name
cd Fingerprint-Integrity-Analysis

Usage

  1. Place the dataset files in the same directory as the Python code.

  2. Run the Python script:

python main.py

Issue

As you are using cv2 sometimes you might face some errors like cv2.imread or some other function is not detected.

In this case you can downgrade the opencv-python version. This might just solve the issue.

You should see the following output: Output

โœ๏ธ Authors

License

GNU General Public License v3.0

fingerprint-integrity-analysis's People

Contributors

shreyasshende3 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.