Skip to content

Latest commit

 

History

History

Hole_Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hole Detection using Blob Detection

  • Using opencv, Gaussian Blur and Blob Detector for hole detection in clothes.
  • Libraries used are imread(), cvtColor(), GaussianBlur(), cv2.threshold(), cv2.SimpleBlobDetector_create().

Setup Instructions

The requirements of the script can be installed by running the following command.

  $ pip3 install -r requirements.txt

Running the script:

The file can be executed by running the following command.

  $ python Hole_Detection.py

Sample Input:

Image input

Sample Output:

Image output

Author

Srimonti Dutta