项目作者: tranleanh

项目描述 :
Worm counting in biomedical application.
高级语言: Python
项目地址: git://github.com/tranleanh/Worm-Counting.git
创建时间: 2019-11-07T08:08:27Z
项目社区:https://github.com/tranleanh/Worm-Counting

开源协议:

下载


Worm-Counting

Worm Counting in Biomedical Application.

Requirements

  • Python 3.6
  • OpenCV

Installations

1. Installing Python 3.6

Download and install python3.6

2. Installing pip

Open cmd and run the command:

  1. python get-pip.py

3. Installing Necessary Libs

  • Install OpenCV
    1. python -m pip install opencv-python
  • Install Matplot Lib
    1. python -m pip install matplotlib

Usage

The application can be run by executing:

  1. python counting_app.py

Results

picture

April 2020

Tran Le Anh