matisiekpl / cell-detector

Stupid simple cell extractor from peripheral blood smears πŸ¦€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Cell detector and extractor πŸ¦€

Stupid simple algorithm for detecting cells and extracting them into square images.

Usage

Change filename in detect.py and run script:

python detect.py

Computer Vision methods:

  • Otsu thresholding
  • findContours - RETR_EXTERNAL
  • Hu moments

Cells squares

Note that detect.py extract cells into square images into cells directory.

About

Stupid simple cell extractor from peripheral blood smears πŸ¦€


Languages

Language:Python 100.0%