Next Article in Journal
The Integrated Disturbance Estimation and Non-Singular Terminal Sliding Mode Longitudinal Motion Controller for Low-Speed Autonomous Electric Vehicles
Previous Article in Journal
An Explainable Deep Learning-Based Predictive Maintenance Solution for Air Compressor Condition Monitoring
Previous Article in Special Issue
Multi-Sensor NDVI Time Series for Crop and Fallow Land Classification in Khabarovsk Krai, Russia
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Mobile Laser Scanning in Forest Inventories: Testing the Impact of Point Cloud Density on Tree Parameter Estimation

Faculty of Agricultural, Environmental and Food Sciences, Free University of Bozen-Bolzano, Piazza Università 1, 39100 Bolzano, Italy
*
Author to whom correspondence should be addressed.
Sensors 2025, 25(18), 5798; https://doi.org/10.3390/s25185798
Submission received: 7 July 2025 / Revised: 8 September 2025 / Accepted: 12 September 2025 / Published: 17 September 2025
(This article belongs to the Special Issue Sensor and AI Technologies in Intelligent Agriculture: 2nd Edition)

Abstract

Forest inventories are essential for monitoring and managing forest ecosystems, relying on accurate measurements of tree attributes such as tree detection, Diameter at Breast Height (DBH), and Tree Height (TH). Nowadays, advances in LiDAR technology have enabled increasingly effective and reliable solutions for 3D mapping and tree feature extraction. However, the performance of this method is strongly influenced by point cloud density, which can be limited for technological and/or economic reasons. This study therefore aims to investigate and quantify the effect of density on the accuracy of measured parameters. Starting from high-density datasets, these are progressively downsampled, and the extracted features are compared. Results indicate that DBH estimation requires densities of 600–700 points/m3 for errors below 1 cm (5% RMSE), while accurate tree height estimation (RMSE < 1 m—5% error) can be achieved with densities exceeding 300 points/m3. These findings provide guidance for balancing measurement accuracy and operational efficiency in automated forest surveys using laser scanner technology.

1. Introduction

Forest inventories play a vital role in accurately estimating tree parameters (e.g., tree identification, Diameter at Breast Height, Tree Height), which are crucial for effective forest monitoring, management, mapping, scientific research, and future planning [1,2,3]. Decades ago, forest data collection relied on manual methods. While widely used, these approaches were time-consuming, laborious, costly, and prone to operator errors during manual calculations and recording [4,5,6,7,8]. In recent years, advances in digital technologies have greatly improved the efficiency and accuracy of extracting tree-level features across entire forest plots, particularly through LiDAR-based methods [9,10]. In the specific domain of forest monitoring, LiDAR is primarily employed through two principal approaches, airborne surveys and under-canopy scanning, each targeting different spatial scales and levels of detail.
In Airborne Laser Scanning (ALS) [11,12], performed from aircraft or Unmanned Aerial Vehicles (UAVs), measurements mainly capture the forest canopy from above. In this approach, canopy structure is directly measured, tree height can sometimes be estimated, and other forest attributes are typically derived through statistical modeling. Its main drawback is reduced accuracy in detecting sub-canopy tree attributes due to beam broadening at long ranges, canopy occlusion, and partial trunk coverage [13].
The second approach focuses on under-canopy measurements. Terrestrial Laser Scanning (TLS), based on fixed ground-based positions, delivers in an effective way highly accurate and detailed data, particularly for trunk-level features [14,15,16,17]. Through various techniques, this fixed scanning position can be moved, and the resulting scans can be merged into a comprehensive point cloud. TLS is particularly suited to small areas, providing high-resolution scans within a range of just a few tens of meters. Although it is possible theoretically to apply TLS across large forested areas, the process is time-consuming and typically requires hundreds of individual scans to achieve full coverage [2]. A more advanced alternative is Mobile Laser Scanning (MLS) [18,19], more broadly known as mobile mapping systems, which relies on moving platforms such as handheld devices, backpack, or robotic units to capture under-canopy data. The system has also proven suitable for large-scale forest inventories that include under-canopy measurements [20]. However, in complex forest environments, where GNSS signals are often obstructed by dense canopy cover, the Simultaneous Localization and Mapping (SLAM) algorithm is employed to improve positioning accuracy [21,22]. MLS is well suited for large forest plot surveys, as it offers significant time saving and improved under-canopy data capture. Compared with TLS, it allows for a reduction in occluded areas, which enhances overall data completeness [23].
This approach is adopted within the project “An Artificial Intelligence approach for FOrestry Robotics in Environment Survey and inspecTion” (AI4FOREST), to which the present work is related. The project focuses on developing a ground-based robotic platform for forest inventory, based on AgileX Scout 2.0 rover, capable of autonomously navigating complex forest environments. The system determines optimal paths while accounting for terrain conditions and reconstructs the 3D environment using SLAM [24]. The resulting point cloud is then used to extract key forest attributes, including individual tree detection, positional mapping, Diameter at Breast Height (DBH), and Tree Height (TH).
Once LiDAR data has been acquired through either airborne, terrestrial, or mobile scanning approaches, the next essential step is to process the resulting point clouds to extract meaningful forest information. A variety of commercial and open-source tools have been developed to support these tasks, offering visualization, analysis, and point cloud processing capabilities. Some of these have been specifically adapted for forestry applications. Examples include LiDAR360® [25], ForestView® [5,26], TerraScan [27,28], Leica Cyclone [29,30], and CompuTree [31,32]. Among open-source solutions, CloudCompare is widely used [3,33,34]. Additionally, the literature reports the development of several specialized tools and libraries designed specifically for forest inventory applications. These tools typically process raw point cloud data to identify individual trees and extract various tree-level attributes. Examples include TreeSeg [4] and 3DForest [2,35,36]. Moreover, several relevant libraries are available in Python, with a few integrated into R packages.
While numerous tools and libraries exist to extract forest attributes from LiDAR point clouds, the accuracy of these analyses critically depends on the quality and density of the acquired data.
As previously mentioned, one of the main challenges with laser scanning systems is that achieving precise measurements of forest structural parameters requires highly dense point clouds. However, increasing point cloud density typically requires more advanced and costly acquisition systems capable of higher sampling rates, or alternatively, slowing down the rover speed—both of which increase survey time and demand more precise positioning. To address this trade-off, this study specifically investigates the impact of point cloud density on the accuracy of extracting key forest inventory metrics.
The primary objective is therefore to determine the optimal and minimum point cloud density from Mobile Laser Scanning (MLS) data that balances measurement accuracy with operational efficiency in forest surveys. Starting from several high-density datasets, key forest inventory features (i.e., DBH and TH) have been extracted using the 3DFin tool library [1,37]. The dataset density has been then progressively and artificially reduced to assess the impact on result accuracy. Previous research has investigated optimal density requirements for Terrestrial Laser Scanning (TLS) with both single and multi-scan approaches [38,39]. However, to date, no study has systematically examined this aspect for MLS systems. Unlike TLS, MLS continuously acquires point clouds along a trajectory, and its performance is affected not only by point density but also by factors such as carrier speed, terrain complexity, understory vegetation, and the proximity of neighboring stems [21]. Establishing density thresholds for MLS is therefore essential for operational forest inventories.

