Closed 09viv closed 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.
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