OVER the past decade, Light Detection and Ranging

Size: px
Start display at page:

Download "OVER the past decade, Light Detection and Ranging"

Transcription

1 340 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 Computationally Efficient Method for the Generation of a Digital Terrain Model From Airborne LiDAR Data Using Connected Operators Domen Mongus, Member, IEEE, and Borut Žalik, Member, IEEE Abstract This paper proposes a new mapping schema, named mapping, for filtering nonground objects from LiDAR data, and the generation of a digital terrain model. By extending the CSL model, mapping extracts the most contrasted connected-components from top-hat scale-space and attributes them for an adaptive multicriterion filter definition. Areas of the most contrasted connected-components and the standard deviations of contained points levels are considered for this purpose. Computational efficiency is achieved by arranging the input LiDAR data into a grid, represented by a Max-Tree. Since a constant number of passes over the grid is required, the time complexity of the proposed method is linear according to the number of grid-cells. As confirmed by the experiments, the average CPU execution time decreases by nearly 98%, while the average accuracy improves by up to 10% in comparison with the related method. Index Terms CSL model, digital terrain model, LiDAR, mathematical morphology, mapping. I. INTRODUCTION OVER the past decade, Light Detection and Ranging (LiDAR) technology has established a leading role within spatial data acquisition [1], [2]. Mounted on aircraft, airborne LiDAR systems use a short wavelength laser light in order to gather data from the Earth s surface at high precision and density. The distance from the observed object is estimated by the time-delay between the transmission of the laser-pulse and the detection of its reflection [3]. The position of the LiDAR scanner is defined by a supplementary global positioning system (GPS), whilst the inertial measurement unit (IMU) and the scan-angle measurement allow for the establishing of an angular orientation of the emitted pulse. In this way, the recorded points are georeferenced. Moreover, by distinguishing between the different reflections of each emitted Manuscript received February 25, 2013; revised April 08, 2013; accepted April 30, Date of publication May 29, 2013; date of current version December 18, This work was supported by the Slovenian Research Agency under grants L2-3650, and P The paper was produced within the framework of the operation entitled Centre of Open innovation and ResEarch UM. The operation is co-funded by the European Regional Development Fund and conducted within the framework of the Operational Programme for Strengthening Regional Development Potentials for the period , development priority 1: Competitiveness of companies and research excellence, priority axis 1.1: Encouraging competitive potential of enterprises and research excellence. The authors are with the Faculty of Electrical Engineering and Computer Science, University of Maribor, SI-2000 Maribor, Slovenia ( domen. mongus@uni-mb.si; zalik@uni-mb.si; website: Digital Object Identifier /JSTARS laser-pulse, LiDAR systems are capable of penetrating through vegetation cover and recording the terrain beneath it[4].it s for these reasons that LiDAR data is widely exploited for generating those high-resolution digital terrain models (DTM) essential for numerous geographical applications and geospatial analysis [5] [7]. Since LiDAR systems do not distinguish between terrains and on-the-surface objects (e.g., buildings, vegetation, or vehicles), the first step towards DTM generation is to separate the point-clouds into ground and non-ground points. Due to huge LiDAR point-clouds, the lack of topology, and geometrical similarities between ground and non-ground features, such a LiDAR data filteringhasproventobedifficult [8], [9]. Various approaches have been explored for this purpose [8], [10], [11], from amongst which slope-based, linear prediction-based, and morphological methods are used most often [9], [11]. By comparing gradients between neighboring points, slope-based methods [12] [15] are relatively successful on fairly flat areas, whilst their accuracies decrease regarding steep terrains [8], [9]. Linear prediction-based methods use rough surface approximation in order to estimate terrain configuration and perform filteringbasedonpoints level difference from those surfaces [4], [16] [18]. Accordingly, they have difficulties in preserving terrain details (e.g., sharp ridges and cliffs) and tend to misclassify minute objects [8], [9]. On the other hand, morphological filters are fairly robust for steep terrains and are capable of removing minute objects and preserving terrain details. By applying operations of mathematical morphology (e.g., grayscale morphological opening), the extent to which objects are removed depends on the used structuring element [10], [19] [21] or, more generally, on the used attribute [22]. Filtering using a small structuring element only removes minute objects, whilst large objects (e.g., buildings) remain intact. On the other hand, filtering with a large structuring element flattens the protruding terrains details (e.g., mountain peaks, sharp ridges, and cliffs). A suitable definition of the structuring element is, therefore, a major challenge for morphological methods [8], [9], [21]. An early approach for coping with this problem was proposed by Kilian et al. [23]. Their method applies morphological filtering with a gradually increasing structuring element, where threshold is performed during each iteration. A weight is then assigned to each point accordingtothesizeofthestructuring element by which the point is still recognized as a ground-point. The actual DTM is estimated based on surface approximation using weighted points. Arefi and Hahn [24] proposed a method for DTM generation based on morphological reconstruction. This method ar IEEE

2 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL 341 ranges the input LiDAR data into a grid, from which a set of marker images is obtained by subtracting a sequence of constant values. Reconstruction is then performed by geodesic dilation on each marker image and DTM is obtained by thresholding the points level differences between the initial grid and the reconstructed grid. Zhang et al. [20] proposed a progressive method for those terrains with constant inclinations, where level differences are compared before and after morphological opening with a gradually increasing structuring element. Points are filtered according to the thresholds defined for each structuring element. The process concludes when the structuring element becomes larger than the predetermined size of the largest contained object. Although this approach was adopted for terrains with changing inclines by Chen et al. [21], it still depends on a set of tunable parameters by which additional knowledge about the studied area is included within the filtering process. Kobler et al. [25] proposed a method for enhancing the accuracies of filtering algorithms on steep slopes. After the initial filtering has removed all low outliers and many, but not necessarily all of the high outliers, repetitive interpolation based on randomly selected points is proposed. Another way of improving the accuracies of filters is by using full-waveform LiDAR data. Since the full-waveform LiDAR system records the whole backscattered waveform, additional information (e.g., the amplitude and width of the backscattered echo) can be used in order to remove some, but not all, the points prior to their actual filtering, as shown in [26]. On the other hand, Mongus and Žalik [27] proposed LiDAR data-filtering by gradually increasing the resolution of the generated DTM. This method iterates a thin-plate spline (TPS) interpolated surface towards the ground, whilst the points residuals from the surface are thresholded. Since TPS is performed at each step, the method is computationally relatively demanding. Computational complexity was, moreover, a common problem of the related methods, as time-efficient algorithms for DTM generation from LiDAR data had not as yet been introduced. This paper presents a new method for accurate and time-efficient DTM generation from LiDAR data. A new scheme, named mapping, is proposed for extracting the most-contrasted connected-components (image regions consisting of iso-tone and pairwise connected pixels) and estimating their attributes for use in multi-criterion filter definition. In order to achieve high computational efficiency, this method relies on connected operators and their implementation using a Max-Tree structure [28]. Formal definitions of the morphological operators used by the proposed method, are given in Section II. In Section III, the new method is proposed and its implementation explained. In Section IV, a discussion on computational complexity is given and the results in terms of the accuracy are shown. Section V concludes the paper. DEFINITIONS OF UNDERLYING MORPHOLOGICAL OPERATORS Let beagridand a structuring element. Notation defines a squared-shape structuring element of size, whilst the connected operators are denoted as follows: is the opening by reconstruction, is the closing by reconstruction, and is an area opening [29], [30]. The differential area profiles (DAPs), introduced in [31], are computed from area opening and closing granulometries. A granulometry is an ordered sets of connected attribute filters with increasing threshold parameter. Granulometry with members can be defined by a vector of area thresholds,where such that. is a vector containing response-values obtained at. A positive response vector of DAP at is then defined by a top-hat scale-space computed from.thus,itisan( )-long vector given by On this basis, Ouzounis et al. [32] have recently extended the so-called MSLS-segmentation schema (introduced by Pesaresi and Benediktsson in [33]) to an equivalent transform using connected area openings instead of openings by reconstruction. Additional optimization led to the development of the CSL model [34], which is essentially a compact representation of a DAP vector-field that maps three characteristic parameters of each point, namely: maximal response, associated scale, and level of before the iteration of the respective attribute filter. Since during LiDAR analysis we are interested in foreground structures represented by bright connected components with respect to their local background, we focus on the positive instance of the DAP. Extracting the CSL parameters from the latter reduces to computing the following Thus, contains the strongest reduction achieved at each,whilst contains those attribute values that lead to these changes. The MSLS-segmentation schema and the CSL model, therefore, allow for flexible extraction of maximal responses, whilst they are computationally efficient using the Max-Tree structure, as explained in [32]. It is for these reasons that they are used as a framework for LiDAR data filtering. II. LIDAR DATA FILTERING The proposed method for DTM generation from LiDAR data relies on extracting the most-contrasted connected-components in order to remove non-ground objects. mapping is introduced for this purpose, which is essentially an extension of the CSL model that allows for the estimation of multiple increasing and non-increasing attributes. Thus, it allows for a robust multi-criterion threshold definition. The area of the most-contrasted connected-components and a standard deviation of the contained points levels are used for this purpose. More concretely, the proposed method consists of the following four steps: 1) Initialization arranges the input LiDAR dataset into the grid. 2) Removalofoutliersisperformedinordertoremoveany high-frequency noise that may cause inaccurate estima- (1) (2) (3) (4)