2. Materials and Methods

This section presents the methodology used to determine the optimal point density for Mobile Laser Scanning (MLS) acquisitions, ensuring sufficiently accurate recognition of key forest features. This study is based on the analysis of high-density forest datasets freely available online. First, the MLS-derived datasets employed in this work are introduced and described. The methodology and algorithms applied to progressively reduce point cloud density across these datasets are then outlined. Subsequently, the tools and tasks used to extract tree features—specifically Diameter at Breast Height (DBH) and Tree Height (TH)—from the progressively downsampled datasets are presented. Finally, the methodology adopted to compare and evaluate the obtained results is explained.

2.1. Forest Datasets

Two different open-source datasets were considered in this study. The first dataset [19,40], hereafter referred to as Forest 1, was collected in southern Finland, within the Evo region (61.19° N, 25.11° E). A map showing the location of the study forest is provided in Figure 1. This experimental site consists of a naturally managed boreal forest characterized by a mixed-species stands, dominated by Scots pine (Pinus sylvestris L.), Norway spruce (Picea abies (L.) H. Karst.), broadleaved silver birch (Betula pendula Roth), downy birch (Betula pubescens Ehrh.), and European aspen (Populus tremula L.). The second dataset [1,41], referred to as Forest 2, is openly accessible via the 3DFin platform. It includes approximately 43.76 million points covering a total area of 684 m2. Unfortunately, there is no reference regarding the forest location and characteristics. Both datasets were acquired using the Zeb-Horizon–GeoSLAM Ltd., Nottingham, United Kingdom–Mobile Laser Scanner.
To reduce and limit the computational demand in terms of RAM, CPU, and GPU resources, each dataset was divided into three smaller sub-units, and they all were processed individually. These subsets were renamed as plots A, B, and C for forest 1, while plots D, E, and F refer to forest 2.

2.2. Reduction of MLS Point Cloud Density

Mobile Laser Scanning (MLS) systems capture dense 3D point clouds that include not only forest structures but also additional elements such as ground vegetation, stones, roads, buildings, and moving objects (e.g., vehicles, pedestrians). Non-forest objects were removed from the dataset through manual segmentation in CloudCompare to retain only forest-related points (Figure 2). After visual inspection confirmed that only relevant points remained, the data was used to estimate point density (i.e., number of points per cubic meter—points/m3). The spatial extent of the dataset was defined using the dimensions of an axis-aligned bounding box (ΔX, ΔY, ΔZ), calculated from the minimum and maximum coordinates.
This density value serves as a metric for quantifying the concentration of points in 3D space. It is particularly sensitive to variations in the vertical structure of the canopy, as it reflects both the horizontal distribution and the vertical layering of vegetation elements, such as leaves and branches, within the defined volume. Table 1 presents the calculated density values for each subplot across the two forest sites.
Starting from the initial full density point cloud, the various subplots were progressively thinned by gradually reducing point density, as illustrated in Figure 3. The original point cloud (100% of points) served as the reference for all reductions. Subsets were generated by sequentially retaining 90% to 10% of the original points in 10% increments, followed by additional subsets ranging from 9% to 1% in 1% increments. Crucially, each reduced subset was derived directly from the original full-density point cloud, rather than from already thinned versions. This approach ensured that each subset maintained a consistent and unbiased random distribution of points. Point cloud sampling was performed in CloudCompare software (v2.13.2, Palaiseau, France) using the random sampling by percentage tool to reduce point densities consistently across all three plots in both forest 1 and forest 2. In total, this procedure produced 19 distinct point cloud versions (ranging from 100% to 1% density) for each of the forest areas studied.

2.3. Tree Features Recognition Process

The analysis of the point cloud and the identification of the different forest features were carried out using the 3DFin library and CloudCompare software. The point cloud was processed following a structured workflow with three main steps, detailed below: (1) trees height normalization (2) identification of individual trees, (3) measurement of tree features (i.e., DBH and TH).
The first step was the normalization of tree heights, achieved by subtracting the ground profile (Digital Terrain Model—DTM) from off-ground points. This ensured that the base of all trees was adjusted to the same reference height. In other words, the DTM served as the reference surface for estimating key tree attributes, including Tree Height, Diameter at Breast Height (DBH), and stem curve. The accuracy of these derived metrics is highly dependent on DTM precision, as a more accurate terrain model improves the reliability of individual tree parameter estimations [2]. The DTM was generated using the Cloth Simulation Filter (CSF) algorithm, a built-in function in CloudCompare software, as shown in Figure 2. The CSF algorithm is particularly effective for forested environments, as it filters out non-ground elements such as shrubs and stones, even under complex topographic conditions such as uneven or sloped terrain [42]. In particular, a DTM resolution of 0.45 m was selected to balance detail and computational efficiency.
For trees identification, the primary step was to identify the tree stems. To do this, a stripe was extracted from the normalized point cloud. The lower height of the stem was set at 0.3 m from the ground surface while the upper height was considered 5 m. The points within this stripe were then voxelized, and their verticality was computed as suggested by [43].
Tree Height was calculated following the methodology proposed by [11]. The point cloud was first clustered and voxelized using the DBSCAN algorithm. Large clusters corresponding to trees were retained, while smaller clusters were discarded. Tree Height was then derived from the distribution of voxels along the z-axis.
The final step, following the successful extraction of tree stems, was the calculation of DBH. A 0.02 m slice of each stem was taken at a height of 1.3 m (i.e., breast height). Circle fitting (Figure 4) was then performed on this slice using the least squares method as proposed by [11]. An outer circle was fitted around the points representing the stem surface, and a smaller inner circle, with the same center but a smaller radius (e.g., half the size), was placed inside. Most points should lie outside the inner circle, representing the stem surface; if too many points fall inside, the outer circle may be incorrectly fitted. Additionally, the area around the circle was divided into small sectors to ensure that each sector contained points. If too many sectors were empty, the points might not properly represent the stem, making the circle fitting unreliable.

2.4. Performance Metrics

To comprehensively evaluate the performance of forest tree attribute detection, standard metrics and benchmarks are typically employed. One such metric is completeness, which estimates the proportion of correctly detected trees relative to a reference dataset. It is calculated as:
c o m p l e t e n e s s = n u m b e r   o f   d e t e c t e d   t r e e s n u m b e r   o f   a c t u a l   g r o u n d   t r u t h   t r e e s × 100
Another key metric is the Root Mean Square Error (RMSE), which quantifies the average deviation between detected and reference values for tree attributes such as DBH and TH. RMSE is computed by taking the squared differences between the detected and reference values, averaging them, and then taking the square root. This provides an indication of the magnitude of error present in the estimates.
In addition, bias quantifies systematic error between the observed and actual values. Bias can be positive (overestimation), negative (underestimation), or zero (no systematic error). For example, a positive bias in DBH indicates that the LiDAR-derived value exceeds the actual DBH, while a negative bias suggests underestimation. A zero bias implies that the predicted and actual values are identical.
In the absence of field-verified ground truth data, the high-density (100%) point cloud was used as a reference dataset. Due to the detailed canopy structure and favorable visibility conditions at this density, detection accuracy is assumed to be high. This approach, similar to that adopted in [33], allows for the computation of relative completeness, RMSE, and bias across lower-density scenarios. While not a true ground truth, this high-density dataset serves as a consistent and reliable benchmark for comparative evaluation.

3. Results

Table 2 summarizes the structural characteristics of the six sample plots from the two boreal forests. All plots have the same surface area (228 m2), but point cloud density varies considerably, ranging from 588 points/m3 in plot D (Forest 2) to 3677 points/m3 in plot F (forest 2). Forest 1 is characterized by shorter trees (average height 12–13 m) and more uniform stem Diameters at Breast Height (DBH, 0.18–0.21 m). In contrast, forest 2 contains taller trees (average height 18–22 m) and shows greater variability. This is most evident in plot D, where the maximum DBH reaches 0.49 m due to low vegetative cover, which created more growing space for individual trees to expand in both height and diameter. Overall, forest 1 displays a relatively uniform canopy, while forest 2 exhibits higher heterogeneity in both tree size and spatial distribution.
Tree detection and completeness increase consistently with point cloud density (Figure 5 and Figure 6). At densities above approximately 100 points/m3, most plots achieve 80–90% detection, indicating a sharp rise. Bienert et al. [44] reported 96% of detection using a distance-adaptive segmentation approach, while Tupinambá-Simões et al. [45] reported 88–92% using ALS. As density increased further, detection approached ~100% in all plots once densities exceeded ≈ 200 points/m3. Completeness followed a similar trend, showing greater variability below ~160 points/m3 but stabilizing near 100% between 160 and 300 points/m3. These thresholds are comparable to those reported for MLS and TLS in other boreal and temperate forests [3].
Figure 7 shows DBH measurement benchmarks, with RMSE on the left and bias on the right. At low point cloud densities (<200 points/m3), RMSE exceeds 20 cm due to incomplete stem profiles and noise affecting circle fitting. As density increases, errors decrease rapidly: RMSE falls below 2 cm (~10% of average DBH) at ~600–700 points/m3 and stabilizes under 1 cm at ≥1000 points/m3. This threshold is slightly lower than that reported by [23], who achieved 1.11 cm RMSE using multi-scan MLS. This improvement likely reflects the simpler vertical structure and good visibility of the boreal plots considered in this work, as well as smaller sub-units reducing occlusion. Our results also compare favorably with TLS-based methods; for example, Krasinski et al. [20] reported 10.3 cm RMSE when combining TLS with the Forest Structural Complexity Tool, notably higher than our MLS results at comparable densities.
Bias patterns closely follow RMSE trends, with positive values indicating slight DBH overestimation. Above 600 points/m3, bias remains below 0.5 cm, comparable to the 0.08 cm reported by [23]. The overestimation likely results from residual bark roughness and partial occlusions that shift circle fits outward.
Figure 8 shows benchmarks for Tree Height (TH) estimation. RMSE decreases from 2.73 m at low densities to 0.18 m at the highest tested. Errors decrease sharply up to ~300 points/m3 then stabilize below 1 m (≈5% of average tree height, 15–20 m). This threshold is consistent with [3], who reported minimal accuracy loss at densities down to ~136 points/m2, although in boreal conditions our results indicate further improvement up to ~300 points/m3. Bias remains low across densities above 300 points/m3, with values typically within ±0.2 m. The slight positive bias observed in some plots suggests a tendency to slightly overestimate Tree Heights, possibly due to misclassification of outlier points (e.g., small branches or noise above the true apex) as part of the treetop.

4. Discussion

4.1. Discussion on Methodological Limitations

The main limitation of this study includes the reliance on open-source MLS datasets that have no availability of ground-truth data (i.e., tree properties collected directly in the field using conventional measurements). Indeed, in this work, 100% density has been considered as the reference data for the comparison. This implies that the retrieved results are not absolute but relative to the higher-density map. In any case, this is important, as it provides a quantification of the loss of resolution compared to very detailed surveys acquired with the state-of-the-art technology. Similar approaches can be found in the literature, such as in [33], where the influence of scan density (evaluated qualitatively) and acquisition path using Hand-Held Mobile Laser Scanning was investigated by comparison with detailed acquisitions around individual stems.
Moreover, this work was limited to tree detection, DBH, and TH. Other forest attributes such as biomass, canopy diameter, and stem volume were not considered, as they may require different density thresholds. However, the selected parameters represent the most commonly measured and required forest variables.

4.2. Discussion of the Results

The error patterns observed in the two forests can be explained by differences in canopy structure, under-story vegetation, and terrain. In forest 1, the terrain was slopy, producing shadow and occlusion effects, but DBH and TH remained relatively stable until densities dropped below ~20% of the original. This suggests that once the stem cross-section has sufficient clusters, the accuracy of DBH estimation is maintained. Similar findings have been reported in TLS and MLS studies, which showed that the completeness of stem coverage is more important than the total number of points recorded [33,38]. Forest 2 showed modest variability due to flat terrain, heterogeneity, and canopy gaps, leading to consistent accuracy across all plots except plot D due to low vegetation and fewer clusters resulting in low density, exhibited high error, while plots E and F retained high accuracy.
The tree detection rates observed in this study are in line with previous work using mobile and personal laser scanning. Bauwens et al. (2016) [23] segmented 91 percent of trees in mixed natural forests with handheld MLS. Zhao et al. (2018) [46] and Wu et al. (2013) [47] reported over 92% and 98% completeness for street tree detection, respectively. Gollob et al. (2020) [48] demonstrated detection rates exceeding 96% using a personal laser scanner, while Hyyppä et al. (2020) [21] achieved stem detection completeness between 88% and 95% with density-based filtering criteria.
For DBH estimation, MLS and personal laser scanning studies have reported RMSE values ranging from 1.58 to 4.78 cm across different forest types [33,48,49]. The RMSE values observed in this study, ranging between 1.97 and 3.31 cm, fall within this interval. This confirms that MLS-derived DBH estimates are comparable in accuracy to other state-of-the-art approaches. Tree Height estimation was also in line with previous findings that highlighted the sensitivity of height metrics to point density and canopy occlusion [50,51]. These results indicate that beyond point density, structural complexity, understory vegetation, and slope-induced occlusion also influence error margins. Similar patterns have been reported in TLS and airborne laser scanning (ALS) studies, where increasing point density beyond a minimum threshold did not always improve the prediction of forest parameters [3,39].

4.3. Implications of the Results

The results show that the accuracy of MLS-derived forest parameters depends not only on point density but also on canopy structure and occlusion. DBH requires higher point density because incomplete coverage of the stem cross-section leads to high errors, whereas Tree Height can be estimated once the upper canopy is well captured, and further increases in density provide greater accuracy as compared to DBH. Apart from density, several other factors like area and geometry of the forest, stand conditions, and processing approach can influence the estimation of the forest metrics. The density ranges observed here are useful for initial planning of MLS surveys, as they suggest how much data is needed to achieve reliable accuracy while keeping acquisition time and data volume manageable. This is particularly relevant for autonomous robotic platforms being developed in the AI4FOREST project. Future studies should include field measurements to establish absolute accuracy and extend the analysis to other attributes such as crown size, stem diameter, and biomass. Combining MLS with other sensing platforms, including TLS and UAV LiDAR, will also help to evaluate whether these density requirements can be applied across different forest types and acquisition systems.

5. Conclusions

Advances in Mobile Laser Scanning have greatly improved the ability to acquire three-dimensional information on forest structure, including detailed under-canopy measurements. The reliability of tree detection and parameter estimation is strongly influenced by point cloud density. This study assessed the minimum and optimal densities required for accurate estimation of Diameter at Breast Height (DBH) and Tree Height (TH) using two open-source MLS datasets. Point cloud densities were systematically reduced and evaluated against reference measurements from full-density datasets.
The results indicate that DBH estimation requires relatively high densities, with good results achieved at approximately 600 to 700 points/m3, yielding RMSE errors of less than 1 cm. In comparison, TH estimation was acquired with accurate results obtained at densities exceeding 300 points/m3 and RMSE errors below 1 m. Similar patterns were observed for bias in both DBH and TH. These findings confirm that MLS can support accurate forest inventories at reduced point densities, but they also highlight the need to maintain sufficient sampling levels to avoid error inflation, particularly for DBH.
Future work should extend these analyses to additional forest attributes such as canopy volume and biomass and should incorporate MLS data collected by autonomous robotic platforms in combination with comprehensive ground-truth measurements. This will further refine density thresholds and improve the operational application of MLS in forest resource monitoring.

Author Contributions

Conceptualization, G.C. and N.A.K.; methodology, G.C.; software, N.A.K.; validation, N.A.K.; formal analysis, N.A.K. and G.C.; investigation, N.A.K. and G.C.; resources, N.A.K. and G.C.; data curation, N.A.K.; writing—original draft preparation, N.A.K. and G.C.; writing—review and editing, N.A.K., G.C. and F.M.; visualization, N.A.K. and G.C.; supervision, G.C. and F.M.; project administration, G.C. and F.M.; funding acquisition, G.C. and F.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research and the APC was funded by the Italian Ministry of University (MUR) under the PRIN program (Progetti di Rilevante Interesse Nazionale), PRIN 2022 Project “An Artificial Intel-ligence Approach for Forestry Robotics in Environment Survey and Inspection (AI4FOREST)”, National Recovery and Resilience Plan (PNRR), Mission 4, Component 2, Investment 1.1, CUP I53D23003650001, project code 2022LP4ASR.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Laino, D.; Cabo, C.; Prendes, C.; Janvier, R.; Ordonez, C.; Nikonovas, T.; Doerr, S.; Santin, C. 3DFin: A Software for Automated 3D Forest Inventories from Terrestrial Point Clouds. For. Int. J. For. Res. 2024, 97, 479–496. [Google Scholar] [CrossRef]
  2. Liang, X.; Hyyppä, J.; Kaartinen, H.; Lehtomäki, M.; Pyörälä, J.; Pfeifer, N.; Holopainen, M.; Brolly, G.; Francesco, P.; Hackenberg, J.; et al. International Benchmarking of Terrestrial Laser Scanning Approaches for Forest Inventories. ISPRS J. Photogramm. Remote Sens. 2018, 144, 137–179. [Google Scholar] [CrossRef]
  3. Torralba, J.; Carbonell-Rivera, J.P.; Ruiz, L.Á.; Crespo-Peremarch, P. Analyzing TLS Scan Distribution and Point Density for the Estimation of Forest Stand Structural Parameters. Forests 2022, 13, 2115. [Google Scholar] [CrossRef]
  4. Burt, A.; Disney, M.; Calders, K. Extracting Individual Trees from Lidar Point Clouds Using Treeseg. Methods Ecol. Evol. 2019, 10, 438–445. [Google Scholar] [CrossRef]
  5. Koreň, M.; Mokroš, M.; Bucha, T. Accuracy of Tree Diameter Estimation from Terrestrial Laser Scanning by Circle-Fitting Methods. Int. J. Appl. Earth Obs. Geoinf. 2017, 63, 122–128. [Google Scholar] [CrossRef]
  6. Luoma, V.; Saarinen, N.; Wulder, M.; White, J.; Vastaranta, M.; Holopainen, M.; Hyyppä, J. Assessing Precision in Conventional Field Measurements of Individual Tree Attributes. Forests 2017, 8, 38. [Google Scholar] [CrossRef]
  7. Proudman, A.; Ramezani, M.; Fallon, M. Online Estimation of Diameter at Breast Height (DBH) of Forest Trees Using a Handheld LiDAR. In Proceedings of the 2021 European Conference on Mobile Robots (ECMR), Bonn, Germany, 31 August–3 September 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 1–7. [Google Scholar]
  8. Wang, Y.; Lehtomäki, M.; Liang, X.; Pyörälä, J.; Kukko, A.; Jaakkola, A.; Liu, J.; Feng, Z.; Chen, R.; Hyyppä, J. Is Field-Measured Tree Height as Reliable as Believed—A Comparison Study of Tree Height Estimates from Field Measurement, Airborne Laser Scanning and Terrestrial Laser Scanning in a Boreal Forest. ISPRS J. Photogramm. Remote Sens. 2019, 147, 132–145. [Google Scholar] [CrossRef]
  9. Mohan, M.; Leite, R.V.; Broadbent, E.N.; Wan Mohd Jaafar, W.S.; Srinivasan, S.; Bajaj, S.; Dalla Corte, A.P.; Do Amaral, C.H.; Gopan, G.; Saad, S.N.M.; et al. Individual Tree Detection Using UAV-Lidar and UAV-SfM Data: A Tutorial for Beginners. Open Geosci. 2021, 13, 1028–1039. [Google Scholar] [CrossRef]
  10. Pires, R.D.P.; Olofsson, K.; Persson, H.J.; Lindberg, E.; Holmgren, J. Individual Tree Detection and Estimation of Stem Attributes with Mobile Laser Scanning along Boreal Forest Roads. ISPRS J. Photogramm. Remote Sens. 2022, 187, 211–224. [Google Scholar] [CrossRef]
  11. Cabo, C.; Ordóñez, C.; López-Sánchez, C.A.; Armesto, J. Automatic Dendrometry: Tree Detection, Tree Height and Diameter Estimation Using Terrestrial Laser Scanning. Int. J. Appl. Earth Obs. Geoinf. 2018, 69, 164–174. [Google Scholar] [CrossRef]
  12. Corrao, M.V.; Sparks, A.M.; Smith, A.M.S. A Conventional Cruise and Felled-Tree Validation of Individual Tree Diameter, Height and Volume Derived from Airborne Laser Scanning Data of a Loblolly Pine (P. taeda) Stand in Eastern Texas. Remote Sens. 2022, 14, 2567. [Google Scholar] [CrossRef]
  13. Muhojoki, J.; Hakala, T.; Kukko, A.; Kaartinen, H.; Hyyppä, J. Comparing Positioning Accuracy of Mobile Laser Scanning Systems under a Forest Canopy. Sci. Remote Sens. 2024, 9, 100121. [Google Scholar] [CrossRef]
  14. Edson, C.; Wing, M.G. Airborne Light Detection and Ranging (LiDAR) for Individual Tree Stem Location, Height, and Biomass Measurements. Remote Sens. 2011, 3, 2494–2528. [Google Scholar] [CrossRef]
  15. Liu, G.; Wang, J.; Dong, P.; Chen, Y.; Liu, Z. Estimating Individual Tree Height and Diameter at Breast Height (DBH) from Terrestrial Laser Scanning (TLS) Data at Plot Level. Forests 2018, 9, 398. [Google Scholar] [CrossRef]
  16. Montoya, O.; Icasio-Hernández, O.; Salas, J. TreeTool: A Tool for Detecting Trees and Estimating Their DBH Using Forest Point Clouds. SoftwareX 2021, 16, 100889. [Google Scholar] [CrossRef]
  17. Trochta, J.; Krůček, M.; Vrška, T.; Král, K. 3D Forest: An Application for Descriptions of Three-Dimensional Forest Structures Using Terrestrial LiDAR. PLoS ONE 2017, 12, e0176871. [Google Scholar] [CrossRef]
  18. Liang, X.; Kankare, V.; Hyyppä, J.; Wang, Y.; Kukko, A.; Haggrén, H.; Yu, X.; Kaartinen, H.; Jaakkola, A.; Guan, F.; et al. Terrestrial Laser Scanning in Forest Inventories. ISPRS J. Photogramm. Remote Sens. 2016, 115, 63–77. [Google Scholar] [CrossRef]
  19. Muhojoki, J.; Tavi, D.; Hyyppä, E.; Lehtomäki, M.; Faitli, T.; Kaartinen, H.; Kukko, A.; Hakala, T.; Hyyppä, J. Benchmarking Under- and Above-Canopy Laser Scanning Solutions for Deriving Stem Curve and Volume in Easy and Difficult Boreal Forest Conditions. Remote Sens. 2024, 16, 1721. [Google Scholar] [CrossRef]
  20. Krisanski, S.; Taskhiri, M.S.; Gonzalez Aracil, S.; Herries, D.; Muneri, A.; Gurung, M.B.; Montgomery, J.; Turner, P. Forest Structural Complexity Tool—An Open Source, Fully-Automated Tool for Measuring Forest Point Clouds. Remote Sens. 2021, 13, 4677. [Google Scholar] [CrossRef]
  21. Hyyppä, E.; Kukko, A.; Kaijaluoto, R.; White, J.C.; Wulder, M.A.; Pyörälä, J.; Liang, X.; Yu, X.; Wang, Y.; Kaartinen, H.; et al. Accurate Derivation of Stem Curve and Volume Using Backpack Mobile Laser Scanning. ISPRS J. Photogramm. Remote Sens. 2020, 161, 246–262. [Google Scholar] [CrossRef]
  22. Liu, L.; Zhang, A.; Xiao, S.; Hu, S.; He, N.; Pang, H.; Zhang, X.; Yang, S. Single Tree Segmentation and Diameter at Breast Height Estimation With Mobile LiDAR. IEEE Access 2021, 9, 24314–24325. [Google Scholar] [CrossRef]
  23. Bauwens, S.; Bartholomeus, H.; Calders, K.; Lejeune, P. Forest Inventory with Terrestrial LiDAR: A Comparison of Static and Hand-Held Mobile Laser Scanning. Forests 2016, 7, 127. [Google Scholar] [CrossRef]
  24. Cottiga, S.; Bonin, L.; Giberna, M.; Caruso, M.; Görner, M.; Carabin, G.; Scalera, L.; De Lorenzo, A.; Seriani, S. Leveraging Machine Learning for Terrain Traversability in Mobile Robotics. In Proceedings of the Mechanism Design for Robotics, Timişoara, Romania, 27–29 June 2024; Lovasz, E.-C., Ceccarelli, M., Ciupe, V., Eds.; Springer Nature: Cham, Switzerland, 2024; pp. 345–352. [Google Scholar]
  25. LiDAR360 Point Cloud & Images Post-Processing and Industry Applications Software—GreenValley International. Available online: https://www.greenvalleyintl.com/LiDAR360 (accessed on 24 June 2025).
  26. LiDAR + ForestView®. NORTHWEST Management INC: Moscow, ID, USA. Available online: https://northwestmanagement.com/services/lidar-forestview/ (accessed on 24 June 2025).
  27. Kandare, K.; Ørka, H.O.; Chan, J.C.-W.; Dalponte, M. Effects of Forest Structure and Airborne Laser Scanning Point Cloud Density on 3D Delineation of Individual Tree Crowns. Eur. J. Remote Sens. 2016, 49, 337–359. [Google Scholar] [CrossRef]
  28. TerraScan. Terrasolid: Espoo, Finland. Available online: https://terrasolid.com/products/terrascan/ (accessed on 24 June 2025).
  29. Leica Cyclone REGISTER 360 PLUS|Leica Geosystems. Available online: https://leica-geosystems.com/products/laser-scanners/software/leica-cyclone/leica-cyclone-register-360 (accessed on 24 June 2025).
  30. Ryding, J.; Williams, E.; Smith, M.; Eichhorn, M. Assessing Handheld Mobile Laser Scanners for Forest Surveys. Remote Sens. 2015, 7, 1095–1111. [Google Scholar] [CrossRef]
  31. Bienert, A.; Georgi, L.; Kunz, M.; Maas, H.-G.; Von Oheimb, G. Comparison and Combination of Mobile and Terrestrial Laser Scanning for Natural Forest Inventories. Forests 2018, 9, 395. [Google Scholar] [CrossRef]
  32. The Computree Platform. Computree. Available online: https://computree.onf.fr/?page_id=42 (accessed on 24 June 2025).
  33. Del Perugia, B.; Giannetti, F.; Chirici, G.; Travaglini, D. Influence of Scan Density on the Estimation of Single-Tree Attributes by Hand-Held Mobile Laser Scanning. Forests 2019, 10, 277. [Google Scholar] [CrossRef]
  34. Panagiotidis, D.; Abdollahnejad, A.; Slavík, M. Assessment of Stem Volume on Plots Using Terrestrial Laser Scanner: A Precision Forestry Application. Sensors 2021, 21, 301. [Google Scholar] [CrossRef]
  35. Kellner, J.R.; Armston, J.; Birrer, M.; Cushman, K.C.; Duncanson, L.; Eck, C.; Falleger, C.; Imbach, B.; Král, K.; Krůček, M.; et al. New Opportunities for Forest Remote Sensing Through Ultra-High-Density Drone Lidar. Surv. Geophys. 2019, 40, 959–977. [Google Scholar] [CrossRef]
  36. Krůček, M.; Král, K.; Cushman, K.; Missarov, A.; Kellner, J.R. Supervised Segmentation of Ultra-High-Density Drone Lidar for Large-Area Mapping of Individual Trees. Remote Sens. 2020, 12, 3260. [Google Scholar] [CrossRef]
  37. 3DFin (Plugin)—CloudCompareWiki. Available online: https://www.cloudcompare.org/doc/wiki/index.php/3DFin_%28plugin%29 (accessed on 24 June 2025).
  38. Kankare, V.; Puttonen, E.; Holopainen, M.; Hyyppä, J. The Effect of TLS Point Cloud Sampling on Tree Detection and Diameter Measurement Accuracy. Remote Sens. Lett. 2016, 7, 495–502. [Google Scholar] [CrossRef]
  39. Ruiz, L.; Hermosilla, T.; Mauro, F.; Godino, M. Analysis of the Influence of Plot Size and LiDAR Density on Forest Structure Attribute Estimates. Forests 2014, 5, 936–951. [Google Scholar] [CrossRef]
  40. Dataset—Etsin.Fairdata.Fi. Available online: https://etsin.fairdata.fi/dataset/c3ed281f-adb6-479e-b323-bde3a9321b53 (accessed on 24 June 2025).
  41. 3DFin/3DFin_Tutorial 2025. Available online: https://github.com/3DFin/3DFin_Tutorial (accessed on 24 June 2025).
  42. Zhang, W.; Qi, J.; Wan, P.; Wang, H.; Xie, D.; Wang, X.; Yan, G. An Easy-to-Use Airborne LiDAR Data Filtering Method Based on Cloth Simulation. Remote Sens. 2016, 8, 501. [Google Scholar] [CrossRef]
  43. Hackel, T.; Wegner, J.D.; Schindler, K. Contour Detection in Unstructured 3D Point Clouds. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 1610–1618. [Google Scholar]
  44. Bienert, A.; Georgi, L.; Kunz, M.; Von Oheimb, G.; Maas, H.-G. Automatic Extraction and Measurement of Individual Trees from Mobile Laser Scanning Point Clouds of Forests. Ann. Bot. 2021, 128, 787–804. [Google Scholar] [CrossRef]
  45. Tupinambá-Simões, F.; Pascual, A.; Guerra-Hernández, J.; Ordóñez, C.; De Conto, T.; Bravo, F. Assessing the Performance of a Handheld Laser Scanning System for Individual Tree Mapping—A Mixed Forests Showcase in Spain. Remote Sens. 2023, 15, 1169. [Google Scholar] [CrossRef]
  46. Meng, X.; Currit, N.; Zhao, K. Ground Filtering Algorithms for Airborne LiDAR Data: A Review of Critical Issues. Remote Sens. 2010, 2, 833–860. [Google Scholar] [CrossRef]
  47. Wu, B.; Yu, B.; Yue, W.; Shu, S.; Tan, W.; Hu, C.; Huang, Y.; Wu, J.; Liu, H. A Voxel-Based Method for Automated Identification and Morphological Parameters Estimation of Individual Street Trees from Mobile Laser Scanning Data. Remote Sens. 2013, 5, 584–611. [Google Scholar]
  48. Gollob, C.; Ritter, T.; Nothdurft, A. Forest Inventory with Long Range and High-Speed Personal Laser Scanning (PLS) and Simultaneous Localization and Mapping (SLAM) Technology. Remote Sens. 2020, 12, 1509. [Google Scholar] [CrossRef]
  49. Chen, M.; Liu, X.; Zhang, X.; Wang, M.; Zhao, L. Building Extraction from Terrestrial Laser Scanning Data with Density of Projected Points on Polar Grid and Adaptive Threshold. Remote Sens. 2021, 13, 4392. [Google Scholar] [CrossRef]
  50. Neuville, R.; Bates, J.S.; Jonard, F. Estimating Forest Structure from UAV-Mounted LiDAR Point Cloud Using Machine Learning. Remote Sens. 2021, 13, 352. [Google Scholar] [CrossRef]
  51. Peng, X.; Zhao, A.; Chen, Y.; Chen, Q.; Liu, H. Tree Height Measurements in Degraded Tropical Forests Based on UAV-LiDAR Data of Different Point Cloud Densities: A Case Study on Dacrydium Pierrei in China. Forests 2021, 12, 328. [Google Scholar] [CrossRef]
Figure 1. Location of the forest plots in Evo region, Finland.
Figure 1. Location of the forest plots in Evo region, Finland.
Sensors 25 05798 g001
Figure 2. Visual inspection of unnecessary points and noise before filtering.
Figure 2. Visual inspection of unnecessary points and noise before filtering.
Sensors 25 05798 g002
Figure 3. Comparison between different levels of point cloud density: left: 100%, center: 5%, and right: 1% of the total density.
Figure 3. Comparison between different levels of point cloud density: left: 100%, center: 5%, and right: 1% of the total density.
Sensors 25 05798 g003
Figure 4. Circle fitting for the estimation of DBH.
Figure 4. Circle fitting for the estimation of DBH.
Sensors 25 05798 g004
Figure 5. Tree detection rate as a function of point cloud density across forest plots.
Figure 5. Tree detection rate as a function of point cloud density across forest plots.
Sensors 25 05798 g005
Figure 6. Relationship between point cloud density and completeness for plots A–F.
Figure 6. Relationship between point cloud density and completeness for plots A–F.
Sensors 25 05798 g006
Figure 7. DBH estimation accuracy and bias across forest plots at varying point cloud densities.
Figure 7. DBH estimation accuracy and bias across forest plots at varying point cloud densities.
Sensors 25 05798 g007
Figure 8. Tree height estimation accuracy and bias across forest plots at varying point cloud densities.
Figure 8. Tree height estimation accuracy and bias across forest plots at varying point cloud densities.
Sensors 25 05798 g008
Table 1. Point cloud densities (points/m3) for each plot in both forests at full data resolution (100% density).
Table 1. Point cloud densities (points/m3) for each plot in both forests at full data resolution (100% density).
ForestPlotDensity (Points/m3)
1A2234.5
B1282.2
C1064.3
2D588.44
E1810.84
F3677.03
Table 2. Summary of forest plots and their associated attributes.
Table 2. Summary of forest plots and their associated attributes.
Forest 1 Forest 2
Plot CharacteristicsPlot APlot BPlot CPlot DPlot EPlot F
Surface area (m2)228228228228228228
Point cloud (M Pts)15.978.947.553.3515.9716.40
Density (points/m3)22341282106458818103677
Number of trees18141791311
DBH mean (m)0.190.210.180.230.190.20
DBH max (m)0.250.270.240.490.250.22
DBH min (m)0.130.120.100.170.110.17
TH mean (m)1312.4012.9022.0318.3118.44
TH max (m)15.1514.0614.7724.5320.3820.42
TH min (m)11.2310.2210.5820.4614.8817.05
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.

Share and Cite

MDPI and ACS Style

Khan, N.A.; Carabin, G.; Mazzetto, F. Mobile Laser Scanning in Forest Inventories: Testing the Impact of Point Cloud Density on Tree Parameter Estimation. Sensors 2025, 25, 5798. https://doi.org/10.3390/s25185798

AMA Style

Khan NA, Carabin G, Mazzetto F. Mobile Laser Scanning in Forest Inventories: Testing the Impact of Point Cloud Density on Tree Parameter Estimation. Sensors. 2025; 25(18):5798. https://doi.org/10.3390/s25185798

Chicago/Turabian Style

Khan, Nadeem Ali, Giovanni Carabin, and Fabrizio Mazzetto. 2025. "Mobile Laser Scanning in Forest Inventories: Testing the Impact of Point Cloud Density on Tree Parameter Estimation" Sensors 25, no. 18: 5798. https://doi.org/10.3390/s25185798

APA Style

Khan, N. A., Carabin, G., & Mazzetto, F. (2025). Mobile Laser Scanning in Forest Inventories: Testing the Impact of Point Cloud Density on Tree Parameter Estimation. Sensors, 25(18), 5798. https://doi.org/10.3390/s25185798

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop