Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 692 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 692 Bytes


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.