Next Article in Journal
High-Resolution Imagery of Earth at Night: New Sources, Opportunities and Challenges
Previous Article in Journal
The Impact of Time Difference between Satellite Overpass and Ground Observation on Cloud Cover Performance Statistics
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Improved Top-Hat Filter with Sloped Brim for Extracting Ground Points from Airborne Lidar Point Clouds

1
State Key Laboratory of Hydrology-Water Resources and Hydraulic Engineering, Hohai University, Nanjing 210098, China
2
State Key Laboratory of Information Engineering in Surveying, Mapping, and Remote Sensing, Wuhan University, Wuhan 430079, China
3
School of Earth Science and Engineering, Hohai University, Nanjing 210098, China
*
Authors to whom correspondence should be addressed.
Remote Sens. 2014, 6(12), 12885-12908; https://doi.org/10.3390/rs61212885
Submission received: 14 September 2014 / Revised: 17 December 2014 / Accepted: 17 December 2014 / Published: 22 December 2014

Abstract

:
Airborne light detection and ranging (lidar) has become a powerful support for acquiring geospatial data in numerous geospatial applications and analyses. However, the process of extracting ground points accurately and effectively from raw point clouds remains a big challenge. This study presents an improved top-hat filter with a sloped brim to enhance the robustness of ground point extraction for complex objects and terrains. The top-hat transformation is executed and the elevation change intensity of the transitions between the obtained top-hats and outer brims is inspected to suppress the omission error caused by protruding terrain features. Finally, the nonground objects of complex structures, such as multilayer buildings, are identified by the brim filter that is extended outward. The performance of the proposed filter in various environments is evaluated using diverse datasets with difficult cases. The comparison of the proposed filter with the commercial software Terrasolid TerraScan and other popular filtering algorithms demonstrates the applicability and effectiveness of this filter. Experimental results show that the proposed filter has great promise in terms of its application in various types of landscapes. Abrupt terrain features with dramatic elevation changes are well preserved, and diverse objects with complicated shapes are effectively removed. This filter has minimal omission and commission error oscillation for different test areas and thus demonstrates a stable and reliable performance in diverse landscapes. In addition, the proposed algorithm has high computational efficiency because of its simple and efficient data structure and implementation.

1. Introduction

Airborne light detection and ranging (lidar), also called airborne laser scanning, has become a powerful support for spatial data acquisition over the past decades. Lidar is capable of rapidly gathering geospatial data of the ground surface by emitting and receiving laser pulses, and its measurements are not influenced by illumination conditions. Compared with traditional field surveying and photogrammetric methods, lidar has obvious advantages, e.g., high precision and great density, especially in some difficult areas such as forest, desert, and beach [1,2,3]. It is therefore widely exploited to produce the high-resolution digital terrain model (DTM), which is necessary for numerous geospatial applications and analysis [4,5,6].
Although the use of the lidar system is becoming increasingly popular, the effective processing of raw data remains a big challenge [7,8]. Raw lidar data mainly consist of huge point clouds without classification information. These point clouds may contain diverse objects, such as vegetation, buildings, vehicles, and electrical wires. Hence, the crucial step in DTM generation is to eliminate nonground points from the obtained point cloud; this process is referred to as filtering [9,10]. Automatic lidar data filtering has been a considerably difficult task, especially for large areas with changing terrain, because of the complex configuration and geometrical similarities of ground and nonground objects [10,11,12,13,14,15].
Many researchers have explored various approaches to deal with lidar data filtering [10,11,12,13,16,17]. Slope-based approaches calculate the slopes between neighboring points using a predefined threshold for filtering because slopes between nonground and bare ground points are distinct [2,18,19,20,21]. Directional scanning approaches inspect slopes and elevation differences to identify ground points along a one-dimensional scan line in a specified direction [1,2,19,22,23]. Surface interpolation approaches and triangular irregular network (TIN) densification approaches progressively approximate ground surfaces by considering the constraints of angle and distance [24,25,26,27,28,29]. A hierarchical approach is combined with surface interpolation approaches in some studies to enhance processing efficiency [30]. Mongus and Žalik [31] interpolated coarse surface towards the terrain from the top to the bottom of the hierarchy by the iterative thin plate spline, and the thresholds were defined based on the standard deviation of points’ residuals from the surface. Morphological approaches use morphological operations such as openings to separate grounds and objects [9,13,32,33,34,35]. Morphological approaches have simple concepts and can be easily implemented [33]. Moreover, many studies have demonstrated that this group of approaches can properly remove object points [9,33,36,37]. Zhang et al. [9] calculated the height differences of original and morphologically opened surfaces, compared them with a predefined threshold, and progressively distinguished nonground points with gradually increasing window sizes. Chen et al. [33] developed a morphological filter by assuming that the slope is inconstant. Li et al. [38] redefined morphological opening by the feature points with dramatic height changes. Because objects were most likely to appear around the feature points, morphological erosion and dilation were only performed on the nearby points of the feature points. This could reduce the possibility of cutting the smooth terrain with a gradual height change. Then a region growing approach was used to recall the removed points that were attached to other ground points. The use of existing approaches has achieved some success, but the filtering results for difficult landscapes, especially for complex urban and highly steep areas, are not completely reliable [1,8,31,39].
The present study proposes an improved top-hat filter with a sloped brim for obtaining ground points from raw lidar point clouds. A sloped brim filter extending outward from the obtained top hats is designed to enhance the robustness of the method for complex objects and terrains. Section 2 explains the basic principles and implementation procedure of this algorithm. Section 3 describes and analyzes the experimental results. Section 4 concludes the study.

2. Methodology

This section is divided into three subsections to explain the methodology. Section 2.1 introduces the classic top-hat transformation, which is the kernel commonly used in many morphological filters. The focus of the proposed method is on promoting its robustness for complex terrains and objects through the addition of an extending brim filter to the classic top-hat transformation. Section 2.2 illustrates the principle of the improved top-hat filter with a sloped brim. Section 2.3 presents the detailed implementation procedure.

2.1. Classic Top-Hat Filter

The morphological opening operation is widely used to flatten the components of a grayscale image that are brighter than the background. The operation can also be used in lidar filtering to remove the objects that are higher than the surrounding ground. The opening operation involves two basic morphological operations, erosion and dilation. Erosion obtains the smallest value within a two-dimensional window, also called structuring element (SE), whereas dilation acquires the largest value within the SE. The erosion and dilation of input set f using SE B are denoted by εB (f) and δB (f), respectively. The opening of input set f using SE B is calculated as follows:
γB (f) = δB [εB (f)]
Then, the morphological top-hat transformation THB (f) is calculated as follows:
THB (f) = fγB (f)
Figure 1 illustrates the classic top-hat transformation. Figure 1b and Figure 1c show the result of f eroded by SE B and the result of dilation by the same SE after erosion, respectively. Figure 1a–c show that the initial erosion removes the objects that are smaller than the used SE, but it also cuts the high-relief terrain such as the partial terrain in the blue circle in Figure 1b. The subsequent dilation again retrieves the high-relief terrain, which is larger than the SE, without reintroducing the objects totally removed by erosion. Hence, the opening operation is usually applied to remove small objects with respect to the size of the SE in practical applications. However, some rugged terrain may also be removed, as shown in Figure 1c. The difference between the original surface and the opened surface should be compared which is the function of the top-hat transformation. Figure 1d shows the removed protrusions that are divided into aboveground objects and rugged terrain by thresholding.
Figure 1. Example of the classic top-hat transformation: (a) input set f and SE; (b) erosion result; (c) result of dilation after erosion; (d) extracted top-hats.
Figure 1. Example of the classic top-hat transformation: (a) input set f and SE; (b) erosion result; (c) result of dilation after erosion; (d) extracted top-hats.
Remotesensing 06 12885 g001
The top-hat transformation returns a set of the objects that are smaller than the SE and higher than the surrounding surface (Figure 1). The sizes of the objects removed depend on the specified SE. Small SEs can only be used to remove small objects, whereas large SEs are needed to remove large objects. Meanwhile, steeply protruding terrains are easily flattened. Some researchers have thus adopted a series of increasing window sizes and thresholds to eliminate objects of various sizes [9,11,18]. However, determining whether the height differences in the top-hat transformation are caused by nonground objects or by the variations in the terrain relief remains a challenge in complex landscapes, especially when using large windows on abrupt terrains [1,8,10,12,14,31,33].

2.2. Improved Top-Hat Filter with Sloped Brim

For three-dimensional lidar point clouds, nonground objects are mainly identified by the distinct elevation discontinuities of point clouds caused by objects. Gradient is a measure of the intensity of elevation change between neighboring points. Morphological gradients obtained using symmetrical SEs have little dependence on the directionality of elevation changes. This characteristic makes morphological gradients suitable for irregularly distributed lidar points. Gradients can be expressed numerically by mathematical morphology in several ways [40]. Two kinds of morphological gradients are used in the proposed filter, i.e., internal gradient and external gradient.
The internal gradient of a considered point is denoted by ρ using the elementary SE B (3 × 3 square):
ρB = fεB
Internal gradients represent the descending extent of point elevation in the neighborhood. External gradients ρ+ represent the ascending extent of point elevation in the neighborhood and are calculated as
ρ+B = δBf
Adapting the size of the used windows is necessary to eliminate nonground objects of different sizes by top-hat filter. The height difference threshold for top hats must be large to avoid the omission of rugged terrains when using large windows. Some complex objects (e.g., the multilayer buildings in Figure 2a under this strategy. In complicated urban environments, the structures of buildings vary greatly. A large threshold is needed to remove large buildings, such as buildings A, B, and C in Figure 2b, while low layers, such as parts a, c, and d in Figure 2b, cannot be identified. Figure 2d shows an improved top-hat transformation designed to solve this problem. Unlike the traditional top-hat shape, the improved top hat has a sloped brim extending outward around the boundary of the hat. Figure 2e considers parts a, b, c, and d using the improved top-hat filter.
To simplify implementation, the brim filtering is executed along the rows and columns from left to right and then from bottom to top on an index grid. Every top hat on every row or column is firstly located, and then the brims start from the edge of the top hat and extend outward along the row or column. A brim extends until meeting a point under one of the following three conditions: (a) the difference of original and opened heights of the point is not larger than a defined threshold, (b) the point has outstanding internal gradient, and (c) the point belongs to another top hat. The brim is judged as ground if meeting the above condition (a), otherwise the brim is judged as a nonground object if meeting the above condition (b) or (c). Therefore, for a considered brim on a row or column, its covered continuous points are judged as nonground points if those points meet the following condition:
Objectbrim = {Point(i) | dhi > Thbrim(i)Dist(0) = 0 ∧ (ρ(n) > Thbrim(n)Dist(n) = 0)}
where i ∈ [1, 2, …, n], dhi is the difference of original and opened heights of the ith lidar point derived by top-hat transformation, Thbrim(i) is the height difference threshold of the ith point defined in Equation (6), Dist(0) is the distance between the beginning point and the top hat derived by thresholding (Figure 2b), and ρ(n) is the internal gradient of the ending point. To simplify the computation, the distance Dist(i) is measured by the number of grid cells:
Thbrim(i) = a × Dist(i)
where a is a coefficient used to set the tolerance of the height difference of the terrain relief near objects. This coefficient is set to 1 for the dataset tested in this study. Figure 2e shows that parts a, c, and d are eliminated through brim filtering while part b is preserved as terrain.
In order to clarify the above procedure, the pseudo code along a row on the index grid is as follows:
Step 1) Search a series of continuous grid cells belonging to a top hat.
Step 2) /* the brim extends outward from the left side*/
  for gridCell = startCell−1 → 0
    for every pointgridCell
      if (dh(point)>Thbrim(point))
        mark the point belonging to the brim
      if (dh(point)≤Thbrim(point))
        mark all points of the brim as ground;
        end for brim extending.
      if (ρˉ(point)>Thbrim(point) OR point∈another top hat)
        mark all points of the brim as nonground;
        end for brim extending.
    end
  end
Step 3) /* the brim extends outward from the right side */
  for gridCell = endCell+1 → gridWidth−1
    for every pointgridCell
      if (dh(point)>Thbrim(point))
        mark the point belonging to the brim
      if (dh(point)≤Thbrim(point))
        mark all points of the brim as ground;
        end for brim extending.
      if (ρ(point)>Thbrim(point) OR point∈another top hat)
        mark all points of the brim as nonground;
        end for brim extending.
    end
  end
Step 4) If there are other top hats to consider, go to step 1;
  otherwise, exit.
