This python script finds blobs in an image using DFS algorithm.
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install opencv-python
sudo apt-get install python3-tk
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.
Github: invigorzz313