Assessment of Structural Differences in a Low-Stature Mediterranean-Type Shrubland Using Structure-From-Motion (SfM)
Abstract
1. Introduction
2. Materials and Methods
2.1. Study Site
2.2. Data Acquisition
2.3. Data Analysis
2.3.1. Structural Metrics Extraction
- Canopy Height Model (CHM): To generate the canopy height model (CHM) from the point cloud, 3D points were first classified as ground and non-ground using a cloth-simulation filter (CSF) [37]. The classified points were then rasterized using the Nearest Neighbor interpolation method to create a Digital Terrain Model (DTM) and Digital Surface Model (DSM) for each burn plot. CloudCompare software (version 2.13.2; open-source, EDF R&D, Paris, France) was used to produce these terrain and surface models, and the CHM was obtained by subtracting the DTM from the DSM. The resolution was determined through visual assessment of CSF classification results: when ground points appeared sparse (e.g., earlier burn plots, such as 2006), coarser interpolation (≈1–2 m) was applied for the DTM, even though high-resolution DSMs could be generated. Conversely, when ground points were visually dense and continuous (e.g., recent burn plots, such as 2022), finer interpolation (<0.1 m) was used for the DTM; however, these plots typically had fewer non-ground points, so a correspondingly lower resolution was selected for the DSM. Thus, the choice of resolution in creating DSM and DTM was based on the analysis of quality of ground points classification.
- Top Rugosity or External Heterogeneity (TR): Top rugosity was calculated by running a small window (3 × 3) over the CHM and calculating the standard deviation of canopy heights within the window, which basically represents how the surface of the canopy varies spatially within the plot. This metric represents within-plot top surface variability.
- Surface Gap Ratio (GR): The surface gap ratio, or simply gap ratio, was generated via a similar window operation to top rugosity, by determining the ratio of number of points in the window column with heights lower than the mean height of points within the window, ratioed by the total number of points in the window. For the window column, which mostly contains ground points, this metric will be lower (ideally near 0), and for dense surfaces, it will be higher, depending on the number and density of points within the window column. Thus, this metric at each pixel represents the proportion of gaps at the surface of study plots.
2.3.2. Subplot Supervised Classification
- Gaussian Naive Bayes (GNB): The Naive Bayes classifier [38] is based on the Bayes theorem of conditional probability, which assumes that (1) the features of data are conditionally independent from each other for a given class label and (2) all features have equal importance in predicting the class label. With these assumptions, the general Bayes theorem reduces to the Naïve Bayes model, given by
- 2.
- Support Vector Machine (SVM): Support Vector Machine (SVM) [39] is another popular supervised machine learning algorithm, which finds an optimal hyperplane in an N-dimensional space that can separate the data points into different classes in the feature space. SVMs, by nature, are binary classifiers, but to use them for a multi-class classification problem, we used a one-vs.-one decision rule, meaning that a separate classifier is trained for every pair of classes and when making a prediction, each classifier predicts a class for the input, and the class that is predicted the most frequently is selected as the output label. The decision rule for binary SVM classifier is given by
- -
- w is the weight vector;
- -
- C is the regularization parameter;
- -
- φ(x) is the feature map;
- -
- is the i-th training sample;
- -
- is the corresponding class label;
- -
- are slack variables;
- -
- b is the bias term
- 3.
- K-Nearest Neighbor (KNN): KNN is a non-parametric supervised learning algorithm that uses a proximity determination to make classification [40]. An input is classified by the number of votes of its neighbors, and it is classified into the class that is most common among its k-nearest neighbors. The distance metric used for determining the nearest neighbors is Euclidean distance.
- 4.
- Decision Tree: A Decision Tree classifier operates by creating a tree-like structure, where each internal node represents features; specifically, branches represent the decision rule, and the leaf nodes represent the output class label [41]. The tree is constructed by repeatedly splitting the training data into smaller subsets, based on some metric/s, until a stopping criterion is met. Metrics such as entropy (measure of randomness) or Gini impurity (level of impurity) are used to find the best attribute to split the dataset.
- 5.
- Random Forest: The Random Forest method [42] operates by making decisions based on predictions of ensembles of decision trees. These trees are formed by generating a number of bootstrapped datasets (random subset of training data with replacement) from the original dataset and selecting random features for each bootstrapped dataset to produce the tree. The randomness in feature selection helps in preventing overfitting during the learning process. The prediction for the new sample is made on the basis of the majority of votes given by each decision tree. Random Forest can model complex decision boundaries and does not require scaling of input features.
- 6.
- XGBoost: The XGBoost method [43] builds an ensemble of decision trees in a step-by-step manner, with each new tree focusing on correcting the errors made by the previous ones. It uses gradient boosting, a process in which trees are added one at a time and each tree fixes the mistakes of the previous ones to optimize predictions, and it includes built-in regularization. This method helps to prevent overfitting in the model training process. The predictions for new samples are made by combining the weighted contributions of all trees in the model. XGBoost is known for being fast and efficient, works well with large datasets, and provides high predictive accuracy.
- 7.
- Multi-Layer Perceptron (MLP): Multi-Layer Perceptron (MLP) is a type of feedforward artificial neural network capable of modeling complex nonlinear relationships, often used for supervised classification [44]. The input features were standardized (zero mean, unit variance), and class labels were one-hot-encoded. The network architecture included three hidden layers with 64, 128, and 64 neurons, respectively, using ReLU activation function, L2 regularization (0.01, 0.01, 0.005), batch normalization, and dropout (0.3, 0.4, 0.3). The output layer used softmax activation with neurons equal to the number of classes. The model was trained using the Adam optimizer and categorical cross-entropy loss, with early stopping (patience = 15) and adaptive learning rate reduction (factor = 0.5, patience = 5, min_lr = 1 × 10−6). Training was performed for up to 100 epochs with a batch size of 8 while 20% of the data was used for validation.
2.3.3. Diversity Modeling
3. Results and Discussion
3.1. Extraction and Mapping of Structural Metrics—Observations from a Visual Analysis
3.2. Subplot Quantitative Analysis
3.3. Subplot Classification
3.4. Diversity Modeling Outcomes
3.5. Effects of Vegetation Structure on Percentage Cover vs. Abundance-Based Diversity
3.6. Impact of Sampling Resolution
3.7. Operational Feasibility
4. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Latimer, A.M.; Silander, J.A.; Cowling, R.M. Neutral Ecological Theory Reveals Isolation and Rapid Speciation in a Biodiversity Hot Spot. Science 2005, 309, 1722–1725. [Google Scholar] [CrossRef] [PubMed]
- Moncrieff, G.R. Locating and Dating Land Cover Change Events in the Renosterveld, a Critically Endangered Shrubland Ecosystem. Remote Sens. 2021, 13, 834. [Google Scholar] [CrossRef]
- Ntshanga, N.K.; Procheş, S.; Slingsby, J.A. Assessing the Threat of Landscape Transformation and Habitat Fragmentation in a Global Biodiversity Hotspot. Austral Ecol. 2021, 46, 1052–1069. [Google Scholar] [CrossRef]
- Skowno, A.L.; Jewitt, D.; Slingsby, J.A. Rates and Patterns of Habitat Loss across South Africa’s Vegetation Biomes. S. Afr. J. Sci. 2021, 117, 1–5. [Google Scholar] [CrossRef]
- Slingsby, J.A.; Moncrieff, G.R.; Rogers, A.J.; February, E.C. Altered Ignition Catchments Threaten a Hyperdiverse Fire-dependent Ecosystem. Glob. Change Biol. 2020, 26, 616–628. [Google Scholar] [CrossRef]
- Slingsby, J.A.; Merow, C.; Aiello-Lammens, M.; Allsopp, N.; Hall, S.; Kilroy Mollmann, H.; Turner, R.; Wilson, A.M.; Silander, J.A. Intensifying Postfire Weather and Biological Invasion Drive Species Loss in a Mediterranean-Type Biodiversity Hotspot. Proc. Natl. Acad. Sci. USA 2017, 114, 4697–4702. [Google Scholar] [CrossRef]
- Humphreys, A.M.; Govaerts, R.; Ficinski, S.Z.; Nic Lughadha, E.; Vorontsova, M.S. Global Dataset Shows Geography and Life Form Predict Modern Plant Extinction and Rediscovery. Nat. Ecol. Evol. 2019, 3, 1043–1047. [Google Scholar] [CrossRef]
- Baillie, J.; Hilton-Taylor, C.; Stuart, S.N. 2004 IUCN Red List of Threatened Species: A Global Species Assessment; IUCN: Gland, Switzerland; Cambridge, UK, 2004. [Google Scholar]
- Snijman, D.A. Plants of the Greater Cape Floristic Region. 2: The Extra Cape Flora; South African National Biodiversity Institute: Pretoria, South Africa, 2013. [Google Scholar]
- Manning, J.; Goldblatt, P. Plants of the Greater Cape Floristic Region. 1: The Core Cape Flora; South African National Biodiversity Institute: Pretoria, South Africa, 2012. [Google Scholar]
- Allsopp, N.; Colville, J.F.; Verboom, G.A. Fynbos: Ecology, Evolution, and Conservation of a Megadiverse Region; Oxford University Press: Oxford, UK, 2014; ISBN 9780199679584. [Google Scholar]
- Slingsby, J.A.; Ackerly, D.D.; Latimer, A.M.; Linder, H.P.; Pauw, A. The Assembly and Function of Cape Plant Communities in a Changing World. In Fynbos: Ecology, Evolution, and Conservation of a Megadiverse Region; Oxford University Press: Oxford, UK, 2014; pp. 200–223. [Google Scholar]
- Slingsby, J.A.; Moncrieff, G.R.; Wilson, A.M. Near-Real Time Forecasting and Change Detection for an Open Ecosystem with Complex Natural Dynamics. ISPRS J. Photogramm. Remote Sens. 2020, 166, 15–25. [Google Scholar] [CrossRef]
- Jensen, J.; Humes, K.; Vierling, L.; Hudak, A. Discrete Return Lidar-Based Prediction of Leaf Area Index in Two Conifer Forests. Remote Sens. Environ. 2008, 112, 3947–3957. [Google Scholar] [CrossRef]
- Coops, N.C.; Wulder, M.A.; Culvenor, D.S.; St-Onge, B. Comparison of Forest Attributes Extracted from Fine Spatial Resolution Multispectral and Lidar Data. Can. J. Remote Sens. 2004, 30, 855–866. [Google Scholar] [CrossRef]
- Guo, Q.; Su, Y.; Hu, T.; Zhao, X.; Wu, F.; Li, Y.; Liu, J.; Chen, L.; Xu, G.; Lin, G.; et al. An Integrated UAV-Borne Lidar System for 3D Habitat Mapping in Three Forest Ecosystems across China. Int. J. Remote Sens. 2017, 38, 2954–2972. [Google Scholar] [CrossRef]
- Wallace, L.O.; Lucieer, A.; Watson, C.S. Assessing the Feasibility of UAV-Based Lidar for High Resolution Forest Change Detection. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2012, XXXIX-B7, 499–504. [Google Scholar] [CrossRef]
- Elaksher, A.; Bhandari, S.; Carreon Limones, C.A.; Lauf, R. Potential of UAV Lidar Systems for Geospatial Mapping. In Proceedings of the Lidar Remote Sensing for Environmental Monitoring, San Diego, CA, USA, 30 August 2017; Singh, U.N., Ed.; SPIE: Bellingham, WA, USA, 2017; p. 20. [Google Scholar]
- Fonstad, M.A.; Dietrich, J.T.; Courville, B.C.; Jensen, J.L.; Carbonneau, P.E. Topographic Structure from Motion: A New Development in Photogrammetric Measurement. Earth Surf. Process Landf. 2013, 38, 421–430. [Google Scholar] [CrossRef]
- Snavely, N.; Seitz, S.M.; Szeliski, R. Modeling the World from Internet Photo Collections. Int. J. Comput. Vis. 2008, 80, 189–210. [Google Scholar] [CrossRef]
- Lisein, J.; Pierrot-Deseilligny, M.; Bonnet, S.; Lejeune, P. A Photogrammetric Workflow for the Creation of a Forest Canopy Height Model from Small Unmanned Aerial System Imagery. Forests 2013, 4, 922–944. [Google Scholar] [CrossRef]
- Hernández-Clemente, R.; Navarro-Cerrillo, R.; Ramírez, F.; Hornero, A.; Zarco-Tejada, P. A Novel Methodology to Estimate Single-Tree Biophysical Parameters from 3D Digital Imagery Compared to Aerial Laser Scanner Data. Remote Sens. 2014, 6, 11627–11648. [Google Scholar] [CrossRef]
- Zarco-Tejada, P.J.; Diaz-Varela, R.; Angileri, V.; Loudjani, P. Tree Height Quantification Using Very High Resolution Imagery Acquired from an Unmanned Aerial Vehicle (UAV) and Automatic 3D Photo-Reconstruction Methods. Eur. J. Agron. 2014, 55, 89–99. [Google Scholar] [CrossRef]
- Puliti, S.; Ørka, H.; Gobakken, T.; Næsset, E. Inventory of Small Forest Areas Using an Unmanned Aerial System. Remote Sens. 2015, 7, 9632–9654. [Google Scholar] [CrossRef]
- Cunliffe, A.M.; Brazier, R.E.; Anderson, K. Ultra-Fine Grain Landscape-Scale Quantification of Dryland Vegetation Structure with Drone-Acquired Structure-from-Motion Photogrammetry. Remote Sens. Environ. 2016, 183, 129–143. [Google Scholar] [CrossRef]
- Abdullah, M.M.; Al-Ali, Z.M.; Abdullah, M.M.; Srinivasan, S.; Assi, A.T.; Al Atiqi, S. Investigating the Applicability of UAVs in Characterizing Desert Shrub Biomass and Developing Biological Indicators for the Selection of Suitable Revegetation Sites. J. Env. Manag. 2021, 288, 112416. [Google Scholar] [CrossRef]
- Carbonell-Rivera, J.P.; Torralba, J.; Estornell, J.; Ruiz, L.Á.; Crespo-Peremarch, P. Classification of Mediterranean Shrub Species from UAV Point Clouds. Remote Sens. 2022, 14, 199. [Google Scholar] [CrossRef]
- van Blerk, J.J.; West, A.G.; Smit, J.; Altwegg, R.; Hoffman, M.T. UAVs Improve Detection of Seasonal Growth Responses during Post-Fire Shrubland Recovery. Landsc. Ecol. 2022, 37, 3179–3199. [Google Scholar] [CrossRef]
- Walter, J.A.; Stovall, A.E.L.; Atkins, J.W. Vegetation structural complexity and biodiversity in the Great Smoky Mountains. Ecosphere 2021, 12, e03390. [Google Scholar] [CrossRef]
- Liu, N.; Wang, H.; Nan, H. Structural Diversity Closely Associated with Canopy Species Diversity and Stand Age in Species-Poor Montane Forests on Loess Plateau of China. Pol. J. Ecol. 2017, 65, 183–193. [Google Scholar] [CrossRef]
- Bohlman, S.A. Species Diversity of Canopy Versus Understory Trees in a Neotropical Forest: Implications for Forest Structure, Function and Monitoring. Ecosystems 2015, 18, 658–670. [Google Scholar] [CrossRef]
- Deng, C.; Huang, Z.; Zhang, X.; Zhao, H.; Jiang, S.; Ren, Y. Correlation between Vegetation Structure and Species Diversity in Traditional Villages in Karst Topographic Regions of the Zunyi City, China. Plants 2022, 11, 3161. [Google Scholar] [CrossRef]
- Zeller, L.; Förster, A.; Keye, C.; Meyer, P.; Roschak, C.; Ammer, C. What Does Literature Tell Us about the Relationship between Forest Structural Attributes and Species Richness in Temperate Forests?—A Review. Ecol. Indic. 2023, 153, 110383. [Google Scholar] [CrossRef]
- Ma, Q.; Su, Y.; Hu, T.; Jiang, L.; Mi, X.; Lin, L.; Cao, M.; Wang, X.; Lin, F.; Wang, B.; et al. The Coordinated Impact of Forest Internal Structural Complexity and Tree Species Diversity on Forest Productivity across Forest Biomes. Fundam. Res. 2024, 4, 1185–1195. [Google Scholar] [CrossRef]
- Rebelo, A.G.; Boucher, C.; Helme, N.; Mucina, L.; Rutherford, M.C. Fynbos biome 4. In The Vegetation of South Africa, Lesotho and Swaziland; Mucina, L., Rutherford, M.C., Eds.; South African National Biodiversity Institute: Pretoria, South Africa, 2006; pp. 52–219. [Google Scholar]
- Larue, E.A.; Hardiman, B.S.; Elliott, J.M.; Fei, S. Structural Diversity as a Predictor of Ecosystem Function. Environ. Res. Lett. 2019, 14, 114011. [Google Scholar] [CrossRef]
- Zhang, W.; Qi, J.; Wan, P.; Wang, H.; Xie, D.; Wang, X.; Yan, G. An Easy-to-Use Airborne LiDAR Data 945 Filtering Method Based on Cloth Simulation. Remote. Sens. 2016, 8, 501. [Google Scholar] [CrossRef]
- Schonlau, M. The Naive Bayes Classifier. In Applied Statistical Learning: With Case Studies in Stata; Springer International Publishing: Cham, Switzerland, 2023; pp. 143–160. [Google Scholar]
- Cortes, C.; Vapnik, V. Support-Vector Networks. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
- Cover, T.; Hart, P. Nearest Neighbor Pattern Classification. IEEE Trans. Inf. Theory 1967, 13, 21–27. [Google Scholar] [CrossRef]
- Charbuty, B.; Abdulazeez, A. Classification Based on Decision Tree Algorithm for Machine Learning. J. Appl. Sci. Technol. Trends 2021, 2, 20–28. [Google Scholar] [CrossRef]
- Cutler, A.; Cutler, D.R.; Stevens, J.R. Random Forests. In Ensemble Machine Learning; Springer: New York, NY, USA, 2012; pp. 157–175. [Google Scholar]
- Chen, T.; Guestrin, C. XGBoost. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; ACM: New York, NY, USA, 2016; pp. 785–794. [Google Scholar]
- Popescu, M.-C.; Balas, V.E. Multilayer Perceptron and Neural Networks. WSEAS Trans. Circuits Syst. 2009, 8, 579–588. [Google Scholar]
- Blagus, R.; Lusa, L. SMOTE for High-Dimensional Class-Imbalanced Data. BMC Bioinform. 2013, 14, 106. [Google Scholar] [CrossRef]
- Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-Learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
- Whittaker, R.H. Evolution and Measurement of Species Diversity. Taxon 1972, 21, 213–251. [Google Scholar] [CrossRef]
- Jost, L. Partitioning Diversity into Independent Alpha and Beta Components. Ecology 2007, 88, 2427–2439. [Google Scholar] [CrossRef]
- Tan, X.; Shan, Y.; Wang, L.; Yao, Y.; Jing, Z. Density vs. Cover: Which Is the Better Choice as the Proxy for Plant Community Species Diversity Estimated by Spectral Indexes? Int. J. Appl. Earth Obs. Geoinf. 2023, 121, 103370. [Google Scholar] [CrossRef]
- Chiarucci, A.; Wilson, J.B.; Anderson, B.J.; De Dominicis, V. Cover versus Biomass as an Estimate of Species Abundance: Does It Make a Difference to the Conclusions? J. Veg. Sci. 1999, 10, 35–42. [Google Scholar] [CrossRef]
- Abdi, H.; Williams, L.J. Principal Component Analysis. Wiley Interdiscip. Rev. Comput. Stat. 2010, 2, 433–459. [Google Scholar] [CrossRef]
- Torresani, M.; Rocchini, D.; Ceola, G.; de Vries, J.P.R.; Feilhauer, H.; Moudrý, V.; Bartholomeus, H.; Perrone, M.; Anderle, M.; Gamper, H.A.; et al. Grassland Vertical Height Heterogeneity Predicts Flower and Bee Diversity: An UAV Photogrammetric Approach. Sci. Rep. 2024, 14, 809. [Google Scholar] [CrossRef]
- Loke, L.H.L.; Chisholm, R.A. Measuring Habitat Complexity and Spatial Heterogeneity in Ecology. Ecol. Lett. 2022, 25, 2269–2288. [Google Scholar] [CrossRef] [PubMed]
- Grace, J.B.; Keeley, J.E. A Structural Equation Model Analysis of Postfire Plant Diversity in California Shrublands. Ecol. Appl. 2006, 16, 503–514. [Google Scholar] [CrossRef]
- Verboom, G.A.; Slingsby, J.A.; Cramer, M.D. Fire-Modulated Fluctuations in Nutrient Availability Stimulate Biome-Scale Floristic Turnover in Time, and Elevated Species Richness, in Low-Nutrient Fynbos Heathland. Ann. Bot. 2024, 133, 819–832. [Google Scholar] [CrossRef] [PubMed]
- Scheller, R.M.; Mladenoff, D.J. Understory Species Patterns and Diversity in Old-Growth and Managed Northern Hardwood Forests. Ecol. Appl. 2002, 12, 1329–1343. [Google Scholar] [CrossRef]
- McElhinny, C.; Gibbons, P.; Brack, C.; Bauhus, J. Forest and Woodland Stand Structural Complexity: Its Definition and Measurement. For. Ecol. Manag. 2005, 218, 1–24. [Google Scholar] [CrossRef]
- Swayze, N.C.; Tinkham, W.T.; Creasy, M.B.; Vogeler, J.C.; Hoffman, C.M.; Hudak, A.T. Influence of UAS Flight Altitude and Speed on Aboveground Biomass Prediction. Remote Sens. 2022, 14, 1989. [Google Scholar] [CrossRef]
- Mlambo, R.; Woodhouse, I.; Gerard, F.; Anderson, K. Structure from Motion (SfM) Photogrammetry with Drone Data: A Low Cost Method for Monitoring Greenhouse Gas Emissions from Forests in Developing Countries. Forests 2017, 8, 68. [Google Scholar] [CrossRef]
- Fernández-Guisuraga, J.; Sanz-Ablanedo, E.; Suárez-Seoane, S.; Calvo, L. Using Unmanned Aerial Vehicles in Postfire Vegetation Survey Campaigns through Large and Heterogeneous Areas: Opportunities and Challenges. Sensors 2018, 18, 586. [Google Scholar] [CrossRef]
- Foster, A.; Rahimzadeh-Bajgiran, P.; Daigneault, A.; Weiskittel, A. Cost-Effectiveness of Remote Sensing Technology for Spruce Budworm Monitoring in Maine, USA. For. Monit. 2024, 1, 66–98. [Google Scholar] [CrossRef]
- Schöttker, O.; Hütt, C.; Jauker, F.; Witt, J.; Bareth, G.; Wätzold, F. Monitoring Costs of Result-Based Payments for Biodiversity Conservation: Will UAV-Assisted Remote Sensing Be the Game-Changer? J. Nat. Conserv. 2023, 76, 126494. [Google Scholar] [CrossRef]
Burn Plots | Nspecies | Dominant Species (>10% Pcover) | Pcover | Abundance | Mean Height (cm) |
---|---|---|---|---|---|
2006 | 12 | Metalasia muricata | 12 | 18 | 200 |
Passerina corymbose | 10 | 16 | |||
Erica irregularis | 30 | 25 | |||
Indigofera brachystachya | 13 | 12 | |||
2016 | 13 | Passerina corymbose | 15 | 16 | 125 |
Erica irregularis | 23 | 22 | |||
Anthospermum aethiopicum | 10 | 25 | |||
2016v2 | 16 | Indigofera brachystachya | 15 | 9 | 65 |
Anthospermum aethiopicum | 26 | 45 | |||
Tetraria cuspidate | 10 | 6 | |||
2019 | 10 | Restio eleocharis | 46 | 30 | 40 |
Hermannia ternifolia | 10 | 45 | |||
2020 | 12 | Restio eleocharis | 25 | 22 | 30 |
2022 | 18 | Pelargonium botulinum | 20 | NA | 25 |
Classifier | Burn Year Prediction on Test Data [F1-Scores] | Overall Test Accuracy (%) | ||||
---|---|---|---|---|---|---|
2006 | 2016 | 2019 | 2020 | 2022 | ||
MLP | 1.00 | 0.84 | 0.65 | 0.74 | 0.81 | 84 |
Random Forest | 1.00 | 0.82 | 0.67 | 0.74 | 0.78 | 83 |
SVM | 1.00 | 0.83 | 0.64 | 0.71 | 0.82 | 83 |
XGBoost | 1.00 | 0.83 | 0.66 | 0.70 | 0.82 | 83 |
Naïve Bayes | 1.00 | 0.83 | 0.59 | 0.72 | 0.76 | 81 |
KNN | 1.00 | 0.80 | 0.68 | 0.63 | 0.73 | 80 |
Des-Tree | 1.00 | 0.76 | 0.59 | 0.64 | 0.64 | 76 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Bhatta, R.; Chaity, M.D.; Chancia, R.O.; Slingsby, J.; Moncrieff, G.; van Aardt, J. Assessment of Structural Differences in a Low-Stature Mediterranean-Type Shrubland Using Structure-From-Motion (SfM). Remote Sens. 2025, 17, 2784. https://doi.org/10.3390/rs17162784
Bhatta R, Chaity MD, Chancia RO, Slingsby J, Moncrieff G, van Aardt J. Assessment of Structural Differences in a Low-Stature Mediterranean-Type Shrubland Using Structure-From-Motion (SfM). Remote Sensing. 2025; 17(16):2784. https://doi.org/10.3390/rs17162784
Chicago/Turabian StyleBhatta, Ramesh, Manisha Das Chaity, Robert Ormal Chancia, Jasper Slingsby, Glenn Moncrieff, and Jan van Aardt. 2025. "Assessment of Structural Differences in a Low-Stature Mediterranean-Type Shrubland Using Structure-From-Motion (SfM)" Remote Sensing 17, no. 16: 2784. https://doi.org/10.3390/rs17162784
APA StyleBhatta, R., Chaity, M. D., Chancia, R. O., Slingsby, J., Moncrieff, G., & van Aardt, J. (2025). Assessment of Structural Differences in a Low-Stature Mediterranean-Type Shrubland Using Structure-From-Motion (SfM). Remote Sensing, 17(16), 2784. https://doi.org/10.3390/rs17162784