/plantalyzer

OpenCV script to spot plants affected by Fusarium wilt.

Primary LanguagePythonMIT LicenseMIT

Sick plants detector

PyPI - Python Version License: MIT

Overview

This project is meant to be a fast way to spot and count plants affected by Fusarium wilt in large greenhouses. A drone with a camera working on visible-light spectrum was used to shoot the images, which are courtesy of Applied Drone Innovations B.V. The program is based upon the OpenCV library and uses various filters and image processing techniques to spot yellow-reddish leaves.

Sick Plants Detector screenshot

Run the code

  1. Open a shell window and clone the project.

    $ git clone https://github.com/mstrocchi/plantalyzer.git
  2. Get into the project's root.

    $ cd plantalyzer
  3. Install the required packages.

    $ pip install -r requirements.txt 
  4. Run it with Python 3.

    $ python3 sick-plants-detector.py

Author

Mattia Strocchi - m.strocchi@student.tudelft.nl

License

This project is available under the MIT license. See the LICENSE file for more info.