Here, startCell and endCell are the starting and ending grid cells belonging to a top hat along a row of the index grid, gridCell is the current grid cell reached by the brim’s extension, gridWidth is the number of grid cells of every row, point refers to the lidar points contained in gridCell, dh(point) is the difference of the original and opened heights of point, and Thbrim(point) denotes the threshold defined by Equation (6). After the brim filtering is executed along the rows as above, the procedure is executed likewise along the columns.
Although the classic top-hat transformation with thresholding can suppress the omission error for rugged terrains, the protruding terrain features are probably flattened at the sites where abrupt relief occurs (e.g., the case in Figure 3a). Protruding ground A and building B both have a significant height difference. Hence, differentiating them by thresholding top hats is impossible. In the improved top hat with brim, the transitions of the top hats and brims are obviously very different (Figure 3c). The transitions of the top hat and brim are smooth at location a1, a2 for protruding ground A, and steep at location b1, b2 for building B. The elevation change intensity at transitions can be measured by comparing the elevations between the edge points and the beginning points of the brim. This comparison is a function of morphological internal gradients. Figure 3d shows that the internal gradients of the edge points of protruding ground A are relatively small, whereas those of building B are outstanding.
Figure 2. Example of the improved top-hat filter with a sloped brim for identifying complex objects with multilayer structures: (a) original point set; (b) results by top-hat transformation (gray portions represent the parts extracted by thresholding the top hats); (c) shape of classic top-hat filter; (d) shape of improved top-hat filter with sloped brim; (e) suspicious parts inspected by improved top-hat filter.
Figure 2. Example of the improved top-hat filter with a sloped brim for identifying complex objects with multilayer structures: (a) original point set; (b) results by top-hat transformation (gray portions represent the parts extracted by thresholding the top hats); (c) shape of classic top-hat filter; (d) shape of improved top-hat filter with sloped brim; (e) suspicious parts inspected by improved top-hat filter.
Remotesensing 06 12885 g002
Figure 3. Example of the improved top-hat filter with brim for distinguishing protruding terrain features with dramatic elevation changes: (a) original point set; (b) top-hat transformation results; (c) suspicious hats inspected using surrounding brim (gray portions represent the parts extracted by thresholding top hats); (d) internal gradient distribution.
Figure 3. Example of the improved top-hat filter with brim for distinguishing protruding terrain features with dramatic elevation changes: (a) original point set; (b) top-hat transformation results; (c) suspicious hats inspected using surrounding brim (gray portions represent the parts extracted by thresholding top hats); (d) internal gradient distribution.
Remotesensing 06 12885 g003

2.3. Filter Implementation

Although the previous section introduces the kernel of the improved top-hat filter with a sloped brim, practical implementation involves other detailed issues, such as spatial index construction, low outlier removal, and iteration processing. More concretely, the procedure of this proposed algorithm consists of the following three aspects:
1. Constructing a spatial index of raw lidar point clouds. Raw lidar data generally comprise millions of three-dimensional points, which are irregularly distributed. Hence, point clouds must be efficiently organized to construct the neighboring relationship of points for subsequent processes. A grid index structure is adopted in this study to arrange the irregular point clouds. This technique maintains the accuracy of raw data and the simplicity of a regular grid without the need for interpolation. A predefined index grid G with equally sized cells is used to store input point clouds. Raw lidar points are assigned to each grid cell according to their coordinates. During spatial searching and processing, the relevant grid cells are first determined, and then the raw points contained in those grid cells are taken for calculations. To properly represent the spatial correlation of lidar points, the size of a grid cell is determined by the average point spacing of the point clouds to avoid too many or no points in every grid cell.
2. Eliminating low outliers. Low outliers are commonly caused by laser rangefinder malfunction or laser echoes reflected several times [10]. These outliers are generally isolated and extremely low. These characteristics would influence the subsequent gradient analysis. Hence, low outliers need to be removed beforehand using the following criteria [38]:
L = {l | ρ+(l) > Th1; sum{liNl | heightDifference(li l) < Th2} < Th3}
where L refers to the low outliers, ρ+(l) is the external gradient of a considered point l, Nl is the neighboring point set of point l within a 3 × 3 window, heightDifference(lil) is the height difference of point l and its neighboring points li, and Th1, Th2, and Th3 are predefined thresholds set to 5 m, 1 m, and 3 points, respectively, for the test datasets.
3. Filtering lidar data by the improved top hat with sloped brim. The top-hat transformation is first executed, followed by the inspection of the transitions between the obtained top hats and the outer brims to suppress the omission error generated by protruding terrain features. Nonground objects with complex structures are identified by the brim filter that extends outward. The improved top-hat filter is implemented as follows:
a. Extracting potential nonground objects by top-hat transformation as described in Section 2.1. The spatial structures to be extracted from raw point clouds depend on two parameters, i.e., the height difference threshold t and the used window whose size is denoted as (2w + 1) × (2w + 1). Nonground objects are categorized into two groups for extraction. One group, the so-called minute objects, mainly includes small and low objects, such as isolated vegetation points, shrubs, road signs, and fences. This group of objects can be extracted as follows using small w and t:
w = 1, t = pointSpacing / 3
where pointSpacing represents the average point spacing used for the index grid. The other group of objects comprises large objects, such as buildings, which need iterative filtering with increased w and t:
w = ∣i × a / pointSpacing∣, t = i
where i ∈ [1, 2, …, n], and a is a coefficient orienting the filter toward the removal of objects or the preservation of terrain features. This coefficient is set to 3 for the test dataset. This iteration continues until the window size is larger than the largest objects.
b. Distinguishing the omitted high-relief terrains by inspecting the transitions between the obtained top hats and the outer brims (Figure 3). The top hats derived by the previous step may contain some protruding terrains that possess the same characteristics as nonground objects with respect to the height difference threshold. The protruding terrains misclassified as potential objects are verified by the abrupt elevation changes occurring at the transitions between the top hats and the brims for nonground objects. Directional scanning is executed along the rows and columns from left to right and then from bottom to top on the index grid. The top hats on every scan line are searched and judged one by one. If a top hat on a scan line belongs to an object, then its two ends must meet one of the following conditions: (a) the internal gradient of the end point is larger than a predefined threshold; (b) the end points, such as some parts of large buildings lying beyond the dataset, occur at the dataset boundary; or (c) the neighboring grid cell of the external side has no point caused by data gaps.
c. Identifying objects with complex structures by the brim filter extending outward (Figure 2). The height difference threshold for the top hats must be large given an increased window size to remove large objects and to preserve rugged terrain features. Thus, some objects such as the parts of multilayer buildings are misclassified, as shown in Figure 2b. This problem is resolved by using the brim filter, extending outward from the top hat to distinguish the objects misclassified as ground. After completing steps a and b, the top hats that are not classified as objects are searched and judged one by one at each iteration. The process is also executed along the rows and columns from left to right and then from bottom to top on the index grid. If a considered top hat meets the condition described in Equation (5), then this top hat is judged to be an object.

3. Results and Discussion

The benchmark data released by the International Society for Photogrammetry and Remote Sensing (ISPRS) Commission III/WG3 were used in a comprehensive test to evaluate the proposed filter. The ISPRS dataset (Table 1) was collected by using an Optech ALTM to scan the Vaihingen/Enz and Stuttgart test areas (http://www.itc.nl/isprswgIII-3/filtertest/). The dataset included various urban and rural sites with different complex features. Fifteen reference samples were selected and generated by the ISPRS through the manual process for quantitatively assessing the accuracy of filters [10]. The samples challenged automatic filtering because they included difficult cases, such as abrupt terrains, dense vegetation, complex buildings, bridges, vehicles, and data gaps [41]. The point spacing is 1–1.5 m for urban areas (samples 11–42) and 2–3.5 m for rural areas (samples 51–71). The grid cell size of the index structure of points was set to be slightly bigger than the average point spacing, i.e., 1.5 m × 1.5 m for urban datasets and 3.5 m × 3.5 m for rural datasets, to represent the correlation of point clouds and to avoid too many empty grid cells.
Table 1. Features contained in the dataset provided by the ISPRS for algorithm testing.
Table 1. Features contained in the dataset provided by the ISPRS for algorithm testing.
LocationSiteSampleFeatures
Urban111Dense vegetation on hillside, various buildings on hillsides, steep slopes, data gaps
12
221Buildings of various sizes and shapes, irregular buildings, road networks, data gaps, bridges, tunnels
22
23
24
331Complex buildings with surrounding vegetation, mixture of high and low objects
441Data gaps, low dense ground points, trains and railway stations
42
Rural551Vegetation on steep slopes, terrain discontinuity, data gaps, river banks with vegetation
52
53
54
661Roads, embankments, buildings, data gaps
771Roads, embankments, bridges, underpasses
Steep terrain and complex objects are the biggest challenges for filtering. Figure 4a,b shows the digital surface model (DSM) generated from the raw point cloud of Site 1. A mixture of various buildings and vegetation on a rugged hillside, which are difficult to differentiate, clearly exists in the area. Figure 4c,d show the nonground and ground points separated using the proposed filter. Both the distinct tall buildings and the lower surrounding objects are effectively distinguished. The main terrain relief features are well preserved, as shown by the comparison between the DSM in Figure 4b and the digital elevation model (DEM) in Figure 4e.
Figure 4. Filtering results of the proposed method for the test data of Site 1: (a) DSM generated from the raw point cloud; (b) three-dimensional view of the DSM; (c) nonground points extracted by filtering; (d) ground points extracted by filtering; (e) DEM generated from the ground points.
Figure 4. Filtering results of the proposed method for the test data of Site 1: (a) DSM generated from the raw point cloud; (b) three-dimensional view of the DSM; (c) nonground points extracted by filtering; (d) ground points extracted by filtering; (e) DEM generated from the ground points.
Remotesensing 06 12885 g004aRemotesensing 06 12885 g004b
The results obtained by the proposed filter were compared with those obtained in the semiautomatic commercial software Terrasolid TerraScan and other typical filtering methods [10,41] to quantitatively assess the proposed filter. Type I error, also called omission error, refers to the percentage of ground points misclassified as others. Type II error, also called commission error, refers to the percentage of object points misclassified as ground. Total error indicates the percentage of points misclassified in all points. TerraScan is a widely used commercial software for processing lidar data. Table 2 shows the results of TerraScan filtering in the studied area as provided in [31]. The proposed method produced smaller type I and total errors and slightly bigger type II error compared with the commercial software. Figure 5 shows the comparison of the average overall accuracy of the proposed filter and that of eight different filtering methods tested by the ISPRS [10]. Four methods with an average overall accuracy of more than 90% were identified for further comparison (see Figure 6, Figure 7, Figure 8 and Figure 9). The comparisons of the results of the different filters demonstrate that the proposed filter has promising and competitive performance for various environments. Compared with the other two filters, the proposed method and that by Axelsson can both suppress omission and commission errors simultaneously at a minimal level. Figure 6, Figure 7 and Figure 8 show that Axelsson’s filter is biased toward type II errors, whereas our filter is oriented toward maintaining a balance between the two categories of errors. Moreover, Axelsson’s filter is incapable of distinguishing bridges from the ground [8,41], while our filter can remove bridges effectively, as shown in Figure 10 and Figure 11. Figure 9 shows that our filter has minimal omission and commission error oscillation for different areas, thus confirming the stable and reliable performance of the proposed filter for diverse landscapes.
Table 2. Comparison of errors of the proposed filter and TerraScan in filtering the ISPRS sample datasets.
Table 2. Comparison of errors of the proposed filter and TerraScan in filtering the ISPRS sample datasets.
Sample DatasetTerraScanProposed Filter
Type I Error (%)Type II Error (%)Total Error (%)Type I Error (%)Type II Error (%)Total Error (%)
1126.662.0016.1420.435.7814.18
1221.491.1211.553.662.843.26
2114.301.9511.562.393.132.55
2214.512.5610.784.843.714.49
2312.922.548.0110.134.227.33
2416.383.9812.975.415.645.47
318.368.974.850.514.882.52
4125.100.7413.1518.513.0210.75
428.001.392.551.183.332.70
510.410.291.311.8910.813.84
524.724.525.3817.4612.7916.97
533.6211.014.0211.3113.8211.41
542.4913.682.301.537.334.65
611.604.811.714.587.384.68
711.693.561.903.0810.963.98
Average10.823.757.207.136.646.58
Figure 5. Comparison of the average overall accuracy of the different filtering algorithms used in the sample datasets.
Figure 5. Comparison of the average overall accuracy of the different filtering algorithms used in the sample datasets.
Remotesensing 06 12885 g005
Figure 6. Comparison of type I errors in the filtered sample datasets.
Figure 6. Comparison of type I errors in the filtered sample datasets.
Remotesensing 06 12885 g006
Figure 7. Comparison of type II errors in the filtered sample datasets.
Figure 7. Comparison of type II errors in the filtered sample datasets.
Remotesensing 06 12885 g007
Figure 8. Averages of type I errors and type II errors produced by different filters.
Figure 8. Averages of type I errors and type II errors produced by different filters.
Remotesensing 06 12885 g008
Figure 9. Standard deviations of errors produced by different filters.
Figure 9. Standard deviations of errors produced by different filters.
Remotesensing 06 12885 g009
Figure 10. Spatial distribution of errors generated by filtering urban sample datasets.
Figure 10. Spatial distribution of errors generated by filtering urban sample datasets.
Remotesensing 06 12885 g010
Figure 11. Spatial distribution of errors generated by filtering rural sample datasets.
Figure 11. Spatial distribution of errors generated by filtering rural sample datasets.
Remotesensing 06 12885 g011
Figure 10 and Figure 11 reveal the distribution of misclassified points across 15 samples filtered by the proposed algorithm, and Table 3 and Table 4 show the DSMs, true DEMs, and DEMs derived by filtering. The proposed filter further analyzes the top hats obtained by the brim filter extending outward to improve the traditional top-hat transformation. Adding a brim to the top hats is conducive to the analysis of different characteristics of objects and ground points, especially complex objects and abrupt terrains. The omission error generated by protruding terrain features is suppressed by the elevation change intensity of the transitions between the obtained top hats and the outer brims. Samples 22, 23, 51, 52, and 53 show various terrain features with dramatic elevation changes that were well preserved. The minute objects (e.g., vehicles and shrubs) were distinguished successfully using the minimum window size and height difference threshold (see sample 12). The diverse sizes and shapes of the objects in various environments did not have a significant effect on the filtration of samples 12, 22, 23, 31, and 41. The irregularly shaped buildings were mostly composed of multiple layers with various heights, which were effectively identified (see samples 22, 23, and 31). The result demonstrates the feasibility of verifying the nonground objects of complex structures using the sloped brim filter extending outwards. For filtering buildings and vegetation on steeply sloped hillside, various buildings and vegetation were effectively extracted while the main terrain features were well maintained (see samples 11, 24, 51, and 52). Terrain discontinuity was well preserved when filtering in rugged areas with dramatic elevation changes (see sample 53). The attached objects (e.g., bridges) were successfully removed (see samples 21, 22, and 71). Given that the morphological operations considered the local point sets covered by the window, the data gaps generated by scan swath or water absorption did not significantly influence the filter (samples 41, 51, 52, and 61). The iteration process in Section 2 was carried out by assuming that the heights of the aboveground objects of a certain size were larger than one expected threshold and that the threshold increased as the object size increased. However, few low, large objects did not depict the common proportional relation of window size and height difference threshold defined by empirical formula (9). This condition led to the occurrence of commission errors (samples 11 and 42). Although the main terrain features were still maintained on the abrupt terrains, some ground points with dramatic height changes were rejected (samples 52, 53, and 61).
Table 3. DSMs generated from the raw point clouds, DEMs generated from the true ground points, and DEMs generated from the ground points derived by the proposed filter for urban sample datasets.
Table 3. DSMs generated from the raw point clouds, DEMs generated from the true ground points, and DEMs generated from the ground points derived by the proposed filter for urban sample datasets.
DataDSMTrue DEMFilter DEMDataDSMTrue DEMFilter DEM
11 Remotesensing 06 12885 i001 Remotesensing 06 12885 i002 Remotesensing 06 12885 i00312 Remotesensing 06 12885 i004 Remotesensing 06 12885 i005 Remotesensing 06 12885 i006
21 Remotesensing 06 12885 i007 Remotesensing 06 12885 i008 Remotesensing 06 12885 i00922 Remotesensing 06 12885 i010 Remotesensing 06 12885 i011 Remotesensing 06 12885 i012
23 Remotesensing 06 12885 i013 Remotesensing 06 12885 i014 Remotesensing 06 12885 i01524 Remotesensing 06 12885 i016 Remotesensing 06 12885 i017 Remotesensing 06 12885 i018
31 Remotesensing 06 12885 i019 Remotesensing 06 12885 i020 Remotesensing 06 12885 i02141 Remotesensing 06 12885 i022 Remotesensing 06 12885 i023 Remotesensing 06 12885 i024
42 Remotesensing 06 12885 i025 Remotesensing 06 12885 i026 Remotesensing 06 12885 i027
Table 4. DSMs generated from the raw point clouds, DEMs generated from the true ground points, and DEMs generated from the ground points derived by the proposed filter for rural sample datasets.
Table 4. DSMs generated from the raw point clouds, DEMs generated from the true ground points, and DEMs generated from the ground points derived by the proposed filter for rural sample datasets.
DataDSMTrue DEMFilter DEMDataDSMTrue DEMFilter DEM
51 Remotesensing 06 12885 i028 Remotesensing 06 12885 i029 Remotesensing 06 12885 i03052 Remotesensing 06 12885 i031 Remotesensing 06 12885 i032 Remotesensing 06 12885 i033
53 Remotesensing 06 12885 i034 Remotesensing 06 12885 i035 Remotesensing 06 12885 i03654 Remotesensing 06 12885 i037 Remotesensing 06 12885 i038 Remotesensing 06 12885 i039
61 Remotesensing 06 12885 i040 Remotesensing 06 12885 i041 Remotesensing 06 12885 i04271 Remotesensing 06 12885 i043 Remotesensing 06 12885 i044 Remotesensing 06 12885 i045
Figure 12, Figure 13 and Figure 14 show the comparison of the filtering results of different filters for samples 11, 21, and 24. Vegetation and buildings on steep slopes are very challenging to distinguish, as in sample 11. Some ground points on very steep slopes were filtered off by those filters. The Sohn filter had heavy bias towards type II errors, while the Pfeifer had heavy bias towards type I errors. The proposed filter in this paper produced more type II errors than the Axelsson filter but less than the filter in [38]. The produced type II errors were mainly at the bottom where laddered buildings occurred. The laddered buildings lie on steep slopes and have some parts with large size near to the slopes, which caused the morphological opening to make commission errors. As shown in Figure 13, the centered bridge was not filtered in the Axelsson filter, while other filters including the proposed one could remove the bridge successfully. Ramps are a kind of structure spanning the gaps of discontinuous terrain surfaces with one side lower than the other, as centered in Figure 14. Ramps were regarded as ground in [41]. However, all the filters cut off the ramp in sample 24 because it was higher than the surface below.
Figure 12. Comparison of the filtering results of different methods for sample 11: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Figure 12. Comparison of the filtering results of different methods for sample 11: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Remotesensing 06 12885 g012
Figure 13. Comparison of the filtering results of different methods for sample 21: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Figure 13. Comparison of the filtering results of different methods for sample 21: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Remotesensing 06 12885 g013
Figure 14. Comparison of the filtering results of different methods for sample 24: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Figure 14. Comparison of the filtering results of different methods for sample 24: (a) DSM generated from the raw point clouds; (b) Sohn; (c) Axelsson; (d) Pfeifer; (e) Li et al. [38]; (f) This paper.
Remotesensing 06 12885 g014
Although the filters proposed by Li et al. [38] and this paper are both based on mathematical morphology, the strategies and performances of the two filters are different. Nonground objects usually appear around the feature points with dramatic height changes, so Li et al. [38] focused on the redefinition of morphological openings to limit the filtered areas. The morphological erosion and dilation were only performed on the nearby points of the feature points, which could reduce the possibility of cutting the smooth terrain with a gradual height change. Afterwards a region growing approach was used to recall the removed points that were attached to other ground points. However, the filter in [38] did not make special compensation for complex buildings with multilayer such as the one in the yellow circle in Figure 15b, and thus the complex building parts were not eliminated. The proposed filter in this paper specially utilized the brim filter extending outward to increase the robustness for multilayer buildings, and thus the buildings were effectively distinguished, as shown in 15c. Although Li et al. [38] could suppress the omission errors to some extent, some discontinuous terrain features with abrupt height changes were missed as shown in the yellow circle in Figure 15e. The proposed filter in this paper inspected the elevation change intensity of the transitions between the obtained top hats and outer brims to suppress the omission error caused by protruding terrain features, and thus it had a greater ability to preserve the distinctive terrain features in comparison to the filter in [38], as shown in Figure 15f. Moreover, the filter in [38] was relatively time consuming due to the high requirement for neighboring searches and computation. Using Microsoft Visual C++ 6.0 IDE on a computer with 2.3 GHz Intel i3-2350 Processor and 2 GB RAM, the filter in [38] spent 510.140 s to filter 683,204 points, while the proposed filter in this paper took 69.234 s due to its simple and efficient data structure and implementation such as executing brim filtering based on directional scanning on the index grid.
Besides the above mentioned filters, Table 5 shows the three types of average errors of other recent algorithms performed in automatic mode against ISPRS samples. Chen et al. [33] improved upon morphological operations by adding a condition considering the elevation changes of the edge pixels of large features, which only reported the total errors. Jahromi et al. [42] filtered four urban study sites (samples 11, 12, 21, and 31) based on artificial neural networks. Susaki [43] developed an adaptive slope filtering method to deal with the urban datasets (samples 11, 12, 21, 22, 23, 24, 31, 41, and 42). Zhang and Lin [8] employed a point cloud segmentation using smoothness constraint to improve the progressive TIN densification for filtering all samples. The hierarchical surface interpolation used by Mongus and Zalik [31] produced a larger commission error than omission error. Jahromi et al. [42] and Zhang and Lin [8] have bias towards type I errors, while Susaki [43] and Mongus and Zalik [31] have bias towards type II errors. Minimizing type I errors contributes to reducing the total error because there are relatively more ground points than nonground points in most landscapes [41]. Which error is the priority to suppress depends on the practical need in various applications. As shown by the comparison in Table 5, the filter proposed in this paper keeps a balance between the commission error and omission error.
Figure 15. Comparison of the filtering results of the methods proposed by Li et al. [38] and this paper for Samples 12 and 53: (a) and (d) are the DSMs generated from the raw point clouds; (b) and (e) are the results from Li et al. [38]; (c) and (f) are the results from the filter proposed in this paper.
Figure 15. Comparison of the filtering results of the methods proposed by Li et al. [38] and this paper for Samples 12 and 53: (a) and (d) are the DSMs generated from the raw point clouds; (b) and (e) are the results from Li et al. [38]; (c) and (f) are the results from the filter proposed in this paper.
Remotesensing 06 12885 g015
Table 5. Three types of average errors of recent automatic filters against ISPRS samples.
Table 5. Three types of average errors of recent automatic filters against ISPRS samples.
AuthorType I error (%)Type II error (%)Total error (%)
Chen et al. [33] 7.22
Jahromi et al. [42]11.003.477.70
Susaki [43]6.7011.267.39
Mongus and Zalik [31]3.499.395.62
Zhang and Lin [8]13.1110.1910.63
This paper7.136.646.58
The proposed filter was applied to another dataset used in practice to test its performance under varying conditions in broad areas (Figure 16 and Figure 17). This dataset was acquired using the scanner Leica ALS50-II covering a 1 sq. km area in Xianning, China. The dataset included diverse objects and terrains suitable for assessing the performance of the proposed filter in complicated landscapes, such as many buildings with complex structures and shapes, dense vegetation, abrupt sloped terrains, and discontinuities in terrain, rivers, and bridges. Reference data were obtained by manual classification for accuracy evaluation. The number of points was 1,345,889 with an average point density of 1.35 points/m2. The grid cell size of constructing spatial index was set to 1.4 m × 1.4 m for the data according to the point density.
Figure 16b shows the error distribution of the application of the filter to the data on Xianning City. Figure 17 shows the DSM derived by raw point cloud and the DEMs derived from the reference data and filtered ground points. As shown in Figure 16 and Figure 17, the varied terrain features, especially the steep slopes and terrain discontinuities, were well preserved. Dense vegetation and complex buildings were effectively differentiated. Type I, type II, and total errors were 1.20%, 13.95%, and 6.02%, respectively. Type II error was mainly caused by very low objects, such as flower beds and grasslands, which widely exist in the study area. These very low objects are not in accordance with the relation between the height difference thresholds and window sizes defined by Equations (8) and (9). Hence, the morphological top-hat transformation did not remove them.
For the filter based on top-hat transformation, whether the filtering result is towards type I error or type II error mainly depends on the definition of the window size and the height difference threshold used in the iterative top-hat transformations. Using a large window and a small height difference threshold allows filtering to remove more objects, and meanwhile increases the possibility of cut terrain relief. Using a small window and a large height difference threshold allows filtering to keep terrain features intact, and meanwhile possibly prevents more objects from being filtered out. The practical surveyed areas usually cover various landscapes. In order to enhance the accuracy of filtering, we should utilize a large window and a small height difference threshold in even areas, and utilize a small window and a large height difference threshold in abrupt sloped terrains. So, how to automatically tune the window size and the height difference threshold based on the self-adaptive analysis of the considered areas is a promising research area to further improve the robustness.
Figure 16. (a) Raw point clouds rendered by elevation. (b) The spatial distribution display of errors generated by filtering the data of Xianning City.
Figure 16. (a) Raw point clouds rendered by elevation. (b) The spatial distribution display of errors generated by filtering the data of Xianning City.
Remotesensing 06 12885 g016
Figure 17. (a) DSM generated from the raw point clouds of Xianning City; (b) DEM generated from the true ground points; (c) DEM generated from the ground points derived by the proposed filter.
Figure 17. (a) DSM generated from the raw point clouds of Xianning City; (b) DEM generated from the true ground points; (c) DEM generated from the ground points derived by the proposed filter.
Remotesensing 06 12885 g017

4. Conclusions

How to extract ground points accurately and effectively from lidar data remains a big challenge because of the various complex terrains and objects. Morphology-based approaches have been powerful tools for separating ground and objects in many studies. However, it is still difficult to properly identify steeply protruding terrains and complex multilayer objects by traditional morphological operations, especially when using large windows to remove large objects. In this study, a designed brim filter is added to the morphological top-hat transformation to promote the robustness of the proposed filter for rugged terrain and complicated objects. The performance of the proposed filter in various environments is evaluated by the benchmark test datasets released by the ISPRS and the dataset used in practice. The obtained averages of omission errors, commission errors, and total errors are 7.13%, 6.64%, and 6.58%, respectively, for filtering 15 sample datasets including difficult cases. In comparison to other popular filtering algorithms, the proposed filter is capable of preserving abrupt terrain features with dramatic elevation changes well and removing diverse objects with complicated shapes effectively. This filter has minimal omission and commission error oscillation for different areas and thus shows a stable and reliable performance for diverse landscapes. In order to further enhance the accuracy of filtering, future work will focus on how to automatically tune the window size and the height difference threshold based on the self-adaptive analysis of the considered areas.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (41101374, 51379056, 51190090, 41271361), the Open Research Fund of State Key Laboratory of Information Engineering in Surveying, Mapping, and Remote Sensing (14E02), and the 973 Program (2012CB719906). The authors thank the editors and reviewers for their valuable comments and suggestions for improvement on this paper.

Author Contributions

Yong Li had the original idea for the study and drafted the manuscript. Bin Yong contributed to revision and improvement of the manuscript. Huayi Wu, Ru An and Hanwei Xu provided supervision on the design and implementation of the research.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Meng, X.; Wang, L.; Silvan-Cardenas, J.L.; Currit, N. A multi-directional ground filtering algorithm for airborne lidar. ISPRS J. Photogramm. Remote Sens. 2009, 64, 117–124. [Google Scholar] [CrossRef]
  2. Shan, J.; Sampath, A. Urban dem generation from raw lidar data: A labeling algorithm and its performance. Photogramm. Eng. Remote Sens. 2005, 71, 217–226. [Google Scholar] [CrossRef]
  3. Filin, S.; Pfeifer, N. Segmentation of airborne laser scanning data using a slope adaptive neighborhood. ISPRS J. Photogramm. Remote Sens. 2006, 60, 71–80. [Google Scholar] [CrossRef]
  4. Sirmacek, B.; Taubenbock, H.; Reinartz, P.; Ehlers, M. Performance evaluation for 3-d city model generation of six different dsms from air-and spaceborne sensors. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2012, 5, 59–70. [Google Scholar] [CrossRef]
  5. White, S.A.; Wang, Y. Utilizing dems derived from lidar data to analyze morphologic change in the north carolina coastline. Remote Sens. Environ. 2003, 85, 39–47. [Google Scholar] [CrossRef]
  6. Stoker, J.M.; Greenlee, S.K.; Gesch, D.B.; Menig, J.C. Click: The new usgs center for lidar information coordination and knowledge. Photogramm. Eng. Remote Sens. 2006, 72, 613–616. [Google Scholar]
  7. Chen, Q. Airborne lidar data processing and information extraction. Photogramm. Eng. Remote Sens. 2007, 73, 109–112. [Google Scholar]
  8. Zhang, J.; Lin, X. Filtering airborne lidar data by embedding smoothness-constrained segmentation in progressive tin densification. ISPRS J. Photogramm Remote Sens. 2013, 81, 44–59. [Google Scholar] [CrossRef]
  9. Zhang, K.; Chen, S.C.; Whitman, D.; Shyu, M.L.; Yan, J.; Zhang, C. A progressive morphological filter for removing nonground measurements from airborne lidar data. IEEE Trans. Geosci. Remote Sens. 2003, 41, 872–882. [Google Scholar] [CrossRef]
  10. Sithole, G.; Vosselman, G. Experimental comparison of filter algorithms for bare-earth extraction from airborne laser scanning point clouds. ISPRS J. Photogramm. Remote Sens. 2004, 59, 85–101. [Google Scholar] [CrossRef]
  11. Zhang, K.; Whitman, D. Comparison of three algorithms for filtering airborne lidar data. Photogramm. Eng. Remote Sens. 2005, 71, 313–324. [Google Scholar] [CrossRef]
  12. Bartels, M.; Wei, H. Threshold-free object and ground point separation in lidar data. Pattern Recognit. Lett. 2010, 31, 1089–1099. [Google Scholar] [CrossRef]
  13. Silvan-Cardenas, J.L.; Wang, L. A multi-resolution approach for filtering lidar altimetry data. ISPRS J. Photogramm. Remote Sens. 2006, 61, 11–22. [Google Scholar] [CrossRef]
  14. Liu, X. Airborne lidar for dem generation: Some critical issues. Prog. Phys. Geogr. 2008, 32, 31–49. [Google Scholar] [CrossRef]
  15. Li, Y.; Yong, B.; Wu, H.; An, R.; Xu, H.; Xu, J.; He, Q. Filtering airborne lidar data by modified white top-hat transform with directional edge constraints. Photogramm. Eng. Remote Sens. 2014, 80, 133–141. [Google Scholar] [CrossRef]
  16. 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]
  17. Shan, J.; Toth, C.K. Topographic Laser Ranging and Scanning: Principles and Processing; CRC Press: Boca Raton, FL, USA, 2008. [Google Scholar]
  18. Vosselman, G. Slope based filtering of laser altimetry data. Int. Arch. Photogramm. Remote Sens. 2000, 33, 935–942. [Google Scholar]
  19. Sithole, G. Filtering of laser altimetry data using a slope adaptive filter. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2001, 34, 203–210. [Google Scholar]
  20. Wang, J.; Shan, J. Segmentation of lidar point clouds for building extraction. In Proceedings of ASPRS 2009 Annual Conference, Baltimore, MD, USA, 9–13 March 2009.
  21. Wang, C.; Tseng, Y. Dem generation from airborne lidar data by an adaptive dual-directional slope filter. In Proceedings of ISPRS TC VII Symposium—100 Years ISPRS, Vienna, Austria, 5–7 July 2010.
  22. Meng, X.; Wang, L.; Currit, N. Morphology-based building detection from airborne lidar data. Photogramm. Eng. Remote Sens. 2009, 75, 437–442. [Google Scholar] [CrossRef]
  23. Sithole, G.; Vosselman, G. Fltering of airborne laser scanner data based on segmented point clouds. In Proceedings of ISPRS WG III/3, III/4, V/3 Workshop “Laser scanning 2005”, Enschede, The Netherlands, 12–14 September 2005.
  24. Axelsson, P. Dem generation from laser scanner data using adaptive tin models. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2000, 33, 111–118. [Google Scholar]
  25. Axelsson, P. Processing of laser scanner data—Algorithms and applications. ISPRS J. Photogramm. Remote Sens. 1999, 54, 138–147. [Google Scholar] [CrossRef]
  26. Sohn, G.; Dowman, I. Terrain surface reconstruction by the use of tetrahedron model with the mdl criterion. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2002, 34, 336–344. [Google Scholar]
  27. Kraus, K.; Pfeifer, N. Determination of terrain models in wooded areas with airborne laser scanner data. ISPRS J. Photogramm. Remote Sens. 1998, 53, 193–203. [Google Scholar] [CrossRef]
  28. Lee, H.S.; Younan, N.H. DTM extraction of lidar returns via adaptive processing. IEEE Trans. Geosci. Remote Sens. 2003, 41, 2063–2069. [Google Scholar] [CrossRef]
  29. Pfeifer, N.; Stadler, P.; Briese, C. Derivation of digital terrain models in the scop++ environment. In Proceedings of OEEPE Workshop on Airborne Laserscanning and Interferometric SAR for Digital Elevation Model, Stockholm, Sweden, 1–3 March 2001.
  30. Chen, C.; Li, Y.; Li, W.; Dai, H. A multiresolution hierarchical classification algorithm for filtering airborne lidar data. ISPRS J. Photogramm. Remote Sens. 2013, 82, 1–9. [Google Scholar] [CrossRef]
  31. Mongus, D.; Žalik, B. Parameter-free ground filtering of lidar data for automatic DTM generation. ISPRS J. Photogramm. Remote Sens. 2012, 67, 1–12. [Google Scholar] [CrossRef]
  32. Petzold, B.; Reiss, P.; Stössel, W. Laser scanning—Surveying and mapping agencies are using a new technique for the derivation of digital terrain models. ISPRS J. Photogramm. Remote Sens. 1999, 54, 95–104. [Google Scholar] [CrossRef]
  33. Chen, Q.; Gong, P.; Baldocchi, D.; Xie, G. Filtering airborne laser scanning data with morphological methods. Photogramm. Eng. Remote Sens. 2007, 73, 175–185. [Google Scholar] [CrossRef]
  34. Li, Y.; Wu, H. Dem extraction from lidar data by morphological gradient. In Proceedings of The Fifth International Joint Conference on INC, IMS and IDC, NCM 2009, Seoul, Korea, 25–27 August 2009.
  35. Wu, H.; Li, Y.; Li, J.; Gong, J. A two-step displacement correction algorithm for registration of lidar point clouds and aerial images without orientation parameters. Photogramm. Eng. Remote Sens. 2010, 76, 1135–1145. [Google Scholar] [CrossRef]
  36. Arefi, H.; Hahn, M. A morphological reconstruction algorithm for separating off-terrain points from terrain points in laser scanning data. In Proceedings of ISPRS WG III/3, III/4, V/3 Workshop “Laser scanning 2005”, Enschede, The Netherlands, 12–14 September 2005.
  37. Kobler, A.; Pfeifer, N.; Ogrinc, P.; Todorovski, L.; Oštir, K.; Džeroski, S. Repetitive interpolation: A robust algorithm for DTM generation from aerial laser scanner data in forested terrain. Remote Sens. Environ. 2007, 108, 9–23. [Google Scholar] [CrossRef]
  38. Li, Y.; Wu, H.; Xu, H.; An, R.; Xu, J.; He, Q. A gradient-constrained morphological filtering algorithm for airborne lidar. Opt. Laser Technol. 2013, 54, 288–296. [Google Scholar] [CrossRef]
  39. Pingel, T.J.; Clarke, K.C.; McBride, W.A. An improved simple morphological filter for the terrain classification of airborne lidar data. ISPRS J. Photogramm. Remote Sens. 2013, 77, 21–30. [Google Scholar] [CrossRef]
  40. Soille, P. Morphological Image Analysis: Principles and Applications; Springer-Verlag New York, Inc.: New York, NY, USA, 2003. [Google Scholar]
  41. Sithole, G.; Vosselman, G. Report: ISPRS Comparison Of Filters; ISPRS Commission III, Working Group: Enschede, The Netherlands, 2003. [Google Scholar]
  42. Jahromi, A.B.; Zoej, M.J.V.; Mohammadzadeh, A.; Sadeghian, S. A novel filtering algorithm for bare-earth extraction from airborne laser scanning data using an artificial neural network. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2011, 4, 836–843. [Google Scholar] [CrossRef]
  43. Susaki, J. Adaptive slope filtering of airborne lidar data in urban areas for digital terrain model (DTM) generation. Remote Sens. 2012, 4, 1804–1819. [Google Scholar] [CrossRef] [Green Version]

Share and Cite

MDPI and ACS Style

Li, Y.; Yong, B.; Wu, H.; An, R.; Xu, H. An Improved Top-Hat Filter with Sloped Brim for Extracting Ground Points from Airborne Lidar Point Clouds. Remote Sens. 2014, 6, 12885-12908. https://0-doi-org.brum.beds.ac.uk/10.3390/rs61212885

AMA Style

Li Y, Yong B, Wu H, An R, Xu H. An Improved Top-Hat Filter with Sloped Brim for Extracting Ground Points from Airborne Lidar Point Clouds. Remote Sensing. 2014; 6(12):12885-12908. https://0-doi-org.brum.beds.ac.uk/10.3390/rs61212885

Chicago/Turabian Style

Li, Yong, Bin Yong, Huayi Wu, Ru An, and Hanwei Xu. 2014. "An Improved Top-Hat Filter with Sloped Brim for Extracting Ground Points from Airborne Lidar Point Clouds" Remote Sensing 6, no. 12: 12885-12908. https://0-doi-org.brum.beds.ac.uk/10.3390/rs61212885

Article Metrics

Back to TopTop