Vayel / MPD

Image processing to count maize plants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaizePlantDetector

Purpose: detecting and counting maize plants in an image.

Solutions:

  • Get the green channel and subtract with the others to eliminate white areas
  • Use HSV like here
  • Morph op to remove pixels which are not maize

TODO

  • Automatic detection: high erosion and dilatation
  • Count plants manually and compare with automatic detection

About

Image processing to count maize plants


Languages

Language:Python 100.0%