Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/americast/blood-smear-analysis

Counts number of RBCs and WBCs in a photo of blood smear
https://github.com/americast/blood-smear-analysis

blood-smears computer-vision cpp image-processing opencv

Last synced: 7 days ago
JSON representation

Counts number of RBCs and WBCs in a photo of blood smear

Awesome Lists containing this project

README

        

# Blood Smear analysis

Counts number of RBCs and WBCs in a sample photo of blood smear.

## Requirements
* OpenCV 3.3.0
* G++ 5.4

## Execution
Compile using
`make`

Run using
`./count.out `

## Example
`./count.out sample.JPG`

The output image with marked contours can be found as `sample.JPG_final.jpg`.
The contours maked in red represent RBCs while the once in blue represent WBCs.