Open Access
5 June 2014 Dual-directional profile filter for digital terrain model generation from airborne laser scanning data
Cheng-Kai Wang, Yi-Hsing Tseng
Author Affiliations +
Abstract
The most important aspect of digital terrain model generation from airborne laser scanning (ALS) data is that of filtering a point cloud to obtain ground points. Numerous automatic filters have been proposed since ALS data became available. However, to filter out nonground points, a slope threshold is usually introduced to classify points into ground and nonground points; this leads to frequent over-filtering problems in cliff-like terrains. A solution to this problem is proposed, using a dual-directional slope-based filter originating from a conventional slope-based filter is proposed. This filter is designed as a directional filter in one dimension and is applied to every profile of light detection and ranging (LiDAR) points. In this process, a directional filter is first applied to the profile, and another directional filter is then applied at an angle of 180 deg from the first one. Each directional slope-based filter is complementary to the others, thus avoiding over-filtering. We utilize ISPRS LiDAR data for the test. A comparison of this filter approach with existing methods is presented. The comparison result shows that the proposed method obtains a classification accuracy that is as good as most of the compared methods, but is superior to them with regard to handling data from abrupt surfaces.

1.

Introduction

The mapping of topographical surfaces has become extremely efficient and accurate since the availability of airborne laser scanning (ALS) systems. Based on light detection and ranging (LiDAR) technique integrated with positioning and orientation systems, ALS system scans terrains to acquire accurate three-dimensional (3-D) coordinates of scanned points.1 The resulting densely distributed points are usually called point clouds. ALS data have several applications, including the mapping of corridors, rapid mapping, damage assessment following natural disasters,2 forest canopy height mapping,3 and city modeling.4 The most common process for such applications is the generation of digital terrain models (DTMs). Over the last decade, ALS has gradually replaced photogrammetric techniques to become the new standard for DTM generation for its time and cost effectiveness.5,6 Especially, the ability of a laser beam to penetrate a tree canopy makes ALS a superior tool for DTM generation in forest areas.7,8

Given that DTMs accurately map the Earth’s surface, a key step in DTM generation is to remove nonground points from ALS point cloud data. This process is frequently called point-cloud filtering. The reserved ground points are used for the interpolation of a grid DTM or to form a triangulated irregular network for a DTM. Several filters are directly applied to discrete raw point clouds, although some filters are designed for gridded data derived and/or interpolated from original point clouds.9 Filters (e.g., Keqi et al.;10 Silván-Cárdenas and Wang11) applied to such gridded data typically run fast and can adopt widely available and robust image processing algorithms.12 However, the derivation of gridded data may cause an information loss of subtle elevation changes.13

Filters proposed for DTM generation can generally be categorized into three groups based on their approach, namely, linear regression, morphology-based, and slope-based methods.11,13,14 The linear regression method is also known as an interpolation-based filter. This method iteratively approximates the ground surface using weighted linear regression.13 The target surface area is first estimated, for example, the average surface between the ground and designated nonground points. The residuals, that is, the oriented distances from the surface to the points, are then calculated.15 Each point is given a weight according to the residuals. A ground point usually has a negative residual; thus, a high weight will be assigned. Contrarily, a very low or zero weight will be assigned to a point when its residual is positive and large. The surface is finally re-estimated with weight consideration. This process is repeated until a stable situation or a maximum number of iterations is reached. The linear regression algorithm tends to inhibit high-frequency data; therefore, the generated DTMs may be over-smoothed.14,16 Morphological filters classify points based on morphological operations, such as opening and closing. A critical issue for morphological methods is the selection of a suitable window size.13,17 On one hand, using a large window will produce a surface with flattened protruding terrain features.18 On the other hand, a significantly small window may fail to filter out a large group of points, such as the point group of a large building. A solution to this problem is by gradually increasing the window size of the morphological filters and filtering points according to the introduced elevation difference.10,12

Slope-based filters remove nonground points based on the assumption that the gradients between ground and nonground points are distinctively different. Although slope-based filters preserve sharp corners on steep terrains,19,20 a steep terrain may still be over-smoothed21 caused by improperly setting the slope thresholds. To deal with this problem, Sithole19 proposed the use of an adaptive slope-based (AS) filter that applies an adaptive threshold derived from a trend surface of the terrain. This modified slope filter improves filtering results, but some important topographical features still tend to be over-smoothed, such as steep drop-offs and terraced hillsides. Sithole and Vosselman21 compared eight different filters and reported that a terrain including steep drop-offs is one of the most difficult terrains for filters and that slope-based filters have the most difficulties with such a precipitous terrain among their compared filters. In addition, a number of one-dimensional (1-D) filters have been designed to run along a scan line or a profile. These filters are called directional filters. Point clouds usually need to be segmented or organized in advance to meet the prerequisite for applying directional filters. However, in spite of this inconvenience, directional filters have the advantages of easy implementation and fast computational processes. The problem of a directional filter is that the final result depends on the direction of the measurement initially chosen. Some significant terrain features may be lost with an ineffective choice of direction.5 For this reason, bi-directional20 or multidirectional5 labeling filters have been proposed. Meng et al.5 utilized a four-directional filter with slope and elevation difference conditions to filter out nonground points. However, they did not estimate an approximate ground surface, which is critical for a slope-based filter. Current directional filters have yet to be employed for variant surface slopes.

To utilize existing filtering algorithms and solve their inherent problems, this article proposes an improved filtering algorithm. This new method combines the adaptive-slope and directional filtering concepts into a dual-directional slope-based (DS) filter. The DS filter is designed as a 1-D directional filter and is applied to every profile of LiDAR points. In this process, a directional filter is first applied to the profile, and another directional filter is then applied at an angle of 180 deg from the first one. Each directional slope-based filter is complementary to the others, thus avoiding over-filtering. Accordingly, this new algorithm retains sharp topographic features that are over-smoothed by a conventional slope-based filter and upgrades the quality of the generated DTMs. An initial filtering result was first introduced in our previously presented article.22 In this article, we propose an improvement of a preprocessing step that co-operates with the DS filter for point-cloud filtering. We compare our proposed DS filter with several other filters. The theoretical formulas of the DS filter and the DTM generation are also elucidated.

2.

Dual-Directional Slope-Based Filter

2.1.

Slope-Based Filter

Slope-based filtering of ALS data was proposed by Vosselman.23 A slope filter is similar to a 3-D filtering mask cone (Fig. 1) defined by two parameters, w and s. w is the window size of the mask cone, and s is the slope that defines the cone’s opening angle. The cone peak is moved to each testing point and is then used to check whether a neighboring point lies within or below the cone. If such a point is found, the testing point is recognized as a nonground point. Hence, this slope-based filter can be used to check any other points existing under the cone. If the check is positive, then the testing point is labeled as nonground; otherwise, the testing point is considered to be a ground point [see Fig. 1(b)].

Fig. 1

Diagram of the slope-based filter and the filtering algorithm: (a) the visualization of the slope-based filter; (b) the visualization of the filtering algorithm. It can be seen that there are no points under the cone if the cone is at ground level, but there are if the cone is located at a nonground point.

JARS_8_1_083619_f001.png

Terrain slope in the real world naturally varies in different locations; thus, using a fixed slope parameter is impractical. For this reason, Sithole19 proposed an AS filter that changes the slope threshold subject to the gradient over the local area covered by the filter. Preprocessing is usually needed to obtain an initial approximate ground surface in which the gradient can be estimated.

2.2.

Dual-Directional Slope-Based Filter

Although the AS filter has enough flexibility to deal with surfaces having various slopes, over-filtering problems in steep terrain areas still remain because this filter has a built-in assumption that the surface slopes do not vary rapidly. Figure 2 shows a schematic showing a possible over-filtering case for a terrain with very steep drop-offs. Under this circumstance, the interpolated DTM based on the resulting ground points will be over-smoothed because of the loss of some ground points near the most irregular areas [Fig. 2(c)]. To avoid over-filtering, we propose a DS filter, which is a modified version of the AS filter. The DS filter is a 1-D AS filter but is divided into two equal parts. Each part becomes a directional filter [Fig. 3(a)]. When applying these two directional filters to a profile, two sets of filtering results are obtained. Figure 3(b) shows a schematic illustrating the application of the DS filter to a cliff-like terrain. The union of the two resulting data sets is the final result of the DS filter [Fig. 3(c)]. The ground points near the cliff-like terrain are preserved.

Fig. 2

(a) A schematic over-filtering diagram of the application of the adaptive slope-based (AS) filter to a cliff-like terrain. (b) The reserved ground points. Note that some ground points near the cliff edges are removed. (c) The interpolated DTM with the reserved ground points is over-smoothed.

JARS_8_1_083619_f002.png

Fig. 3

A schematic diagram of filtering process using the dual-directional slope-based (DS) filter: (a) the DS filter is modified from the AS filter; (b) applying each DS filter to the profile points in Fig. 2(a), the filtered ground points using the two DS filters are obtained; (c) the final filtering result will be the union of the filtered points derived from each DS filter; note that the cliff topography is reserved.

JARS_8_1_083619_f003.png

2.3.

Filtering Algorithm of Dual-Directional Slope-Based Filter

The DS filter works along a 1-D space. To apply the DS filter, reorganization of point clouds must be prepared in advance. To this end, we segment point clouds into many strips in both the horizontal (east to west) and vertical (north to south) axes, as shown in Figs. 4(a) and 4(b). The point clouds are arranged into a grid. Each row and column of the grid is considered as a strip. The DS filter is then applied to each strip, which is also considered as a LiDAR profile. Filtering using the DS filter along either the horizontal or vertical axis should generally be sufficient because the cliff topography is kept either in the profile along the horizontal or vertical axis [e.g., Fig. 4(c-i)]. However, a special case will occur when the breaking line is parallel along either the vertical or horizontal axis [Figs. 4(c-ii) and 4(c-iii)]. In such cases, the DS filter can only demonstrate its advantage when it is applied to the profile in a direction perpendicular to the direction of the broken line. To avoid the possibility of ineffective filtering in such unusual cases, both the vertical and horizontal directions are selected in this study to segment point clouds. The width of each strip can be determined based on the density of the point clouds. The DS filter first works sequentially on the horizontal line and then repeats filtering on the vertical line [Figs. 4(a) and 4(b)].

Fig. 4

Point clouds are segmented into many strips in both the horizontal (a) and vertical directions (b) allowing the one-dimension DS filters to be applied to the strips for filtering purposes. The sub figure (c) makes clear that normally the cliff topography can be shown in the profile either along the horizontal axis or the vertical axis. (i) However, a special case will occur when the direction of the breaking line is along the vertical axis or (ii) the horizontal axis. (iii) In such two cases, only one profile will reveal the cliff topography.

JARS_8_1_083619_f004.png

At each strip, the DS filtering algorithm will result in two ground point data sets by the two DS filters with opposite directions. As a result, four sets of filtered points are obtained, that is two sets (Ground1, Ground2) from the horizontal strips and two sets (Ground3, Ground4) from the vertical strips. The final result GroundFinal of the DS filtering algorithm is the union of the filtered ground point data sets, which is expressed as follows:

Eq. (1)

GroundFinal=Ground1Ground2Ground3Ground4.

3.

Digital Terrain Model Generation

The DS algorithm needs a rough ground surface, which is used for a variable slope definition. A number of preprocessing methods (ground seed searching and ground region growing) have been utilized to obtain such a rough ground surface. The preprocessing derives an initial estimated ground surface to obtain the local slope for use by the DS filter. Obvious nonground points (e.g., large buildings and tall trees) are removed in ground region growing. Such a removal can ease the difficulties of filtering when applying the DS filter to point clouds. Figure 5 shows the procedure for the proposed DTM generation. After the ground seed searching and ground region growing, the remaining candidate ground points are then input to the DS filter. The DS filter’s resulting output comprises the final classified ground points. The process is thoroughly explained in the following subsections.

Fig. 5

Workflow of the proposed filtering algorithm for DEM generation.

JARS_8_1_083619_f005.png

3.1.

Ground Seed Searching

The very low points, which are denoted as noise points, are first removed in this process. The noise points are typically relatively lower than the other near points. Noise points do not usually group together. These noise points can be classified using the conditions that the noise points have relatively low elevation and are isolated. We utilize the TerraScan module for the noise point classification. When the noise points are removed, a conventional slope-based filter23 is applied to determine the best ground points to use as ground seeds. The conventional slope filter utilizes a fixed cone, with a shape controlled by a slope and its window size, which is applied to all point clouds. The slope must be set <0.3 based on our experiments to ensure that the searched points are ground points. The window size of the cone is the key parameter in this process, which must be set to a value larger than the longest side of objects (e.g., buildings). An urban area typically has large and dense buildings; thus, a wide window size should be set. However, a narrow window size is chosen to include numerous ground seeds. Based on our experiments and experiences, the window size is set at 20 to 70 m in cities and at 10 to 20 m in forest areas.

3.2.

Ground Region Growing and Dual-Directional Slope-Based Filtering

Once ground seeds are established, ground region growing can be conducted. This process refers to the determination of all possible ground points, in which some nonground points may be included. To implement this process, point clouds are segmented into numerous strips in both the horizontal and vertical directions in advance, as shown in Figs. 4(a) and 4(b). Thus, the neighboring relation between points can be established in each strip either in a horizontal or vertical direction. The region growing begins at each ground seed. If the elevation difference ΔH between the seed point po and its neighborhood pi is smaller than a threshold (T), then the neighborhood point (pi) is labeled as a new seed. The process continues until the difference exceeds the threshold or meets another seed. The threshold T is set according to the variations of the topographic relief. A large value of T is used in steep terrains (3 m in our experiments); otherwise, T is set not greater than 2 m. This process can generally remove obvious nonground points with elevations that are very high relative to the ground, that is, points representing such nonground elements as buildings or trees. All the selected ground seeds in this process may be considered as candidate ground points and will be further processed using the DS filters in the subsequent step. The candidate ground points are segmented into numerous LiDAR profiles, as mentioned in Sec. 2.3 and Fig. 4. The DS filtering algorithm is then applied to the generated profiles. Two parameters are needed for performing the DS algorithm. One parameter is the window size of the DS filter, which is set the same as the window size of the conventional filter used in ground seed searching (Sec. 3.1). The other parameter is the adaptive slope, which is derived based on the ground seeds covered by the window of the DS filter. After the DS filtering, the ground points are obtained.

