Simple python script for sharing and teaching conceptual framework of crop cover analysis in the field based on images (percent of "green" pixels in image - in relative terms).
Need to be install before:
- python (3.7)
- qt5
- open cv2
- numpy
- matplotlib
- PIL
If interface is moddified in qt-designer it has to be compiled: "pyuic5 -x greenSearchUserInterface.ui -o greenSearchUserInterface.py". This py compilation is imported in "greenSearch_v1.py" through "from greenSearchUserInterface import Ui_MainWindow" line in python script.