3 342 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 tion of standard deviation within the connected components. 3) Extraction of the most-contrasted connected-components is performed using mapping from the top-hat scale-space. 4) Object-filtering is finally achieved based on multicriterion filter definition. In continuation, a detailed description of these steps is provided, and those implementation details explained that lead to the high computational efficiency of the proposed method. A. Initialization In order to establish connectivity between points, the input LiDAR point-cloud is subsampled into a grid, where each grid-cell is defined by the lowest contained point. The resolution of relates to the desired resolution of the final DTM, and is limited by the point-density of the LiDAR data in order to accurately estimate the levels of the empty grid-cells.sufficient accuracies are achieved by letting, whilst several interpolation methods (a review of spatial interpolation methods is given in [35]) can be used in order to obtain accurate estimations for. Inverse distance weighting (IDW) is used in our case, since it gives the more accurate results on terrains with high coefficients of variation [35], where ground-filtering algorithms tend to be less accurate. Since IDW produces values within the levels of the neighboring points, it does not introduce outliers to (in contrast to e.g., thin plate spline interpolation). As explained in [36], it produces smooth (in contrast to e.g., linear-interpolation methods), oscillation-free (in contrast to e.g., high degree polynomial interpolations) surfaces and is for these reasons, the most common form in GIS. IDW gives an estimation for by where is the full grid-cell, is the Euclidean distance of from, is the power parameter that defines the smoothness of the interpolation, and determines the data-sampling neighborhood. Since IDW is not the most computationally efficient interpolation method, relatively small is used. As shown in [35], accurate results are obtained by letting,where contains no less than the three closest points. B. Removal of Outliers After is constructed, low-outliers (points lying well below the ground as a consequence of multi-path errors, or errors in the laser range finder) are removed. Since this high-frequency noise disturbs the standard deviation of points levels used as a filtering attribute of the most contrasted connected-components, an additional step prior to filtering is performed for their removal. Low outliers are relatively rare and closing by reconstruction using a relatively small structuring element represents an efficient way of removing them. Nevertheless, closing by reconstruction also removes isolated ground points, e.g., beneath (5) Fig. 1. Digital surface model generated (a) before and (b) after removal of outliers. dense vegetation. As explained in [27], opening with slightly a larger structuring element should therefore be performed prior to closing, leading to an alternating filter defined by where describes the extent of the used structuring element. Although the minimal value of may vary between different datasets, low-outliers rarely occupy an area greater than 7 7 grid-cells, leading to. Moreover, high-outliers (i.e., isolated points well-above the ground) and small objects are also removed in this way. Fig. 1 illustrates the obtained results. C. Extraction of the Most-Contrasted Connected-Components Since the ground is considered as a smooth continuous surface [37], [38], regions with large level differences from their surroundings most probably describe objects and should, therefore, be removed. The extraction of these the most-contrasted connected-components is achieved through the CSL model. According to (6) (8), a suitable area threshold vector is defined first. The removal of objects smaller that 9 9, performed in the previous step, allows us to define the smallest area of interest by letting.thedefinitions of each next member of the underlying granulometry can then be given as, whilst the value defines the largest area of interest and should correspond to the area of the largest contained object. A positive response vector of DAP can, therefore, be obtained by letting When extracting maximal responses from, limited prevents the critical masking of low objects (in contrast to e.g., ultimate opening [39]), whilst a constant 81 defines an area by which an object can be attached to its surroundings and still be detected successfully. It can be shown that CSL mapping defined by allows identification of the most-contrasted connected-components. Namely, a peak connected component, where, is a connected component of the threshold (6) (7)

4 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL Fig. 2. performed on (a), where (b), (c), and (d) have been normalized.,, and set of the input grayscale image at level, whilst is the component ID. has a maximal contrast (or saliency according to [34]) at point with respect to the given area-zone decomposition if there exists a (8) When there is no such, the contrast of against its surroundings is equal to 0 and can, therefore, be recognized as a ground-point. On the other hand, there can be more than one connected-component that registers the highest contrast. In compliance with the CSL model, a further condition complementing (8) is that. This, the first instance of the most-contrasted connected-component conalong the threshold vector, is denoted as. An taining arbitrary attribute of can then be computed by ignoring its nesting properties since the component itself defines an explicit region of interest. In our case, such a property is highly desirable since the non-ground objects contained in LiDAR pointclouds are of different shapes and sizes requesting examination of multiple attributes in order to achieve accurate filtering. Let be a function that estimates an arbitrary attribute. Mapping that exof tracts the characteristic parameters of the most-contrasted connected-components with an area attribute from is given as (9) (10) (11) Amongst the various attributes (a survey and evaluation of 3D shape descriptors is given in [40]) that can be considered for, a 343 are obtained from (e) the input LiDAR dataset. In all cases, the intensity values standard deviation of the points levels within a peak connected component is proposed here. Since man-made objects tend to be planar by their nature and the removal of outliers performed during the previous step additionally flattens non-ground features (e.g., trees), they can be identified by low deviations of the points levels. More important, standard deviation can be computed progressively (see Section III-E for details) and can, therefore, be efficiently estimated for all the nested connected-components. Fig. 2 demonstrates the obtained results. D. Point-Filtering Following on from the definition of, three thresholds are used for LiDAR data filtering, as follows: 1) corresponds to the area of the largest contained object and is used during mapping definition as ; 2) defines the maximal roughness of the contained objects and is used to filter ; 3) is used for filtering and defines the level difference by which a nonground object should be above the neighborhood in order to be recognized. Using multiple thresholds, a robust filter definition can be given, excluding the need for additional refinements by the user. First, in order to generate an accurate DTM, a certain number of ground-points have to be contained in. As confirmed by the results, sufficient accuracy is achieved by, where is an area of. Moreover, by letting 25.0 m, we ensure that the large mountain peaks remain well-preserved. Although and are experimentally defined and their optimal value may be dependent on, they are only used to achieve sufficient accuracy under exceptional circumstances (e.g., when does not contain an object), whilst actual filtering is achieved by thresholding. Since the ground is a continuous surface, significantly lower values are expected when considering

5 344 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 TABLE I THE COMPARISON OF TERRAIN-FILTERING ACCURACY BETWEEN TERRASCAN, MONGUS AND ŽALIK [27], AND THE PROPOSED ALGORITHM ON ISPRS BENCHMARK DATASETS the ground in comparison to nonground points. Nevertheless, the definition of is not as obvious since low nonground objects may still produce mild responses, whilst those responses obtained in the cases of mountain peaks and sharp ridges may be strong. In addition, the obtained responses depend on the resolution of given by. The proposed definition for should therefore consider the global characteristics of (namely,,, and the standard deviation within given by ), whilst it should still be able to adopt the local properties of (namely, and ) in order to achieve sufficient accuracy regarding variable slopes. Setting the upper limit ensures that those connected components causing large discontinuities are recognized as nonground. Since small and increase the probability of belonging to a nonground object, lower is used in these cases. Finally, setting the lower limit to ensures that smoothly connected components are recognized as ground. On this basis, for a given point is defined as Thus, a grid of ground-points is obtained from by (12) or otherwise. (13) Finally, to produce a continuous DTM, the levels of the removed points from (marked as ) are interpolated using IDW (as described in Section III-A). E. Filter Implementation The proposed implementation uses Max-Tree representation (introduced in [28]) of a grid. The Max-Tree hierarchically arranges flat-zones in increasing according to their levels from the root of the Max-Tree towards its leaves. The root of the Max- Tree associates with a single component that corresponds to the image background (i.e., the global minimum of ), whilst the leaves of the tree correspond to regional maxima (i.e., peak components each represented to its full extent by a single flat zone of ). A Max-Tree node associates with a set of flat zones for which exists a unique mapping to a peak component. Each Max-Tree node contains a link to its child and those auxiliary data needed for the computation of the component attributes. That is, the lowest level contained within the related connected-component, its area (measured in the number of grid-cells, whilst the actual area is obtained by ) and the standard deviation of the contained point levels.sinceamax-treeisawellknown structure, its construction is not described here. A recursive flood-fill algorithm driven by hierarchical first-in-first-out (FIFO) queues is described in [41], whilst [42] describes an efficient parallel algorithm. Our implementation of DAP relies on [32]. Thus, only an explanation of the required attributes is given in more detail. This is achieved over the following three steps (subscription refers to the node, represents its child, and is an index describing progression): 1) is defined by the level of the corresponding flat-zone and is not propagated; 2) is initially defined by the area of the corresponding flatzone, to which the sum of the areas of the child-nodes is added ( );

6 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL 345 TABLE II DETAILED DESCRIPTION OF THE TESTING DATASETS (* FEATURE IS CONTAINED IN THE SAMPLE, ** SAMPLE IS CHARACTERIZED BY THE FEATURE) 3) is progressively estimated using the initial second moment andanaveragelevel of a flat-zone by [43] (14) mapping is performed in a single pass through the Max-Tree. is obtained by recursively selecting, whilst and are obtained from the corresponding and, accordingly. After these attributes are estimated, a threshold is performed and the corresponding node is marked by, if failing the threshold. Filtering is, in this way, achieved during the same pass. III. RESULTS A. Overall Filtering Efficiency The proposed implementation requires one pass over in order to construct the Max-Tree, whilst two passes through the Max-Tree are needed in order to achieve LiDAR data filtering (one pass is used to attribute nodes and one for thresholding them). As explained in [29], the reconstruction process used during the removal of outliers demands the extraction of regional maxima and a single pass over. Thus, the removal of outliers costs one erosion with a structuring element of size 9 9, one dilation with a structuring element of size 7 7, and a reconstruction process performed over two passes, leading to four operations per pixel. In total, each pixel is processed no more than eight times (in the worst case, the flat-zones consist of 1 pixel making one pass over the Max-Tree equal to one pass over ),whereatmosta9 9 neighborhood is observed. The proposed method is, therefore, computationally efficient and its time complexity is linear in regards to the number of grid-cells. In order to practically evaluate the proposed method, we implemented it in C++ under the Microsoft Windows 7 operating system. A personal computer with Intel Core i7 CPU and 8 GB of main memory was used for testing. Images were created using LiDAR Live (available at [44], with iso-surface rendering applied over triangulated DTMs. The proposed method was compared with the parameter-free method [27] and with the semi-automatic commercial

7 346 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 TABLE III THE COMPARISON OF ACCURACY AND TIME-EFFICIENCY BETWEEN [27] AND THE PROPOSED METHOD ON SAMPLES COMMONLY USED IN PRACTICE TODAY software Terrasolid TerraScan, where a specific set of parameters for each particular terrain type was used, as recommended by the developers. The first tested dataset was a benchmark dataset provided by the International Society for Photogrammetry and Remote Sensing (ISPRS) Commission III/WG2 ( It consists of 15 samples with point-spacing between 1 and 1.5 m in the urban (samples samp11 to samp42 in Table I) and between 2 and 3.5 m in the rural areas (samples samp51 to samp71 in Table I). Each sample contains particular features, described by Sithole and Vosselman [45] as difficult cases, where the filtering algorithms are likely to fail. The accuracy of the proposed method isshownintablei.thetype I error gives the percentage of the rejected ground points, whilst Type II error is the percentage of accepted object points. Although TerraScan uses a set of tunable parameters, by which additional knowledge about the studied area is passed to the algorithm, the proposed method produces a significantly lower average total error. Moreover, the proposed method reduces the average total error by more than 20% in comparison to [27] and shows lower dependency on the data density (average total error in cases of low density samples samp51 to samp71 is comparable to the total average). However, lower accuracy is achieved in the cases of samp23 and samp51, asshownin Fig. 3. Since Type I is increased in the former and Type II in the latter cases, the reasons for these exceptions can be related to the particular characteristics contained within those test samples. In the case of samp23, the rejected ground-points are associated with those terrain discontinuities appearing close to the edge of the LiDAR dataset, whilst samp51 implies an advantage of [27] over the proposed method when removing vegetation on slopes. The second dataset was selected in order to further analyze the performance of the proposed method. The test samples were chosen according to those specific features Fig. 3. Generated DTMs from (a) samp23 and (b) samp51 and (c) and (d) obtained errors. exposed in [8] as being particularly difficult. Their point-density was between 4 and 30 points per square-meter, since such samples are commonly used in practice today. Details on the test dataset are given in Table II. In order to obtain accurate ground comparisons, the test samples were first processed using semi-automatic TerraScan software and the errors were manually corrected. In the interest of proving the computational efficiency of the proposed method, an output grid resolution was defined by,and the results are shown in Table III. In terms of computational efficiency, the results in Table III confirm the linear time complexity of the proposed method. On average, 2.0 s per grid-cell is spent on standard deviation amongst measurements equal to In comparison to [27], CPU time is decreased by nearly 98%, and the average total error by nearly 10%. In terms of accuracy, the more significant improvements are achieved for samples 10, 11, and 12, whilst the highest total error is equal to 4.5% in the case of sample 5.

8 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL 347 Fig. 4. Removal of [(a) and (c)] large object from sample 12 [(b) and (d)] for generating DTM (d). Fig. 5. Removal of [(a) and (c)] low and small objects from sample 8 for [(b) and (d)] generating DTM. In order to highlight the filtering performance, the accuracies of the particular filtering features are discussed in details. B. Outliers Although outliers are rare and their removal insignificantly affects the total accuracy of the method, they have a strong influence on the local geometry of the final DTM. Especially low outliers may often lead to an erosion of their surrounding ground-points if left undetected [8]. By removing low-outliers prior to ground-filtering, this is successfully avoided in all the test samples from Tables I and III. C. Complex Objects This category exposes features of objects, that may prevent their correct removal as follows. Large objects are difficult to detect since their sizes often exceed the sizes of the neighborhood that is observed by the filter. In our case, the used area threshold is defined as 20% of the input data area. Thus, the size of an object does not have any influence on the filter performance, as long as the input LiDAR dataset is sufficiently large. Fig. 4 illustrates the removal of a large object by the proposed method. Small and low objects represent an inverse problem, where these objects are missed by the filter due to their low point

9 348 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 Fig. 6. Removal of [(a) and (c)] complex-shaped objects and the preservation of disconnected ground in sample 9 for [(b) and (d)] generating DTM. count or low level differences with their surroundings. In our case, objects with small areas (e.g., poles, pylons, and cranes) and low objects (e.g., vehicles, fences, and hedges) are straightforwardly filtered, most of them prior to filtering during the removal of the outliers. Fig. 5 shows a DTM generated from test sample 8 of Table III. The shapes of complex objects may be difficult to recognize and, therefore, difficult to filter. Since the proposed method does not use contour-based shape descriptors, the objects are filtered regardless of their boundaries shapes. However, standard deviation when used as a surface descriptor may cause difficulties when filter connected objects of vastly different levels (since the standard deviation threshold is set at 25.0 m, only objects with level differences greater than 50 m may not be removed). Nevertheless, even in these rare cases, only lower objects would be recognized as ground. It can therefore be claimed that the proposed method is capable of removing objects of complex shapes, as shown in Fig. 6. All the complex-shaped objects from both test datasets were successfully removed. Disconnected terrains, such as courtyards, are often absorbed by the surrounding objects regions, especially when using region-growing algorithms. Since mapping is based on level comparison between nested peak components, it compares the disconnected terrains with objects outer surroundings. In this way, it allows for their preservation, as shown in Fig. 6. D. Attached Objects Filtering attached objects, such as bridges and buildings on steep slopes, is the main drawback of the proposed method. Since connected operators cannot introduce a new edge or modify an existing one they are generally unable to filter attached objects. Although area opening allows for filtering objects above the attaching-point (e.g., an overpasses can be accurately removed), it is unable to remove flat or convex bridges and buildings below the attaching-point. This is the reason for the greater than average total errors in the cases of samp11 and samp71 from Table I, and increased Type II errors in test samples 5 and 7 from Table III. Fig. 7 shows an example of where one bridge is removed due its mild discontinuity, whilst one remains well-preserved. E. Vegetation Low vegetation and vegetation points on steep slopes are often difficult to filter due to their small elevation differences with the ground. Nevertheless, when a sufficient vegetation penetration ratio is achieved, the proposed method accurately removes the vegetation points of both types during the removal of the outliers, prior to extraction of the most-contrasted connected-components (see Fig. 8). Although the method proposed in [27] is specially adapted for this purpose, the proposed method performs better in several cases (see the results of samples 3, 4, and 8 in Table III). Nevertheless, when a low penetration rate is achieved on steep slopes, filtering low vegetation becomes similar to filtering attached objects. This is the reason for the increased Type II error in the case of samp51 from Table I. Repetitive interpolation, as proposed in [25], provides the solution to this problem. F. Discontinuity Since the maximal response obtained by mapping is dependent on the smallest level difference between two nested connected-components, terrain discontinuities and sharp ridges do not usually cause significant concerns. However, when such discontinuities appear near the boundary of the input dataset and a corresponding ground feature is only partially contained, a relatively significant maximal response can still be obtained. In particular, this is the reason for a relatively large Type I error

10 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL 349 Fig. 7. Removal of [(a) and (c)] bridges from sample 7 for [(c) and (d)] generating DTM. Fig. 8. Removal of [(a) and (c)] vegetation on a steep slope from sample 3 [(b) and (d)] for generating DTM. in the cases of samp22 from Table I. This drawback is only mitigated by limiting the area and standard deviation attributes, but it can be successfully solved by overlapping neighboring datasets if available. Fig. 9 illustrates the preservation of terrain discontinuities on sample 5 from Table III. Since this test sample additionally contains attached objects and vegetation on steep slopes, the lowest accuracy is achieved (total error is equal to 4.5%) in this particular case. Similar circumstances are contained in samp11 from Table I. IV. CONCLUSION This paper describes a new approach for the DTM generation from LiDAR data. The proposed method extends the CSL model in order to obtain sufficient characteristics of the input LiDAR data. LiDAR data is arranged into a grid for this purpose, where connected components belonging to nonground objects are thresholded according to their areas and standard deviations of contained points levels. Using Max-Tree, a constant number of passes through the grid is required leading to time-complexity that is linear according to the number of grid-cells. Although the proposed method has difficulties when removing attached objects, which is a common weakness of used connected operators, it is accurate when filtering a great majority under particularly hard circumstances, where even parameter-dependent methods are likely to fail. As confirmed by the results, the proposed method is less affected by data

11 350 IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 7, NO. 1, JANUARY 2014 Fig. 9. Preservation of [(a) and (c)] discontinuous terrain from sample 5 for [(b) and (d)] generating DTM. density than the compared method. Further comparison also showed a decrease in the average CPU execution time of nearly 98%, whilst the accuracy improved by more than 20% on the ISPRS benchmark test dataset, and nearly 10% on those samples commonly used in practice today. Moreover, an efficient data filtering achieved over the proposed mapping promises advances on automated object extraction from LiDAR data, which will be considered in future work. ACKNOWLEDGMENT The authors would like to thank the Geoin, d.o.o. company for providing the test LiDAR data. REFERENCES [1] M. Rivas, J. Maslanik, J. Sonntag, and P. Axelrad, Sea ice roughness from airborne LiDAR profiles, IEEE Trans. Geosci. Remote Sens., vol. 44, no. 11, pp , [2] S. Mills, M. Castro, L. Zhengrong, C. Jinhai, R. Hayward, L. Mejias, and R. A. Walker, Evaluation of aerial remote sensing techniques for vegetation management in power-line corridors, IEEE Trans. Geosci. Remote Sens., vol. 48, no. 9, pp , [3] D. F. Maune, Aerial mapping and surveying, in Land Development Handbook, 3rd ed. New York, NY, USA: McGraw-Hill Professional, 2008, pp [4] M. A. Brovelli, M. Cannata, and U. M. Longoni, LiDAR data filtering and DTM interpolation within GRASS, Trans. GIS, vol. 8, no. 2, pp , [5] B. Sirmacek, H. Taubenbock, P. Reinartz, and M. Ehlers, Performance evaluation for 3-D city model generation of six different DSMs from air- and spaceborne sensors, IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens., vol. 5, no. 1, pp , [6] R. Dinuls, G. Erins, A. Lorencs, I. Mednieks, and J. Sinica-Sinavskis, Tree species identification in mixed Baltic forest using LiDAR and multispectral data, IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens., vol. 5, no. 2, pp , [7] A. O. Onojeghuo and G. A. Blackburn, Characterising reedbeds using LiDAR data: Potential and limitations, IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens., vol. 6, no. 2, pp , [8] G. Sithole and G. Vosselman, Experimental comparison of filter algorithms for bare earth extraction from airborne laser scanning point clouds, ISPRS J. Photogramm. Remote Sens., vol. 59, no. 1 2, pp , [9] X. Liu, Airborne LiDAR for DEM generation: Some critical issues, Progress in Phys, Geograph., vol. 32, no. 1, pp , [10] K. Zhang and D. Whitman, Comparison of three algorithms for filtering airborne LiDAR data, Photogramm. Eng. Remote Sens., vol. 71, no. 3, pp , [11] M. Bartels and H. Wei, Threshold-free object and ground point separation in LiDAR data, Pattern Recognit. Lett., vol. 31, no. 10, pp , [12] G. Vosselman, Slope based filtering of laser altimetry data, Int. Archives of Photogramm. Remote Sens., vol. 33, pp , [13] G. Sithole, Filtering of laser altimetry data using a slope adaptive filter, Int. Archives of Photogramm. Remote Sens., vol. 34, no. 3/W4, pp , [14] J. Shan and A. Sampath, Urban DEM generation from raw LiDAR data: A labeling algorithm and its performance, Photogramm. Eng. Remote Sens., vol. 71, no. 2, pp , [15] C. Wang and Y. Tseng, DEM generation from airborne LiDAR data by an adaptive dualdirectional slope filter, Int. Archives Photogramm., Remote Sens., Spatial Inf. Sci., vol. 38, no. 7B, pp , [16] K. Kraus and N. Pfeifer, Determination of terrain models in wooded areas with airborne laser scanner data, ISPRS J. Photogramm. Remote Sens., vol. 53, no. 4, pp , [17] N. Pfeifer, T. Reiter, C. Briese, and W. Rieger, Interpolation of high quality ground models from laser scanner data in forested areas, Int. Archives Photogramm. Remote Sens., vol. 32, pt. 3/W14, pp , [18] H. S. Lee and N. Younan, DTM extraction of LiDAR returns via adaptive processing, IEEE Trans. Geosci. Remote Sens., vol. 41, no. 9, pp , [19] P. Lohmann, A. Koch, and M. Schaeffer, Approaches to the filtering of laser scanner data, Int. Archives Photogramm., Remote Sens., Spatial Inf. Sci., vol. 33, no. B3, pp , [20] K. Q. Zhang, S. Chen, D. Whitman, M. Shyu, J. Yan, and C. Zhang, A progressive morphological filter for removing nonground measurements from airborne LiDAR data, IEEE Trans. Geosci. Remote Sens., vol. 41, no. 4, pp , [21] Q. Chen, P. Gong, D. Baldocchi, and G. Xie, Filtering airborne laser scanning data with morphological methods, Photogramm. Eng. Remote Sens., vol. 73, no. 2, pp , [22] E. Breen and R. Jones, Attribute openings, thinnings and granulometries, Comput. Vis. Image Understand., vol. 64, no. 3, pp , 1996.

12 MONGUS AND ŽALIK: COMPUTATIONALLY EFFICIENT METHOD FOR THE GENERATION OF A DIGITAL TERRAIN MODEL 351 [23] J. Kilian, N. Haala, and M. Englich, Capture and evaluation of airborne laser scanner data, Int. Archives Photogramm.y, Remote Sens., Spatial Inf. Sci., vol. 31, no. B3, pp , [24] H. Arefi and M. Hahn, A morphological reconstruction algorithm for separating off-terrain points from terrain points in laser scanning data, Int. Archives Photogramm., Remote Sens., Spatial Inf. Sci., vol. 36, no. 3/W19, pp , [25]A.Kobler,N.Pfeifer,P.Ogrinc,L.Todorovski,K.Oštir,andS. Džeroski, Repetitive interpolation: A robust algorithm for DTM generation from aerial laser scanner data in forested terrain, Remote Sens. Environ., vol. 108, no. 1, pp. 9 23, [26] W. Mücke, C. Briese, and M. Hollaus, Terrain echo probability assignment based on full-waveform airborne laser scanning observables, Int. Archives Photogramm., Remote Sens., Spatial Inf. Sci., vol. 38, no. 7A, pp , [27] D. Mongus and B. Žalik, Parameter-free ground filtering of LiDAR data for automatic DTM generation, ISPRSJ.Photogramm.Remote Sens., vol. 66, no. 1, pp. 1 12, [28] P. Salembier, A. Oliveras, and J. L. Garrido, Anti-extensive connected operators for image and sequence processing, IEEE Trans. Image Process., vol. 7, no. 4, pp , [29] P. Salembier and M. H. F. Wilkinson, Connected operators: A review of region-based morphological image processing techniques, IEEE Signal Process. Mag., vol. 136, no. 6, pp , [30] Mathematical Morphology: From Theory to Applications, L.Najman and H. Talbot, Eds. London, U.K.: Wiley-ISTE, [31] G. K. Ouzounis and P. Soille, Differential area profiles, in Proc. 20th Int. Conf. Pattern Recognit. (ICPR), 2010, pp [32] G. K. Ouzounis, M. Pesaresi, and P. Soille, Differential area profiles: Decomposition properties and efficient computation, IEEE Trans. Pattern Anal. Mach. Intell., vol. 32, no. 8, pp , [33] M. Pesaresi and J. A. Benediktsson, A new approach for the morphological segmentation of high-resolution satellite imagery, IEEE Trans. Geosci. Remote Sens., vol. 39, no. 2, pp , [34] M. Pesaresi, G. K. Ouzounis, and L. Gueuguen, A new compact representation of morphological profiles: Report on first massive VHR image processing at the JRC, in Defense, Security, and Sensing, S. S.ShenandP.E.Lewis,Eds. Washington,DC,USA:SPIE,2012, vol. 8390, pp [35] V. Chaplot, F. Darboux, H. Bourennane, S. Leguédois, N. Silvera, and K. Phachomphon, Accuracy of interpolation techniques for the derivation of digital elevation models in relation to landform types and data density, Geomorphol., vol. 77, no. 1-2, pp , [36] C. D. Lloyd, Local Models for Spatial Analysis, 2nd ed. Boca Raton, FL, USA: CRC Press, [37] R. A. Haugerud and D. J. Harding, Some algorithms for virtual deforestation (VDF) of LiDAR topographic survey data, Int. Archives Photogramm. Remote Sens., vol. 34, pp , [38] X. Meng, N. Currit, and K. Zhao, Ground filtering algorithms for airborne LiDAR data: A review of critical issues, Remote Sens., vol.2, pp , [39] J. Hernández and B. Marcotegui, Shape ultimate attribute opening, Image Vis. Comput., vol. 29, no. 8, pp , [40] P.Heider,A.P.Pierre,R.Li,andC.Grimm,H.Laga,T.Schreck,A. Ferreira,A.Godil,andI.Pratikakis, Eds., Local shape descriptors, a survey and evaluation, in Proc. Eurograph. Workshop 3D Object Retriev., Apr. 2011, pp [41] A. Meijster and M. H. F. Wilkinson, A comparison of algorithms for connected set openings and closings, IEEE Trans. Pattern Anal. Mach. Intell., vol. 24, no. 4, pp , [42] M. H. F. Wilkinson, Concurrent computation of attribute filters on shared memory parallel machines, IEEE Trans. Pattern Anal. Mach. Intell., vol. 30, no. 10, pp , [43] R. F. Ling, Comparison of several algorithms for computing sample means and variances, J. Amer. Statist. Assoc., vol. 69, no. 348, pp , [44] D. Mongus, S. Pečnik,andB.Žalik,Y.Toru,Ed., Efficient visualization of lidar datasets, in Proc. Int. Conf. Opt. Instrum. Technol., Washington, DC, USA, 2009, pp M M. [45] G. Sithole and G. Vosselman, ISPRS test on extracting DEMs from point clouds: A comparison of existing automatic filters, Tech. Rep., 2003 [Online]. Available: (accessed ) Domen Mongus (M 12) received the Ph.D. degree in computer science in Since 2013, he has been an Assistant Professor of computer science at the Faculty of Electrical Engineering and Computer Science at the University of Maribor, Maribor, Slovenia. A great majority of his work is related to the LiDAR data processing. His other research interests include mathematical morphology, pattern recognition, computational geometry, and data compression. Borut Žalik (M 08) received the B.Sc. degree in electrical engineering in 1985 and the M.Sc. and Ph.D. degrees in computer science in 1989 and 1993, respectively, all from the University of Maribor, Maribor, Slovenia. He is a Professor of computer science at the University of Maribor. He is the head of the Laboratory for Geometric Modeling and Multimedia Algorithms at the Faculty of Electrical Engineering and Computer Science, University of Maribor. His research interests include computational geometry, geometric data compression, scientific visualization and geographic information systems.

Detection of Ground in Point-clouds Generated from Stereo-pair Images

Detection of Ground in Point-clouds Generated from Stereo-pair Images Informatica 39 (2015) 271 275 271 Detection of Ground in Point-clouds Generated from Stereo-pair Images Domen Mongus and Borut Žalik University of Maribor, Faculty of Electrical Engineering and Computer

More information

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD

APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD APPLICABILITY ANALYSIS OF CLOTH SIMULATION FILTERING ALGORITHM FOR MOBILE LIDAR POINT CLOUD Shangshu Cai 1,, Wuming Zhang 1,, Jianbo Qi 1,, Peng Wan 1,, Jie Shao 1,, Aojie Shen 1, 1 State Key Laboratory

More information

Improvement of the Edge-based Morphological (EM) method for lidar data filtering

Improvement of the Edge-based Morphological (EM) method for lidar data filtering International Journal of Remote Sensing Vol. 30, No. 4, 20 February 2009, 1069 1074 Letter Improvement of the Edge-based Morphological (EM) method for lidar data filtering QI CHEN* Department of Geography,

More information

Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Cadastre - Preliminary Results

Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Cadastre - Preliminary Results Automated Extraction of Buildings from Aerial LiDAR Point Cloud and Digital Imaging Datasets for 3D Pankaj Kumar 1*, Alias Abdul Rahman 1 and Gurcan Buyuksalih 2 ¹Department of Geoinformation Universiti

More information

DETECTION OF PLANAR POINTS FOR BUILDING EXTRACTION FROM LIDAR DATA BASED ON DIFFERENTIAL MORPHOLOGICAL AND ATTRIBUTE PROFILES

DETECTION OF PLANAR POINTS FOR BUILDING EXTRACTION FROM LIDAR DATA BASED ON DIFFERENTIAL MORPHOLOGICAL AND ATTRIBUTE PROFILES DETECTION OF PLANAR POINTS FOR BUILDING EXTRACTION FROM LIDAR DATA BASED ON DIFFERENTIAL MORPHOLOGICAL AND ATTRIBUTE PROFILES Domen Mongus, Niko Lukač, Denis Obrul, and Borut Žalik Faculty of Electrical

More information

FOOTPRINTS EXTRACTION

FOOTPRINTS EXTRACTION Building Footprints Extraction of Dense Residential Areas from LiDAR data KyoHyouk Kim and Jie Shan Purdue University School of Civil Engineering 550 Stadium Mall Drive West Lafayette, IN 47907, USA {kim458,

More information

Chapters 1 7: Overview

Chapters 1 7: Overview Chapters 1 7: Overview Photogrammetric mapping: introduction, applications, and tools GNSS/INS-assisted photogrammetric and LiDAR mapping LiDAR mapping: principles, applications, mathematical model, and

More information

Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas

Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas Automatic DTM Extraction from Dense Raw LIDAR Data in Urban Areas Nizar ABO AKEL, Ofer ZILBERSTEIN and Yerach DOYTSHER, Israel Key words: LIDAR, DSM, urban areas, DTM extraction. SUMMARY Although LIDAR

More information

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA

BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA BUILDING DETECTION AND STRUCTURE LINE EXTRACTION FROM AIRBORNE LIDAR DATA C. K. Wang a,, P.H. Hsu a, * a Dept. of Geomatics, National Cheng Kung University, No.1, University Road, Tainan 701, Taiwan. China-

More information

REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES INTRODUCTION

REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES INTRODUCTION REFINEMENT OF FILTERED LIDAR DATA USING LOCAL SURFACE PROPERTIES Suyoung Seo, Senior Research Associate Charles G. O Hara, Associate Research Professor GeoResources Institute Mississippi State University

More information

Ground and Non-Ground Filtering for Airborne LIDAR Data

Ground and Non-Ground Filtering for Airborne LIDAR Data Cloud Publications International Journal of Advanced Remote Sensing and GIS 2016, Volume 5, Issue 1, pp. 1500-1506 ISSN 2320-0243, Crossref: 10.23953/cloud.ijarsg.41 Research Article Open Access Ground

More information

SOME stereo image-matching methods require a user-selected

SOME stereo image-matching methods require a user-selected IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 2, APRIL 2006 207 Seed Point Selection Method for Triangle Constrained Image Matching Propagation Qing Zhu, Bo Wu, and Zhi-Xiang Xu Abstract In order

More information

REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS. Y. Postolov, A. Krupnik, K. McIntosh

REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS. Y. Postolov, A. Krupnik, K. McIntosh REGISTRATION OF AIRBORNE LASER DATA TO SURFACES GENERATED BY PHOTOGRAMMETRIC MEANS Y. Postolov, A. Krupnik, K. McIntosh Department of Civil Engineering, Technion Israel Institute of Technology, Haifa,

More information

Filtering Airborne Lidar Data by Modified White Top-Hat Transform with Directional Edge Constraints

Filtering Airborne Lidar Data by Modified White Top-Hat Transform with Directional Edge Constraints Filtering Airborne Lidar Data by Modified White Top-Hat Transform with Directional Edge Constraints Yong Li, Bin Yong, Huayi Wu, Ru An, Hanwei Xu, Jia Xu, and Qisheng He Abstract A novel algorithm that

More information

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Youn *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES AUTOMATIC EXTRACTING DEM FROM DSM WITH CONSECUTIVE MORPHOLOGICAL FILTERING Junhee Youn *1 & Tae-Hoon Kim 2 *1,2 Korea Institute of Civil Engineering

More information

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data Literature Survey Christopher Weed October 2000 Abstract Laser altimetry (LIDAR) data must be processed to generate a digital elevation

More information

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

An Improved Top-Hat Filter with Sloped Brim for Extracting Ground Points from Airborne Lidar Point Clouds Remote Sens. 2014, 6, 12885-12908; doi:10.3390/rs61212885 Article OPEN ACCESS remote sensing ISSN 2072-4292 www.mdpi.com/journal/remotesensing An Improved Top-Hat Filter with Sloped Brim for Extracting

More information

AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA

AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA AUTOMATIC BUILDING DETECTION FROM LIDAR POINT CLOUD DATA Nima Ekhtari, M.R. Sahebi, M.J. Valadan Zoej, A. Mohammadzadeh Faculty of Geodesy & Geomatics Engineering, K. N. Toosi University of Technology,

More information

CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES

CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES CO-REGISTERING AND NORMALIZING STEREO-BASED ELEVATION DATA TO SUPPORT BUILDING DETECTION IN VHR IMAGES Alaeldin Suliman, Yun Zhang, Raid Al-Tahir Department of Geodesy and Geomatics Engineering, University

More information

Building Segmentation and Regularization from Raw Lidar Data INTRODUCTION

Building Segmentation and Regularization from Raw Lidar Data INTRODUCTION Building Segmentation and Regularization from Raw Lidar Data Aparajithan Sampath Jie Shan Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive West Lafayette, IN 47907-2051

More information

HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA

HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA HEURISTIC FILTERING AND 3D FEATURE EXTRACTION FROM LIDAR DATA Abdullatif Alharthy, James Bethel School of Civil Engineering, Purdue University, 1284 Civil Engineering Building, West Lafayette, IN 47907

More information

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data. Christopher Weed

Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data. Christopher Weed Generate Digital Elevation Models Using Laser Altimetry (LIDAR) Data Christopher Weed Final Report EE 381K Multidimensional Digital Signal Processing December 11, 2000 Abstract A Laser Altimetry (LIDAR)

More information

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS

A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A DATA DRIVEN METHOD FOR FLAT ROOF BUILDING RECONSTRUCTION FROM LiDAR POINT CLOUDS A. Mahphood, H. Arefi *, School of Surveying and Geospatial Engineering, College of Engineering, University of Tehran,

More information

ADAPTIVE FILTERING OF AERIAL LASER SCANNING DATA

ADAPTIVE FILTERING OF AERIAL LASER SCANNING DATA ISPRS Workshop on Laser Scanning 2007 and SilviLaser 2007, Espoo, September 12-14, 2007, Finland ADAPTIVE FILTERING OF AERIAL LASER SCANNING DATA Gianfranco Forlani a, Carla Nardinocchi b1 a Dept. of Civil

More information

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING

AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING AUTOMATIC EXTRACTION OF BUILDING FEATURES FROM TERRESTRIAL LASER SCANNING Shi Pu and George Vosselman International Institute for Geo-information Science and Earth Observation (ITC) spu@itc.nl, vosselman@itc.nl

More information

LIDAR and Terrain Models: In 3D!

LIDAR and Terrain Models: In 3D! LIDAR and Terrain Models: In 3D! Stuart.green@teagasc.ie http://www.esri.com/library/whitepapers/pdfs/lidar-analysis-forestry.pdf http://www.csc.noaa.gov/digitalcoast/_/pdf/refinement_of_topographic_lidar_to_create_a_bare_e

More information

AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA

AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA AUTOMATIC GENERATION OF DIGITAL BUILDING MODELS FOR COMPLEX STRUCTURES FROM LIDAR DATA Changjae Kim a, Ayman Habib a, *, Yu-Chuan Chang a a Geomatics Engineering, University of Calgary, Canada - habib@geomatics.ucalgary.ca,

More information

INTEGRATION OF DIFFERENT FILTER ALGORITHMS FOR IMPROVING THE GROUND SURFACE EXTRACTION FROM AIRBORNE LIDAR DATA

INTEGRATION OF DIFFERENT FILTER ALGORITHMS FOR IMPROVING THE GROUND SURFACE EXTRACTION FROM AIRBORNE LIDAR DATA 8th International Symposium on Spatial Data Quality, 30 May - 1 June 013, Hong Kong INTEGRATION OF DIFFERENT FILTER ALGORITHMS FOR IMPROVING THE GROUND SURFACE EXTRACTION FROM AIRBORNE LIDAR DATA S.S.

More information

Evaluation and Improvements on Row-Column Order Bias and Grid Orientation Bias of the Progressive Morphological Filter of Lidar Data

Evaluation and Improvements on Row-Column Order Bias and Grid Orientation Bias of the Progressive Morphological Filter of Lidar Data Utah State University DigitalCommons@USU T.W. "Doc" Daniel Experimental Forest Quinney Natural Resources Research Library, S.J. and Jessie E. 5-2011 Evaluation and Improvements on Row-Column Order Bias

More information

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS

A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS A METHOD TO PREDICT ACCURACY OF LEAST SQUARES SURFACE MATCHING FOR AIRBORNE LASER SCANNING DATA SETS Robert Pâquet School of Engineering, University of Newcastle Callaghan, NSW 238, Australia (rpaquet@mail.newcastle.edu.au)

More information

DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM

DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM DEVELOPMENT OF ORIENTATION AND DEM/ORTHOIMAGE GENERATION PROGRAM FOR ALOS PRISM Izumi KAMIYA Geographical Survey Institute 1, Kitasato, Tsukuba 305-0811 Japan Tel: (81)-29-864-5944 Fax: (81)-29-864-2655

More information

The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models

The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models The Effect of Changing Grid Size in the Creation of Laser Scanner Digital Surface Models Smith, S.L 1, Holland, D.A 1, and Longley, P.A 2 1 Research & Innovation, Ordnance Survey, Romsey Road, Southampton,

More information

Lidar Sensors, Today & Tomorrow. Christian Sevcik RIEGL Laser Measurement Systems

Lidar Sensors, Today & Tomorrow. Christian Sevcik RIEGL Laser Measurement Systems Lidar Sensors, Today & Tomorrow Christian Sevcik RIEGL Laser Measurement Systems o o o o Online Waveform technology Stand alone operation no field computer required Remote control through wireless network

More information

Terrestrial Laser Scanning: Applications in Civil Engineering Pauline Miller

Terrestrial Laser Scanning: Applications in Civil Engineering Pauline Miller Terrestrial Laser Scanning: Applications in Civil Engineering Pauline Miller School of Civil Engineering & Geosciences Newcastle University Overview Laser scanning overview Research applications geometric

More information

AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS

AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS AUTOMATIC EXTRACTION OF LARGE COMPLEX BUILDINGS USING LIDAR DATA AND DIGITAL MAPS Jihye Park a, Impyeong Lee a, *, Yunsoo Choi a, Young Jin Lee b a Dept. of Geoinformatics, The University of Seoul, 90

More information

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources FARRAG ALI FARRAG 1 and RAGAB KHALIL 2 1: Assistant professor at Civil Engineering Department, Faculty

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

A Progressive Morphological Filter for Removing Nonground Measurements From Airborne LIDAR Data

A Progressive Morphological Filter for Removing Nonground Measurements From Airborne LIDAR Data 872 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 41, NO. 4, APRIL 2003 A Progressive Morphological Filter for Removing Nonground Measurements From Airborne LIDAR Data Keqi Zhang, Shu-Ching

More information

EXTRACTING SURFACE FEATURES OF THE NUECES RIVER DELTA USING LIDAR POINTS INTRODUCTION

EXTRACTING SURFACE FEATURES OF THE NUECES RIVER DELTA USING LIDAR POINTS INTRODUCTION EXTRACTING SURFACE FEATURES OF THE NUECES RIVER DELTA USING LIDAR POINTS Lihong Su, Post-Doctoral Research Associate James Gibeaut, Associate Research Professor Harte Research Institute for Gulf of Mexico

More information

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Evangelos MALTEZOS, Charalabos IOANNIDIS, Anastasios DOULAMIS and Nikolaos DOULAMIS Laboratory of Photogrammetry, School of Rural

More information

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM A Method to Create a Single Photon LiDAR based Hydro-flattened DEM Sagar Deshpande 1 and Alper Yilmaz 2 1 Surveying Engineering, Ferris State University 2 Department of Civil, Environmental, and Geodetic

More information

DIGITAL HEIGHT MODELS BY CARTOSAT-1

DIGITAL HEIGHT MODELS BY CARTOSAT-1 DIGITAL HEIGHT MODELS BY CARTOSAT-1 K. Jacobsen Institute of Photogrammetry and Geoinformation Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de KEY WORDS: high resolution space image,

More information

LIDAR MAPPING FACT SHEET

LIDAR MAPPING FACT SHEET 1. LIDAR THEORY What is lidar? Lidar is an acronym for light detection and ranging. In the mapping industry, this term is used to describe an airborne laser profiling system that produces location and

More information

Anti-Excessive Filtering Model Based on Sliding Window

Anti-Excessive Filtering Model Based on Sliding Window 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Anti-Excessive Filtering Model Based on Sliding Window Haoang Li 1, a, Weiming Hu 1, b, Jian Yao 1, c and

More information

Research on-board LIDAR point cloud data pretreatment

Research on-board LIDAR point cloud data pretreatment Acta Technica 62, No. 3B/2017, 1 16 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on-board LIDAR point cloud data pretreatment Peng Cang 1, Zhenglin Yu 1, Bo Yu 2, 3 Abstract. In view of the

More information

Processing of laser scanner data algorithms and applications

Processing of laser scanner data algorithms and applications Ž. ISPRS Journal of Photogrammetry & Remote Sensing 54 1999 138 147 Processing of laser scanner data algorithms and applications Peter Axelsson ) Department of Geodesy and Photogrammetry, Royal Institute

More information

PROBLEMS AND LIMITATIONS OF SATELLITE IMAGE ORIENTATION FOR DETERMINATION OF HEIGHT MODELS

PROBLEMS AND LIMITATIONS OF SATELLITE IMAGE ORIENTATION FOR DETERMINATION OF HEIGHT MODELS PROBLEMS AND LIMITATIONS OF SATELLITE IMAGE ORIENTATION FOR DETERMINATION OF HEIGHT MODELS K. Jacobsen Institute of Photogrammetry and GeoInformation, Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de

More information

Filtering Airborne Laser Scanning Data with Morphological Methods

Filtering Airborne Laser Scanning Data with Morphological Methods Filtering Airborne Laser Scanning Data with Morphological Methods Qi Chen, Peng Gong, Dennis Baldocchi, and Gengxin Xie Abstract Filtering methods based on morphological operations have been developed

More information

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning

ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning 1 ENY-C2005 Geoinformation in Environmental Modeling Lecture 4b: Laser scanning Petri Rönnholm Aalto University 2 Learning objectives To recognize applications of laser scanning To understand principles

More information

AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY

AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY AUTOMATIC MODEL SELECTION FOR 3D RECONSTRUCTION OF BUILDINGS FROM SATELLITE IMAGARY T. Partovi a *, H. Arefi a,b, T. Krauß a, P. Reinartz a a German Aerospace Center (DLR), Remote Sensing Technology Institute,

More information

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad

Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology. Maziana Muhamad Terrain Modeling and Mapping for Telecom Network Installation Using Scanning Technology Maziana Muhamad Summarising LiDAR (Airborne Laser Scanning) LiDAR is a reliable survey technique, capable of: acquiring

More information

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data

Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Automatic Building Extrusion from a TIN model Using LiDAR and Ordnance Survey Landline Data Rebecca O.C. Tse, Maciej Dakowicz, Christopher Gold and Dave Kidner University of Glamorgan, Treforest, Mid Glamorgan,

More information

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING

DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING DOCUMENTATION AND VISUALIZATION OF ANCIENT BURIAL MOUNDS BY HELICOPTER LASER SURVEYING Tsutomu Kakiuchi a *, Hirofumi Chikatsu b, Haruo Sato c a Aero Asahi Corporation, Development Management Division,

More information

Use of Shape Deformation to Seamlessly Stitch Historical Document Images

Use of Shape Deformation to Seamlessly Stitch Historical Document Images Use of Shape Deformation to Seamlessly Stitch Historical Document Images Wei Liu Wei Fan Li Chen Jun Sun Satoshi Naoi In China, efforts are being made to preserve historical documents in the form of digital

More information

INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY

INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY INTEGRATED METHOD OF BUILDING EXTRACTION FROM DIGITAL SURFACE MODEL AND IMAGERY Yan Li 1, *, Lin Zhu, Hideki Shimamura, 1 International Institute for Earth System Science, Nanjing University, Nanjing,

More information

APPENDIX E2. Vernal Pool Watershed Mapping

APPENDIX E2. Vernal Pool Watershed Mapping APPENDIX E2 Vernal Pool Watershed Mapping MEMORANDUM To: U.S. Fish and Wildlife Service From: Tyler Friesen, Dudek Subject: SSHCP Vernal Pool Watershed Analysis Using LIDAR Data Date: February 6, 2014

More information

Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique

Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique Experiments on Generation of 3D Virtual Geographic Environment Based on Laser Scanning Technique Jie Du 1, Fumio Yamazaki 2 Xiaoyong Chen 3 Apisit Eiumnoh 4, Michiro Kusanagi 3, R.P. Shrestha 4 1 School

More information

Binary Shape Characterization using Morphological Boundary Class Distribution Functions

Binary Shape Characterization using Morphological Boundary Class Distribution Functions Binary Shape Characterization using Morphological Boundary Class Distribution Functions Marcin Iwanowski Institute of Control and Industrial Electronics, Warsaw University of Technology, ul.koszykowa 75,

More information

OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM

OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM OBJECT-BASED CLASSIFICATION OF URBAN AIRBORNE LIDAR POINT CLOUDS WITH MULTIPLE ECHOES USING SVM J. X. Zhang a, X. G. Lin a, * a Key Laboratory of Mapping from Space of State Bureau of Surveying and Mapping,

More information

Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction

Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction Multi-ray photogrammetry: A rich dataset for the extraction of roof geometry for 3D reconstruction Andrew McClune, Pauline Miller, Jon Mills Newcastle University David Holland Ordnance Survey Background

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Image Segmentation Based on Watershed and Edge Detection Techniques

Image Segmentation Based on Watershed and Edge Detection Techniques 0 The International Arab Journal of Information Technology, Vol., No., April 00 Image Segmentation Based on Watershed and Edge Detection Techniques Nassir Salman Computer Science Department, Zarqa Private

More information

ACCURACY ASPECTS OF PROCESSING AND FILTERING OF MULTIBEAM DATA: GRID modeling VERSUS TIN BASED modeling

ACCURACY ASPECTS OF PROCESSING AND FILTERING OF MULTIBEAM DATA: GRID modeling VERSUS TIN BASED modeling ACCURACY ASPECTS OF PROCESSING AND FILTERING OF MULTIBEAM DATA: GRID modeling VERSUS TIN BASED modeling Alain De Wulf, Denis Constales, Cornelis Stal, Timothy Nuttens Ghent University, Department of Geography,

More information

THREE-DIMENSIONAL MODELLING OF BREAKLINES FROM AIRBORNE LASER SCANNER DATA

THREE-DIMENSIONAL MODELLING OF BREAKLINES FROM AIRBORNE LASER SCANNER DATA THREE-DIMENSIONAL MODELLING OF BREAKLINES FROM AIRBORNE LASER SCANNER DATA Christian Briese Institute of Photogrammetry and Remote Sensing Vienna University of Technology, Gußhausstraße 27-29, A-1040 Vienna,

More information

Polyhedral Building Model from Airborne Laser Scanning Data**

Polyhedral Building Model from Airborne Laser Scanning Data** GEOMATICS AND ENVIRONMENTAL ENGINEERING Volume 4 Number 4 2010 Natalia Borowiec* Polyhedral Building Model from Airborne Laser Scanning Data** 1. Introduction Lidar, also known as laser scanning, is a

More information

A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA

A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA A QUALITY ASSESSMENT OF AIRBORNE LASER SCANNER DATA E. Ahokas, H. Kaartinen, J. Hyyppä Finnish Geodetic Institute, Geodeetinrinne 2, 243 Masala, Finland Eero.Ahokas@fgi.fi KEYWORDS: LIDAR, accuracy, quality,

More information

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene

Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Geometric Accuracy Evaluation, DEM Generation and Validation for SPOT-5 Level 1B Stereo Scene Buyuksalih, G.*, Oruc, M.*, Topan, H.*,.*, Jacobsen, K.** * Karaelmas University Zonguldak, Turkey **University

More information

BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA

BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA BUILDING BOUNDARY EXTRACTION FROM HIGH RESOLUTION IMAGERY AND LIDAR DATA Liang Cheng, Jianya Gong, Xiaoling Chen, Peng Han State Key Laboratory of Information Engineering in Surveying, Mapping and Remote

More information

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University.

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University. 3D Computer Vision Structured Light II Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de 1 Introduction

More information

EVOLUTION OF POINT CLOUD

EVOLUTION OF POINT CLOUD Figure 1: Left and right images of a stereo pair and the disparity map (right) showing the differences of each pixel in the right and left image. (source: https://stackoverflow.com/questions/17607312/difference-between-disparity-map-and-disparity-image-in-stereo-matching)

More information

BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION INTRODUCTION

BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION INTRODUCTION BUILDING MODEL RECONSTRUCTION FROM DATA INTEGRATION Ruijin Ma Department Of Civil Engineering Technology SUNY-Alfred Alfred, NY 14802 mar@alfredstate.edu ABSTRACT Building model reconstruction has been

More information

MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA

MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA MODELLING FOREST CANOPY USING AIRBORNE LIDAR DATA Jihn-Fa JAN (Taiwan) Associate Professor, Department of Land Economics National Chengchi University 64, Sec. 2, Chih-Nan Road, Taipei 116, Taiwan Telephone:

More information

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry

1. Introduction. A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Submitted to GIM International FEATURE A CASE STUDY Dense Image Matching Using Oblique Imagery Towards All-in- One Photogrammetry Dieter Fritsch 1, Jens Kremer 2, Albrecht Grimm 2, Mathias Rothermel 1

More information

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN

NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN NATIONWIDE POINT CLOUDS AND 3D GEO- INFORMATION: CREATION AND MAINTENANCE GEORGE VOSSELMAN OVERVIEW National point clouds Airborne laser scanning in the Netherlands Quality control Developments in lidar

More information

NEXTMap World 10 Digital Elevation Model

NEXTMap World 10 Digital Elevation Model NEXTMap Digital Elevation Model Intermap Technologies, Inc. 8310 South Valley Highway, Suite 400 Englewood, CO 80112 10012015 NEXTMap (top) provides an improvement in vertical accuracy and brings out greater

More information

Obstacle Detection From Roadside Laser Scans. Research Project

Obstacle Detection From Roadside Laser Scans. Research Project Obstacle Detection From Roadside Laser Scans by Jimmy Young Tang Research Project Submitted to the Department of Electrical Engineering and Computer Sciences, University of California at Berkeley, in partial

More information

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

CE 59700: LASER SCANNING

CE 59700: LASER SCANNING Digital Photogrammetry Research Group Lyles School of Civil Engineering Purdue University, USA Webpage: http://purdue.edu/ce/ Email: ahabib@purdue.edu CE 59700: LASER SCANNING 1 Contact Information Instructor:

More information

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION Mohamed Ibrahim Zahran Associate Professor of Surveying and Photogrammetry Faculty of Engineering at Shoubra, Benha University ABSTRACT This research addresses

More information

WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA

WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA WAVELET AND SCALE-SPACE THEORY IN SEGMENTATION OF AIRBORNE LASER SCANNER DATA T.Thuy VU, Mitsuharu TOKUNAGA Space Technology Applications and Research Asian Institute of Technology P.O. Box 4 Klong Luang,

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds and DSM Tutorial This tutorial shows how to generate point clouds and a digital surface model (DSM) from IKONOS satellite stereo imagery. You will view the resulting point clouds

More information

Intensity Augmented ICP for Registration of Laser Scanner Point Clouds

Intensity Augmented ICP for Registration of Laser Scanner Point Clouds Intensity Augmented ICP for Registration of Laser Scanner Point Clouds Bharat Lohani* and Sandeep Sashidharan *Department of Civil Engineering, IIT Kanpur Email: blohani@iitk.ac.in. Abstract While using

More information

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns

FOR 274: Surfaces from Lidar. Lidar DEMs: Understanding the Returns. Lidar DEMs: Understanding the Returns FOR 274: Surfaces from Lidar LiDAR for DEMs The Main Principal Common Methods Limitations Readings: See Website Lidar DEMs: Understanding the Returns The laser pulse travel can travel through trees before

More information

Investigating the Structural Condition of Individual Trees using LiDAR Metrics

Investigating the Structural Condition of Individual Trees using LiDAR Metrics Investigating the Structural Condition of Individual Trees using LiDAR Metrics Jon Murray 1, George Alan Blackburn 1, Duncan Whyatt 1, Christopher Edwards 2. 1 Lancaster Environment Centre, Lancaster University,

More information

BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA. Zheng Wang. EarthData International Gaithersburg, Maryland USA

BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA. Zheng Wang. EarthData International Gaithersburg, Maryland USA BUILDING EXTRACTION AND RECONSTRUCTION FROM LIDAR DATA Zheng Wang EarthData International Gaithersburg, Maryland USA zwang@earthdata.com Tony Schenk Department of Civil Engineering The Ohio State University

More information

Massive Data Algorithmics

Massive Data Algorithmics In the name of Allah Massive Data Algorithmics An Introduction Overview MADALGO SCALGO Basic Concepts The TerraFlow Project STREAM The TerraStream Project TPIE MADALGO- Introduction Center for MAssive

More information

Chapter 11 Representation & Description

Chapter 11 Representation & Description Chain Codes Chain codes are used to represent a boundary by a connected sequence of straight-line segments of specified length and direction. The direction of each segment is coded by using a numbering

More information

UAS based laser scanning for forest inventory and precision farming

UAS based laser scanning for forest inventory and precision farming UAS based laser scanning for forest inventory and precision farming M. Pfennigbauer, U. Riegl, P. Rieger, P. Amon RIEGL Laser Measurement Systems GmbH, 3580 Horn, Austria Email: mpfennigbauer@riegl.com,

More information

New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya

New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya New Requirements for the Relief in the Topographic Databases of the Institut Cartogràfic de Catalunya Blanca Baella, Maria Pla Institut Cartogràfic de Catalunya, Barcelona, Spain Abstract Since 1983 the

More information

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues.

GIS Data Collection. This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. 9 GIS Data Collection OVERVIEW This chapter reviews the main methods of GIS data capture and transfer and introduces key practical management issues. It distinguishes between primary (direct measurement)

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS

IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume XLV, Number 1, 2000 IMPROVING THE ACCURACY OF DIGITAL TERRAIN MODELS GABRIELA DROJ Abstract. The change from paper maps to GIS, in various kinds of geographical

More information

SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION

SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION SYNERGY BETWEEN AERIAL IMAGERY AND LOW DENSITY POINT CLOUD FOR AUTOMATED IMAGE CLASSIFICATION AND POINT CLOUD DENSIFICATION Hani Mohammed Badawy a,*, Adel Moussa a,b, Naser El-Sheimy a a Dept. of Geomatics

More information

DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY

DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY DIGITAL SURFACE MODELS OF CITY AREAS BY VERY HIGH RESOLUTION SPACE IMAGERY Jacobsen, K. University of Hannover, Institute of Photogrammetry and Geoinformation, Nienburger Str.1, D30167 Hannover phone +49

More information

Classify Multi-Spectral Data Classify Geologic Terrains on Venus Apply Multi-Variate Statistics

Classify Multi-Spectral Data Classify Geologic Terrains on Venus Apply Multi-Variate Statistics Classify Multi-Spectral Data Classify Geologic Terrains on Venus Apply Multi-Variate Statistics Operations What Do I Need? Classify Merge Combine Cross Scan Score Warp Respace Cover Subscene Rotate Translators

More information

BUILDING DETECTION IN VERY HIGH RESOLUTION SATELLITE IMAGE USING IHS MODEL

BUILDING DETECTION IN VERY HIGH RESOLUTION SATELLITE IMAGE USING IHS MODEL BUILDING DETECTION IN VERY HIGH RESOLUTION SATELLITE IMAGE USING IHS MODEL Shabnam Jabari, PhD Candidate Yun Zhang, Professor, P.Eng University of New Brunswick E3B 5A3, Fredericton, Canada sh.jabari@unb.ca

More information

3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS

3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS 3D BUILDING MODEL GENERATION FROM AIRBORNE LASERSCANNER DATA BY STRAIGHT LINE DETECTION IN SPECIFIC ORTHOGONAL PROJECTIONS Ellen Schwalbe Institute of Photogrammetry and Remote Sensing Dresden University

More information

Unwrapping of Urban Surface Models

Unwrapping of Urban Surface Models Unwrapping of Urban Surface Models Generation of virtual city models using laser altimetry and 2D GIS Abstract In this paper we present an approach for the geometric reconstruction of urban areas. It is

More information

FILTERING OF DIGITAL ELEVATION MODELS

FILTERING OF DIGITAL ELEVATION MODELS FILTERING OF DIGITAL ELEVATION MODELS Dr. Ing. Karsten Jacobsen Institute for Photogrammetry and Engineering Survey University of Hannover, Germany e-mail: jacobsen@ipi.uni-hannover.de Dr. Ing. Ricardo

More information