Lidar ALTM and Its Applications
Lidar ALTM and Its Applications
techniques. Conventional field survey methods are It is to define a proper rule to identify
time-consuming and costly. Planning maps are used meaningful image objects owing to the fact that the
widely in various urban applications because of their object identification is influenced significantly by the
high accuracy, although producing and updating them knowledge and the quality of the data. Urban trees
are time-consuming and hard to automate. tend to be confused with buildings because of similar
heights of trees and low-rise buildings.
Recently available high-resolution remotely
sensed data have provided the potential to achieve Therefore, how to extract urban buildings
effective and efficient building information through accurately and efficiently from LiDAR data is one of
automated extraction methods. Aerial photographs the main aspect in current work. With this extraction
are a popular data source for building extraction of buildings, 3D model is generated to meet the need
owing to their high resolution. However, they often of solving the risks and issues in changing
cover selected areas only and lack multiple times of environment. The general methodology comprises
coverage for the same area, making it difficult to steps required to develop 3D objects.
update the building database once created. High-
resolution commercial satellite image data have been III. PREPARATION OF DSM
used increasingly in building extraction, but the METHODOLOGY
issues of shadowing and distortion can affect the Digital Elevation Model (DEM) generated
resulting accuracy to a certain degree of extend. A using Minimum Filtering Technique was used to
new data source, Light Detection and Ranging eliminate the elevation influence from the digital
(LiDAR) data, is used in this project work, which surface model (DSM) derived from the LiDAR data
provides land-surface elevation information (height) so that a normalized height model could be
by emitting a laser pulse and providing high vertical computed.
and horizontal resolutions of less than 1 m.
POINT FILE
II. GENERAL METHODOLOGY INFORMATION
ALTM Data
Ortho images
(High resolution)
3D Point clouds LAS TO
MULTIPOINT
(X,Y,Z)
MULTIPOINT
DEM generation
Digital Photos of
building
DSM FOCAL
STATISTICS
Generating MINIMUM
Texture Images FILTERING
TECHNIQUE
DEM
Flood Parameters
3D city modeling
NH= DSM-DEM
Web
Application Flood Impacts
OFF-TERRAIN
HEIGHTS
3D Walkthrough
A. Point File Information time and the calculation is repeated until the entire
The LAS file format is a public file format image has been filtered and a "new" image has been
for the interchange of LIDAR data between vendors generated. By varying the calculation performed and
and customers. This binary file format is an alternative the weightings of the individual pixels in the filter
to proprietary systems or a generic ASCII file window, filters can be designed to enhance or
interchange system used by many companies. The suppress different types of features. Here, minimum
LAS file format maintains the information specific to filtering is used to find out the minimum value of
the LIDAR nature of the data while not being overly kernel window in the neighbourhood to be considered
complex. as centre pixel for DEM extraction or Bare Earth
B. LAS to Multipoint Model.
This customized tool imports one or more F. Normalized Height Model
files in LAS format, into a new multipoint feature Normalized height model is derived from
class. Supported LAS file format versions are 1.0 and Digital surface model minus Digital Elevation Model.
1.1.
The .las point files are converted to Multipoints 3D NHM = DSM – DEM
using the syntax in script.
Syntax:
LASToMultipoint_3d <input; input>
<in_feature_dataset> <out_feature_class>
{average_point_spacing} {class_code; class_code...}
{return;return...} {keyword {name}; keyword
{name}...} {input_coordinate_system} {file_suffix}
C. Interpolation Technique
Interpolation is a method of constructing
new data points within the range of a discrete set of
Figure 3. Concept of Developing NHM
known data points. Nearest neighbour resampling
uses the digital value from the pixel in the original
image which is nearest to the new pixel location in IV. ACQUISITION OF 3D OBJECTS FROM
the corrected image. This is the simplest method and ACQUIRED SENSOR DATA
does not alter the original values. The Focal Statistics
Automatic building extraction from LIDAR
tool gives control over the neighbourhood type and
Data is obtained by modelling without physically
statistics to be calculated.
going to the exact location or object. From airborne
x = (width of the neighbourhood + 1)/2
LIDAR data, digital surface model (DSM) can be
y = (height of the neighbourhood+1)/2
generated and then the objects higher from the ground
are automatically detected from the DSM. The
D. Digital Surface Model buildings, geometric characteristics such as size,
Digital Surface Models (DSM) are widely height and shape information are then used to
used in the earth sciences. It provides information for separate the buildings from other objects. The
various geological studies and other applications. extracted building outlines are then simplified using
There are a number of methods for automatic DSM an orthogonal or edge detection algorithm to obtain
generation, each of which has its own strengths and better effect.
weaknesses, none of which are perfect. Even though
there are plenty of algorithms to date which can A. Processing Of NHM or NDSM Data
generate the DSMs, it is a computationally complex Methodology
calculation and does tend to take some time to These are the step by step approach to generate
complete. In order to achieve faster DSMs, an 3D models from NHM.
algorithm was implemented on a graphics processing
unit. 1) Building Extraction Technique
In this project, the function of feature
extraction in the ArcGIS model builder was used to
E. Minimum Filtering Technique perform image segmentation. It includes a series of
A common filtering procedure involves
procedures for building extraction:
moving a 'window' of a few pixels in dimension (e.g.
3x3, 5x5, etc.) over each pixel in the image, applying
i. Segmentation: Image segmentation is the process of
a mathematical calculation using the pixel values
partitioning images into segments by grouping
under that window, and replacing the central pixel
neighbouring pixels with similar characteristics.
with the new value. The window is moved along in
both the row and column dimensions one pixel at a
ii. Merge: This process is used for solving the over d) Form Factor: Form Factor is the shape
segmentation problem and grouping small segments measure that compares the area of the polygon with
together. the square of the total perimeter. The form-factor
value of a circle is 1, and the value of a square is π/4.
iii. Threshold technique. These conditions are given as threshold factor.
B. Accuracy Asseessment
NHM The accuracy of the extraction result was
assessed using the planning map as the ground truth.
Condition: Value < 0
True Value : 0; False Value :
The resulting building image was compared with a
CONDITION NHM rasterized planning map. The evaluation
measurements used were widely accepted for
building extraction (Lee et al., 2003; Shufelt, 1999),
CORRECTED NHM which categorized all pixels into four types as a result
of comparing two images pixel by pixel.
1) True positive (TP): Both the extraction and the
reference indicate that a pixel belonged to a building.
MAX. AND MIN.
CLOSING AREA
2) True negative (TN): Both the extraction and the
reference indicated that a pixel belonged to the
background.
3) False positive (FP): The extraction incorrectly
DIVIDE/3 identified a pixel as belonging to a building.
4) False negative (FN): The extraction did not
correctly identify a pixel that truly belonged to a
INT
building.
C. Building Extraction
The obtained result confirmed the
assumption that in the image obtained by first
refection point’s interpolation there are more
elements other than buildings that protrude above the Figure 10. 3D Building of a Small Area
terrain, most often these are trees. Whereas in the set
of points from the last reflection, trees are eliminated
to the sizeable extent, last reflection or return is taken VI. CONCLUSION AND FUTURE WORK
shown in following figures In this work, the building extraction has
been completed with certain threshold condition.
Again, further conditions and edge detection
algorithms can be used for better results. The 3D
urban Modelling (built up) is developed for sample
data of Niagara. This concepts is used to develop 3D
for Chennai data is in progress to be analysed in the
work.
REFERENCES
[1] Badea .D, Jocea. A, Negrila A, “3D city modelling by
combination of terrestrial laser scanning data and images,”
Figure 7. Building Extraction Done using ArcGIS University of Civil Engineering, Bucharest, RevCAD –
Shown for Large Area Journal of Geodesy and Cadastre.
[2] G. Hebel. M , Arens. M , Stilla. U, “Utilization of 3d city
models and airborne laser scanning For terrain-based
navigation of helicopters and UAVS,” germany, (IAPRS,
vol. Xxxviii, part 3/w4 - Paris, France, 3-4 september, 2009)
[3] Hongjoo Park, Mahmoud Salah, Samsung Lim, “Accuracy of
3d Models Derived From Aerial Laser Scanning And Aerial
Ortho-Imagery," School of Surveying and Spatial Information
Systems, UNSW Sydney, NSW 2052, Australia.
[4] Jan Bohm, Norbert Haala, “Efficient Integration of Aerial and
Terrestrial laser data for virtual city modeling using
lasermaps,” University of Stuttgart, Institute for
Photogrammetry, Germany; ISPRS WG III/3, III/4, V/3
Workshop "Laser scanning 2005", Enschede, the
Figure 8. Extraction of Building Netherlands.
[5] J. Li , *, y. Yuan , m. A. Chapman, “Use of topographic lidar [7] Hongjoo Park, Mahmoud Salah, Samsung Lim, “Accuracy of
point clouds for building Reconstruction based on a gaussian 3d Models Derived From Aerial Laser Scanning And Aerial
markov random field and Markov chain monte carlo Ortho-Imagery", School of Surveying and Spatial
segmentation approach,” Department of geography & Information Systems, UNSW Sydney, NSW 2052, Australia.
environmental management, university of waterloo, 200 PP 304-314
university avenue west, waterloo, ontario n2l 3g1, Canada. [8] Jan Bohm, Norbert Haala, “Efficient Integration of Aerial and
[6] F. Tarsha-Kurdi, T. Landes*, P. Grussenmeyer, E. Smigiel, Terrestrial laser data for virtual city modeling using
“New approach for automatic detection of buildings in lasermaps”, University of Stuttgart, Institute for
airborne Laser scanner data using first echo only,” Photogrammetry, Germany; ISPRS WG III/3, III/4, V/3
Photogrammetry and Geomatics Group, MAP-PAGE UMR Workshop "Laser scanning 2005", Enschede, the
694 - INSA de Strasbourg, 67000 Strasbourg, France, Author Netherlands, September 12-14, 2005,p12
manuscript, Commission III, WG III/3 published in "ISPRS [9] Jurgen Dollner, Thomas H. Kolbe, Falko Liecke, Takis
Comm. III Symposium, Photogrammetric Computer Vision, Sgouros, Karin Teichmann, “The Virtual 3d City Model Of
Bonn:Germany(2006)". Berlin - Managing, Integrating And Communicating
Complex Urban Information”, (2004) PP 34-37