Skip to content

Developed a Signature Matching System using SSIM compares the signatures of two images to measure their similarity, with applications in image retrieval, object recognition, and facial recognition.

Notifications You must be signed in to change notification settings

sagarsapre38/Signature_Matching_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signature_Matching_System

Signature-Matching-System

Application to detect the similarity of two signatures.

-: This Application helps mathematically evaluate similarity of two signatures. -: Simply capture or upload the picture of both signatures to be compared. -: Both the images will be displayed on the screen that are being compared. -: The pop-up will show the percentage match of the signatures. -: The signatures are compared using structural_similarity_index_measure in skimage.metrics package.

Prerequisites

  1. Python >=3.6
  2. OpenCV
  3. Scipy
  4. Scikit-image

Run

  1. pip install requirements.txt
  2. python main.py

Do open an issue if

  • you have any suggestion to improve this project
  • you noticed any problem or error

About

Developed a Signature Matching System using SSIM compares the signatures of two images to measure their similarity, with applications in image retrieval, object recognition, and facial recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages