Leaf Area Calculation from Drone Ortophotos with Python and Scikit-Learn - Tutorial
/Besides counting crops we can also delineate plants and calculate its leaf area by using methods that fit open or closed splines to lines or edges in an image. These methods are implemented on the Python library Scikit-Image and applied for the delineation of tree canopies over a geospatial raster image. The exercise is developed in a Jupyter notebook and covers all steps from image import, apply grayscale, explore gaussian filter, calculate active contour and export polygons as ESRI shapefile. Finally, there is an histogram generation to determine the distribution of leaf area from plants.
Read More