- Using opencv, Gaussian Blur and Blob Detector for hole detection in clothes.
- Libraries used are imread(), cvtColor(), GaussianBlur(), cv2.threshold(), cv2.SimpleBlobDetector_create().
The requirements of the script can be installed by running the following command.
$ pip3 install -r requirements.txt
The file can be executed by running the following command.
$ python Hole_Detection.py