Computer vision for counting plants in a image
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
python Plant_counter --src <image-path>
e.g.:
python Plant_counter.py --src foo/bar.jpg
- Mallikarjun Sajjan - mullermuttu