Skip to content

kruksik-dev/CV2_blobs_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GitHub code size in bytes Python 3.9

Blobs detector

A simple detector that detects circular imperfections in photos for counting.

The program was created to facilitate the work of counting cancer cells. To this end, some optimization has been made based on the initial images that were processed. Therefore, it has the function:

def remove_background_gray(img)

It is used to remove the background from those specific photos. The program will also run without it, so you can comment it if necessary

Usage/Examples

The files that we want to process should be placed in the target_pictures folder.

All the necessary libraries will be installed when the program is started, so it is not necessary to install them manually.

python detector.py

Processed photos will appear in the results folder, and additionally the results will be saved in the output.csv file in the root path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages