Amazing-Python-Scripts

Форк
0

ReadMe.md

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.