millermuttu / Plant-counter-CV

Computer vision for counting plants in a image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plant-counter-CV

Computer vision for counting plants in a image

Getting Started

This is the repo to count the number of Plants or Germinations in a given image, by using HSV transformation. and count the number of plants or germinations using the contours count and thresholding concepts

Packages required

usage

python Plant_counter --src <image-path>
e.g.: 
python Plant_counter.py --src foo/bar.jpg

sample output

Authors

About

Computer vision for counting plants in a image

License:MIT License


Languages

Language:Python 100.0%