Signature-Matching
Signature-Matching copied to clipboard
Application to detect the similarity of two signatures.
Signature-Matching
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 popup will show the percentage match of the signatures. The signatures are compared using structural_similarity in skimage.metrics package.
Prerequisites
- Python >=3.6
- OpenCV
- Scipy
- Scikit-image
Run
pip install requirements.txtpython main.py
Preview
https://user-images.githubusercontent.com/51584907/140640842-b7cd3fe2-493a-469b-b121-5b9f02707bcf.mp4
Please open an issue if
- you have any suggestion to improve this project
- you noticed any problem or error