4.

Experiments and Results

4.1.

Test Data and Filters

The DS filter was compared with some known filters, including the filter indicated in the commercial software TerraSolid. Test data were downloaded from the ISPRS website ( http://www.itc.nl/isprswgIII-3/filtertest/index.html). Fifteen data sets extracted from a variety of terrains (S11 to S42 in urban areas with an average point density range of 1.0 to 1.5 m and S51 to S71 in rural areas with an average point density range of 2.0 to 3.5 m) were tested. Ground truth data (results of manual filtering) and the test results obtained using eight various methods are also provided on the website. We chose all eight filtering results for comparison to our algorithm. Among these methods, Axelsson’s algorithm yields better results than the others in most of the 15 data sets in terms of total error. A detailed description of the chosen filters and the test data set can be found in Sithole and Vosselman’s study.21 The classification accuracy of our algorithm was also compared with that of some recently proposed filtering algorithms.

We applied the AS filter and TerraSolid module (TerraScan) to the test data. The filtering principle of TerraScan utilizes Axelsson’s algorithm.24 The advantages and shortcomings of the DS filter will be elucidated based on comparison to the results of the AS filter and TerraScan.

4.2.

Accuracy Assessment

Each point is classified as ground or nonground after filtering. A true positive (tp) occurs if a ground point is correctly classified as ground; a false negative (fn), which is also known as an omission error, occurs if a ground point is classified as nonground; a false positive (fp), which is also known as a commission error, occurs if a nonground point is classified as ground; a true negative (tn) occurs if a nonground point is correctly classified as a nonground. The commission errors usually cause a rough surface in the resulted DTMs and sometimes lead to a significant difference between the generated DTM and the real ground surface when a commission point’s elevation is higher than the ground. The omission error usually decreases the details of the ground surface, especially when the omission points represent a specific characteristic of the ground surface.

In this study, the classification results are judged in terms of type I error, type II error, total error, and Cohen’s kappa. All the assessment indices can be obtained using Eq. (2):

Eq. (2)

Total error=fp+fnN,Type I error=tntp+fn,Type II error=fntn+fp,Kappa=PoPc1Pc,
where N=tp+tn+fp+fn is the total number of inputs, Po=tp+tnN is the observed agreement, and Pc=(tp+fp)*(tp+fn)+(fn+tn)*(fp+tn)N2 is the chance agreement.

4.3.

Results and Analysis

The employed parameter values of the DS algorithm and the errors in each test site are shown in Table 1. The results indicate that the classification is generally better in urban areas (S11 to S42) than in rural areas (S51 to S71). This result could be due to the complexity of the surface features in the test area. Type I error, type II error, total error, and kappa values for the 15 samples processed using the eight methods in the report and our algorithm are compared in Tables 2 through 5, respectively. Based on the average of the four evaluation indices, the DS algorithm has the best performance in terms of type I error (3.42%), total error (4.32%), and kappa values (84.66%). Type II error is generally inverse to type I error for all the compared algorithms, of which the DS filtering algorithm has the worst result (9.28%). Such a result can be explained by the fact that filtering errors easily occur in the landscape boundary. The DS filter also needs geometric information in multidirections to judge a point, that is, either ground or nonground. When points locate near the landscape boundary, regions outside the test areas where no data were sensed will not provide the geometric information for the DS filtering algorithm to judge the points. Thus, filtering errors, either type I or II, could occur. Figures 6(d) and 6(h) show several example cases in which errors occurred near the boundaries when using the DS filter.

Table 1

The parameters and the classification accuracy of the dual-directional slope-based (DS) filter.

Parameter values of DS filterClassification accuracy
Study siteWindow sizeRegion threshold (T)Profile widthType I (%)Type II (%)Total error (%)Kappa (%)
S112531.510.9912.1511.4876.61
S122521.52.15.243.6392.73
S212521.50.963.81.5995.38
S223011.54.667.465.5387.20
S232021.54.805.275.0289.93
S242531.53.338.024.6288.44
S31500.51.50.422.721.4897.02
S413021.53.052.802.9394.15
S427011.52.382.682.5993.81
S5110123.8610.095.2284.91
S5230222.5717.934.1978.12
S5315125.5015.335.9051.03
S54300.522.764.083.4793.03
S6110221.4014.931.8774.84
S7135122.5926.675.3172.77
Avg.3.429.284.3284.66

Table 2

Comparison of type I error for the 15 samples processed by using eight tested methods from the ISPRS report and DS filter.

Study siteElmqvist (%)Sohn (%)Axelsson (%)Pfeifer (%)Brovelli (%)Roggero (%)Wack (%)Sithole (%)DS (%)
S1133.6326.5615.9628.2662.0033.1639.1237.6910.99
S1212.368.874.897.2929.6311.9211.9419.192.1
S2125.918.380.462.8111.3512.465.159.640.96
S2220.555.682.688.2531.1933.439.7329.294.66
S2318.747.253.6912.0850.2541.8818.4040.924.80
S2431.8013.173.388.5447.6330.4314.4132.793.33
S318.474.817.911.6021.753.033.154.850.42
S4114.4219.2525.8119.8532.4121.5517.6347.133.05
S424.301.014.688.0220.4013.3710.6512.182.38
S5149.3410.330.134.2128.231.9014.037.033.86
S5285.0512.341.7821.2750.439.8026.4930.412.57
S5392.4520.488.5812.5354.9317.8128.3338.415.50
S5427.916.721.2510.6649.541.0115.9312.382.76
S6191.282.961.947.1522.4519.6413.9422.391.40
S7175.191.260.149.7839.415.4118.8824.572.59
Avg.39.439.945.5510.8236.7717.1216.5224.593.42
Note: The bold value denotes the best performance in each study site.

Table 3

Comparison of type II error for the 15 samples processed by using eight tested methods from the ISPRS report and DS filter.

Study siteElmqvist (%)Sohn (%)Axelsson (%)Pfeifer (%)Brovelli (%)Roggero (%)Wack (%)Sithole (%)DS (%)
S114.3812.173.652.412.533.883.383.4912.15
S123.307.871.481.522.040.910.890.575.24
S211.7510.4018.531.641.560.002.310.673.8
S221.9111.915.873.081.791.012.370.987.46
S233.9912.794.343.812.381.942.582.095.27
S242.9813.817.458.952.871.703.263.488.02
S312.338.281.032.042.391.081.091.122.72
S410.853.201.891.570.462.740.491.652.80
S421.982.120.260.240.250.260.390.152.68
S511.605.6812.001.933.646.962.236.9910.09
S521.279.4814.215.683.849.661.043.5717.93
S530.1813.2416.7614.231.624.741.024.8115.33
S542.634.794.931.001.978.370.481.114.08
S610.073.656.230.170.000.580.250.2514.93
S710.229.5113.251.590.802.771.980.3426.67
Avg.1.968.597.463.321.883.111.582.089.28
Note: The bold value denotes the best performance in each study site.

Table 4

Comparison of total error for the 15 samples processed by using eight tested methods from the ISPRS report and DS filter.

Study siteElmqvist (%)Sohn (%)Axelsson (%)Pfeifer (%)Brovelli (%)Roggero (%)Wack (%)Sithole (%)DS (%)
S1122.4020.4910.7617.3536.9620.8024.0223.2511.48
S128.188.393.254.5016.286.616.6110.213.63
S218.538.804.252.579.309.844.557.761.59
S228.937.543.636.7122.2823.787.5120.865.53
S2312.289.844.008.2227.8023.2010.9722.715.02
S2413.8313.334.428.6436.0623.2511.5325.284.62
S315.346.394.781.8012.922.142.213.151.48
S418.7611.2713.9110.7517.0312.219.0123.672.93
S423.681.781.622.646.384.303.543.852.59
S5123.319.312.723.7122.813.0111.457.025.22
S5257.9512.043.0719.6445.569.7823.8323.534.19
S5348.4520.198.9112.6052.8117.2927.2437.075.90
S5421.265.683.235.4723.894.967.636.333.47
S6135.872.992.086.9121.6818.9913.4721.631.87
S7134.222.201.638.8534.985.1116.9721.835.31
Avg.20.879.354.828.0225.7812.3512.0417.484.32
Note: The bold value denotes the best performance in each study site.

Table 5

Comparison of kappa values for the 15 samples processed by using eight tested methods from the ISPRS report and DS filter.

Study siteElmqvist (%)Sohn (%)Axelsson (%)Pfeifer (%)Brovelli (%)Roggero (%)Wack (%)Sithole (%)DS (%)
S1156.6859.3478.4866.0931.8759.6253.8855.2476.61
S1283.6683.2193.5191.0067.786.8286.8279.7092.73
S2177.4075.3786.3492.5175.6374.7187.0679.3295.38
S2280.3082.0691.3384.6855.9753.5583.1658.3087.20
S2375.5980.1891.9783.5945.9154.6678.2155.5589.93
S2454.1367.5688.5078.4334.4752.2673.2149.0088.44
S3189.3187.0990.4396.3774.4595.6995.5693.6797.02
S4182.4677.4872.2178.5166.3175.6181.9751.9594.15
S4290.8695.8896.1593.6784.0489.5591.4590.6593.81
S5152.7475.4891.6889.6150.6391.1871.4180.6984.91
S529.3654.8583.6341.0215.8360.7536.2931.4678.12
S537.0520.0739.1330.835.9125.5916.6010.5151.03
S5455.8888.5693.5288.9350.2190.0984.4987.1893.03
S6110.3167.4974.5247.0919.2321.8129.6919.1574.84
S7126.2689.0791.4466.7525.7678.2848.3740.8172.77
Avg.54.4873.5884.1975.2746.9367.3467.8858.8884.66
Note: The bold value denotes the best performance in each study site.

Fig. 6

(a) and (e) show the contour maps of site S52 and S53, respectively. (b)–(d) are filtering error distribution of site S52 using AS filter (b), Terrascan (c), and DS filter (d). (f)–(h) are filtering error distribution of site S53 using AS filter (f), Terrascan (g), and DS filter (d). The filtering errors in the circle indicate the limitation of DS filter that it easily results in filtering errors when the points are near the boundary of the test area.

JARS_8_1_083619_f006.png

For all the compared filters, type II error is generally low (under 10% for each of the 15 data sets). However, type I error results can reveal the filtering ability of the eight methods. Types I and II error results indicate that all the filters are capable of removing more commission errors than omission errors (considering that a low type II error necessarily means few commission errors, and all the filters have low type II error for the 15 data sets). The results also show that the total error correlates well with type I error rather than type II error. When all the filters have similar performances for type II error, type I error becomes the key factor in determining their final classification results, that is, their total error.

We also compared the total error and kappa values of the DS filtering algorithm with some other leading edge presented algorithms after 2009. The comparison result shown in Table 6 indicates that our algorithm is as good as the compared algorithms, except Pingel et al.’s algorithm, that achieved the lowest total error and the highest kappa value.

Table 6

Average total error and kappa values of six different filters and DS filter.

Total errorKappa
Meng et al.579.90
Chang et al.64.6084.50
Mongus and Žalik145.6281.75
Chen et al.254.1186.27
Pingel et al122.9790.02
Mongus and Zalik264.41
DS algorithm4.3284.66

To further test the merit of the proposed DS filter with regard to handling ragged terrain, we applied and compared AS, TerraScan (using Axelsson’s algorithm), and the DS filter to study S52 and S53 which contain some ragged terrains. The spatial distributions of types I and II error for the three filters are shown in Fig. 6. The blue points in Fig. 6 indicate type I errors, which are mostly distributed on the ragged terrain. The results reveal that the AS algorithm has considerable type I errors [Figs. 6(b) and 6(f)]. Several of these type I errors are successfully avoided by the DS filter [Figs. 6(d) and 6(h)]. This result demonstrates the effectiveness of the modification from the AS filter to the DS filter by adding directional information. The TerraScan algorithm also performs better than the AS filter. However, the cliff in TerraScan algorithm’s results [Figs. 6(c) and 6(g)] erodes more than that in the DS algorithm’s results [Figs. 6(d) and 6(h)]. We also investigated the 3-D ground surfaces of S53 using the filtered ground points shown in Fig. 7. The ground surfaces were generated using the reference (a), AS-filtered (b), TerraScan-filtered (c), and DS-filtered ground points (d). The resulting ground surface generated using the DS algorithm can preserve sharp surfaces compared with that generated using AS and TerraScan algorithms. Therefore, the DS filter is more capable of keeping the ground points near the breaking lines rather than TerraScan and AS filters that tend to over-filter such ground points.

Fig. 7

Three-dimensional ground surface rendering of S53 by using the data from (a) reference ground points (considered as true ground surface), (b) AS ground points, (c) TerraScan ground points, and (d) DS ground points. The resulting ground surface generated using the DS algorithm can preserve sharp surface compared with that generated using AS and TerraScan algorithms (see the breaking lines inside the red polygon).

JARS_8_1_083619_f007.png

5.

Conclusions

Identifying numerous possible ground points to preserve the most key features of terrain relief is the ultimate aim of an automatic ALS data filter for DTM generation. Several well-designed filters can filter out most nonground points, but frequently classify some key-feature points located on ragged terrains into nonground points, which results in over-filtering. The proposed DS filter aims to overcome the over-filtering problem without losing filtering accuracy. This new filtering algorithm uses DS filters in vertical and horizontal axes. Each directional slope-based filter complements the other; thus, the over-filtered ground points can be re-included. In this way, the DS filter keeps the good properties of a slope-based filter and can adapt to rapidly varying topographical reliefs, such as mountains or hills. The experimental results based on the evaluation of total errors and kappa values show a significant improvement in terms of the accuracy and quality of the generated DTMs using the proposed filter. These results are especially promising for extremely uneven terrains.

A possible limitation of our proposed DS filter may occur when a dense forest with very few ground points available in the data set is scanned. The DS filter relies on the ground points to generate initial ground slope estimation for the use of the DS filter. However, insufficient ground points provide an unreliable slope parameter. The DS filter also needs ground points to discriminate the nonground points. As the number of ground points in a given area decreases, the commission errors increase. However, this limitation is common and is found in most other filters. A possible solution is to increase the overlapping ratio of flying strips when a DTM is wanted for a problematic terrain, such as in a dense forest.

Acknowledgments

This research received funding from the Headquarters of University Advancement at the National Cheng Kung University, which is sponsored by the Ministry of Education, Taiwan, ROC.

References

1. 

A. WehrU. Lohr, “Airborne laser scanning—an introduction and overview,” ISPRS J. Photogramm. Remote Sens., 54 (2–3), 68 –82 (1999). http://dx.doi.org/10.1016/S0924-2716(99)00011-8 IRSEE9 0924-2716 Google Scholar

2. 

M.-P. KwanD. M. Ransberger, “LiDAR assisted emergency response: detection of transport network obstructions caused by major disasters,” Comput. Environ. Urban Syst., 34 (3), 179 –188 (2010). http://dx.doi.org/10.1016/j.compenvurbsys.2010.02.001 0198-9715 Google Scholar

3. 

M. L. ClarkD. B. ClarkD. A. Roberts, “Small-footprint lidar estimation of sub-canopy elevation and tree height in a tropical rain forest landscape,” Remote Sens. Environ., 91 (1), 68 –89 (2004). http://dx.doi.org/10.1016/j.rse.2004.02.008 RSEEA7 0034-4257 Google Scholar

4. 

Q.-Y. ZhouU. Neumann, “Complete residential urban area reconstruction from dense aerial LiDAR point clouds,” Graphical Models, 75 (3), 118 –125 (2013). http://dx.doi.org/10.1016/j.gmod.2012.09.001 1524-0703 Google Scholar

5. 

X. Menget al., “A multi-directional ground filtering algorithm for airborne LIDAR,” ISPRS J. Photogramm. Remote Sens., 64 (1), 117 –124 (2009). http://dx.doi.org/10.1016/j.isprsjprs.2008.09.001 IRSEE9 0924-2716 Google Scholar

6. 

L.-D. ChangK. C. SlattonC. Krekeler, “Bare-earth extraction from airborne LiDAR data based on segmentation modeling and iterative surface corrections,” J. Appl. Remote Sens., 4 (1), 041884 (2010). http://dx.doi.org/10.1117/1.3491194 1931-3195 Google Scholar

7. 

E. P. Baltsavias, “A comparison between photogrammetry and laser scanning,” ISPRS J. Photogramm. Remote Sens., 54 (2–3), 83 –94 (1999). http://dx.doi.org/10.1016/S0924-2716(99)00014-3 IRSEE9 0924-2716 Google Scholar

8. 

A. Friedrich, “Airborne laser scanning—present status and future expectations,” ISPRS J. Photogramm. Remote Sens., 54 (2–3), 64 –67 (1999). http://dx.doi.org/10.1016/S0924-2716(99)00009-X IRSEE9 0924-2716 Google Scholar

9. 

T. H. Stevensonet al., “Automated bare earth extraction technique for complex topography in light detection and ranging surveys,” J. Appl. Remote Sens., 7 (1), 073560 (2013). http://dx.doi.org/10.1117/1.JRS.7.073560 1931-3195 Google Scholar

10. 

Z. Keqiet al., “A progressive morphological filter for removing nonground measurements from airborne LIDAR data,” IEEE Trans. Geosci. Remote Sens., 41 (4), 872 –882 (2003). http://dx.doi.org/10.1109/TGRS.2003.810682 IGRSD2 0196-2892 Google Scholar

11. 

J. L. Silván-CárdenasL. Wang, “A multi-resolution approach for filtering LiDAR altimetry data,” ISPRS J. Photogramm. Remote Sens., 61 (1), 11 –22 (2006). http://dx.doi.org/10.1016/j.isprsjprs.2006.06.002 IRSEE9 0924-2716 Google Scholar

12. 

T. J. PingelK. C. ClarkeW. A. McBride, “An improved simple morphological filter for the terrain classification of airborne LIDAR data,” ISPRS J. Photogramm. Remote Sens., 77 (0), 21 –30 (2013). http://dx.doi.org/10.1016/j.isprsjprs.2012.12.002 IRSEE9 0924-2716 Google Scholar

13. 

X. Liu, “Airborne LiDAR for DEM generation: some critical issues,” Prog. Phys. Geography, 32 (1), 31 –49 (2008). http://dx.doi.org/10.1177/0309133308089496 PPGEEC 0309-1333 Google Scholar

14. 

D. MongusB. Žalik, “Parameter-free ground filtering of LiDAR data for automatic DTM generation,” ISPRS J. Photogramm. Remote Sens., 67 (0), 1 –12 (2012). http://dx.doi.org/10.1016/j.isprsjprs.2011.10.002 IRSEE9 0924-2716 Google Scholar

15. 

K. KrausN. Pfeifer, “Advanced DTM generation from LIDAR data,” Int. Arch. Photogramm. Remote Sens., 34 (3/W4), 22 –24 (2001). Google Scholar

16. 

M. BartelsH. Wei, “Threshold-free object and ground point separation in LIDAR data,” Pattern Recognit. Lett., 31 (10), 1089 –1099 (2010). http://dx.doi.org/10.1016/j.patrec.2010.03.007 PRLEDG 0167-8655 Google Scholar

17. 

K. ZhangD. Whitman, “Comparison of three algorithms for filtering airborne Lidar data,” Photogramm. Eng. Remote Sens., 71 (3), 313 –324 (2005). http://dx.doi.org/10.14358/PERS.71.3.313 PGMEA9 0099-1112 Google Scholar

18. 

Q. Chenet al., “Filtering airborne laser scanning data with morphological methods,” Photogramm. Eng. Remote Sens., 73 (2), 175 –185 (2007). http://dx.doi.org/10.14358/PERS.73.2.175 PGMEA9 0099-1112 Google Scholar

19. 

G. Sithole, “Filtering of laser altimetry data using a slope adaptive filter,” Int. Arch. Photogramm., Remote Sens. Spat. Inf. Sci., 34 (3/W4), 203 –210 (2001). 1682-1750 Google Scholar

20. 

J. ShanA. Sampath, “Urban DEM generation from raw lidar data: a labeling algorithm and its performance,” Photogramm. Eng. Remote Sens., 71 (2), 217 –226 (2005). http://dx.doi.org/10.14358/PERS.71.2.217 PGMEA9 0099-1112 Google Scholar

21. 

G. SitholeG. Vosselman, “Experimental comparison of filter algorithms for bare-Earth extraction from airborne laser scanning point clouds,” ISPRS J. Photogramm. Remote Sens., 59 (1–2), 85 –101 (2004). http://dx.doi.org/10.1016/j.isprsjprs.2004.05.004 IRSEE9 0924-2716 Google Scholar

22. 

C.-K. WangY.-H. Tseng, “DEM generation from airborne lidar data by an adaptive dual-directional slope filter,” Int. Arch. Photogramm., Remote Sens. Spat. Inf. Sci., 38 (Part 7B), 628 –632 (2010). Google Scholar

23. 

G. Vosselman, “Slope based filtering of laser altimetry data,” Int. Arch. Photogramm. Remote Sens., 33 (Part B3), 935 –942 (2000). Google Scholar

24. 

P. Axelsson, “DEM generation from laser scanner data using adaptive TIN models,” Int. Arch. Photogram. Remote Sens., 33 (B4/1), 110 –117 (2000). Google Scholar

25. 

C. Chenet al., “A multiresolution hierarchical classification algorithm for filtering airborne LiDAR data,” ISPRS J. Photogramm. Remote Sens., 82 1 –9 (2013). http://dx.doi.org/10.1016/j.isprsjprs.2013.05.001 IRSEE9 0924-2716 Google Scholar

26. 

D. MongusB. Zalik, “Computationally efficient method for the generation of a digital terrain model from airborne LiDAR data using connected operators,” IEEE J. Sel. Top. Appl. Earth Observations Remote Sens., 7 (1), 340 –351 (2014). http://dx.doi.org/10.1109/JSTARS.2013.2262996 1939-1404 Google Scholar

Biography

Cheng-Kai Wang is a PhD candidate in the Department of Geomatics at National Cheng Kung University, Taiwan. He received his MS degree in the Department of Civil Engineering at National Taiwan University, Taiwan, in 2007. His research interests include LiDAR applications, pattern recognition, and image processing.

Yi-Hsing Tseng is a professor of the Department of Geomatics at National Cheng Kung University (NCKU), Taiwan. He received his BS degree in civil engineering and his MS degree in photogrammetry from NCKU in 1980 and 1982, respectively. He obtained his PhD degree in geodetic science and surveying from the Ohio State University in 1992. He is currently the editor-in-chief of the Journal of Photogrammetry and Remote Sensing published by CSPRS.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Cheng-Kai Wang and Yi-Hsing Tseng "Dual-directional profile filter for digital terrain model generation from airborne laser scanning data," Journal of Applied Remote Sensing 8(1), 083619 (5 June 2014). https://doi.org/10.1117/1.JRS.8.083619
Published: 5 June 2014
Lens.org Logo
CITATIONS
Cited by 8 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Digital filtering

Data modeling

Clouds

Optical filters

LIDAR

Airborne laser technology

Error analysis

RELATED CONTENT

Filter algorithm for airborne LIDAR data
Proceedings of SPIE (November 15 2007)
A study of lidar-based sense making and topographic mapping
Proceedings of SPIE (November 19 2012)

Back to Top