Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 644 Bytes

File metadata and controls

21 lines (18 loc) · 644 Bytes

Blob detection

This python script finds blobs in an image using DFS algorithm.

Setup Instructions

Install python3

sudo apt-get install python3

Install pip (package installer for python)

sudo apt-get install python3-pip

Install OpenCV library with pip

pip3 install opencv-python

Install tkinter library

sudo apt-get install python3-tk

Details/Output

The program asks user to select an image to count the number of blobs.
The image should preferably have lighter blobs on a darker background.
Eg. white blobs on a black background
The output is the count of blobs in the image.

Author

Github: invigorzz313