Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/americast/blood-smear-analysis
- Owner: americast
- Created: 2017-12-01T20:06:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T20:15:08.000Z (about 7 years ago)
- Last Synced: 2025-01-01T17:52:22.037Z (about 1 month ago)
- Topics: blood-smears, computer-vision, cpp, image-processing, opencv
- Language: C++
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.