GitHub / rishim9816 / Hole-detection-in-sarees-using-Image-Processing
The project aims at detecting holes in sarees using OpenCV in python and NumPY. The image is taken as a NumPY array and then we convert it to greyscale, following which we apply threshold to create a pure black white image and the we use Gaussian blur to remove noise. The detection is done using blob detection.
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 60.5 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: about 4 years ago
Pushed at: over 5 years ago
Last synced at: about 2 years ago
Topics: blob-detection, greyscale, hole-detection, image-processing, numpy, opencv, python, sarees, threshold