This project uses UAS based RGB images and followed by structure from mortion (sfm) based point clouds and orthomosaics to map conifer seedlings in postfire mountainous landscapes.
The data includes;
- RGB image based indices - List of indices used in this study can be foud here
- Point cloud based variables - Canopy height and rumple index
- Texture base variables - List of Texture based variables used in this study can be foud here
This repository contains data and codes to implement simple machine learning algorithms (e.g. neural network(nnet), random forest (fr), Support vector machine (SVM)) to detect seedlings in coniferous forests using UAS based data.
Random forest can detect seedlings and other vegetations including shrub, standing dead, mature evergreen trees, and deceduous trees in a co-occuring system at 89% overall accuracy. Vegetetaion indices and canoy height variables were the most importnat variable in identifying each class. The texture variables help to decrease the uncertainty but did not help increase the overall accuracy. The manuscript is in review and will be updated here after publishing. The preprint can be found here.
