Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
41 stars 89 forks source link

Signature Verification System Using OpenCV #161

Closed 09viv closed 2 weeks ago

09viv commented 2 weeks ago

Hi @Aryan-Chharia

Description: A system that verifies signatures by comparing two signature images using image preprocessing and feature extraction with OpenCV. It detects whether the signature is genuine or forged based on shape-based features

Key Features: Image Preprocessing: Converts to grayscale, applies binary thresholding, and removes noise. Feature Extraction: Uses Hu Moments to capture the signature's shape. Signature Comparison: Compares feature vectors using Euclidean distance to classify the signature. Threshold-Based Decision: Adjusts sensitivity for signature matching based on a predefined threshold.

Please assign me this issue under gssoc'24

github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.