Coder Social home page Coder Social logo

walking-to-singular-points-of-fingerprints's Introduction

Walking to Singular Points of Fingerprints

It's the python implementation of paper Zhu, En & Guo, Xifeng & Yin, Jianping. (2016). Walking to Singular Points of Fingerprints. Pattern Recognition. 56. 10.1016/j.patcog.2016.02.015.

Requirements

Opencv, numpy and scipy

Usage

Put your images in test_images directory and check results in results directory. Make changes in line-24 and line-42 of example.py accordingly!

...
#line-24 is
im = cv2.imread('img_path',0)
...

...
#line-42 is
cv2.imwrite('path_to_save_img.ext', stacked_img) # ext = png, jpg, bmp, tif
...

Then run the following command in terminal

python example.py

Result

Resources

Ridge Orient and Ridge Segment functions are taken from github repo Fingerprint-Enhancement-Python written by Utkarsh Deshmukh. The other functions are python implementation of Peter Kovesi's matlab functions.

License

For ridge_orient.py and ridge_segment

BSD 2-Clause License
Copyright (c) 2017, Utkarsh-Deshmukh
All rights reserved.

Acknowledgements

The author would like to thank Dr. Peter Kovesi (This code is a python implementation of his work). The author would also like to thank Mr. Nagasai Bharat for his contribution on code structuring.

walking-to-singular-points-of-fingerprints's People

Contributors

amanattrish 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.