Skip to content

sivantha96/blood-cells-area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blood-cells-area

Detect all the blood cells and calculate the area of them from a given video

Installation

Use the package manager pip to install following packages before using the blood-cells-area

pip install cv2 numpy

Usage

Open a terminal in the source directory and run the following command

python main.py

Using a different video file

Method 01 - Replace the video.mp4 file with the file you want

Method 02 - Add the file you want (your-file-name.mp4) to the source directory and do the following change

vid = cv2.VideoCapture("your-file-name.mp4")

About

Detect all the blood cells and calculate the area of them from a given video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages