Count the number of cells in an image
Image:
Count cells
Examples:
121 cells counted
25 cells counted
21 cells counted
How it works:
The program uses k-means clustering to split an image into two colours. The resulting images are split several more times to isolate recently split cells.
Source code:
https://github.com/Verkhovskaya/cell_count