Code Documentation

This QGIS PLUGIN is part of a master thesis of: AN AUTOMATIC CROP ROWS GENERATOR USING AERIAL HIGH-RESOLUTION IMAGES FOR PRECISION AGRICULTURE in partial fulfillment of the requirements for the degree of: Magister en Ingeniería con Énfasis en Ingeniería de Sistemas y Computación

Multimedia and Computer Vision Research Group (MMV-LAB) Universidad del Valle / Santiago de Cali Colombia - 2018

Crop Rows QGIS Plugin

PACropRows QGIS plugin This plugin generates crop rows lines from drone aerial images

author:Andres Herrera
begin:2018-02-22
copyright:2018 by Andres Herrera - Universidad del Valle
email:fabio.herrera@correounivalle.edu.co

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This script initializes the plugin, making it known to QGIS.

__init__.classFactory(iface)

Load PACropRows class from file PACropRows.

Parameters:iface (QgsInterface) – A QGIS interface instance.