Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 414 Bytes

Python Fingerprint Recognition

Backend authentication using python as a child process in MERN Fingerprint recognition with SKimage and OpenCV

Requirements:

  • NumPy
  • SKimage
  • OpenCV2

Works by extracting minutiae points using harris corner detection.

Uses SIFT (ORB) go get formal descriptors around the keypoints with brute-force hamming distance and then analyzes the returned matches using thresholds.