Detect all the blood cells and calculate the area of them from a given video
Use the package manager pip to install following packages before using the blood-cells-area
pip install cv2 numpyOpen a terminal in the source directory and run the following command
python main.pyMethod 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")