SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 347
BUILDING EXTRACTION FROM REMOTE SENSING IMAGERIES BY
DATA FUSION TECHNIQUES
Ezhili .G1
and Akshaya .V.S2
1.2
Computer Science and Engineering, R.M.D. Engineering College, Chennai, Tamil Nadu, India
ezhili1994@gmail.com, buvanaksh@hotmail.com
Abstract
This paper presents a data fusion approach for manmade objects extraction from high-resolution IKONOS satellite images. Buildings
can have various complex forms and roofs of various compositional materials. Their automatic extraction from imagery is a very
difficult problem. Applying normal image processing methods could not achieve satisfied performance, especially for high-resolution
satellite images. It is based on edge maps derived from IKONOS data. Local changes or variations of the intensity of the imagery
(such as edges and corners) are important information for image processing and pattern recognition. K-MEANS clustering is one of
the most popular techniques that can be used to classify satellite images. This technique coupled with canny edge detection, which has
double threshold technique is less fooled by noise, forms a very good tool in detection of man-made features. The above mentioned
techniques are applied to one meter IKONOS imagery of the highly urbanized Singapore city, to detect building edges within scene.
Keywords: Canny edge detection, RGB color matrices, Gaussian filter, K-means clustering, non-maximum suppression.
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Remote sensing is the science and art of obtaining information
about an object, area, or phenomenon through the analysis of
data acquired by a device that is not in contact with the object,
area, or phenomenon under investigation Cartographic
production facilities are involved in the creation of maps
containing features such as road vegetation boundaries, and
building footprints. The automation of such tasks can lead to
greater productivity, resulting in reduced timelines for map
production. This has significance for both military and civilian
emergency purposes. With the recent advent of a series of
commercialized high-resolution satellite, the potential of
IKONOS imagery in topographic mapping has been investigated
and highlighted by many researchers (Holland et al., 2002;
Holland & Marshall, 2003).However In urban areas, it has been
long a challenge topic to automatically extract urban objects
from images due to the high object density and scene
complexity. (Building).Buildings is the most relevant man made
structures. Their detection is valuable because of the strategic
human activity occurs in, are in association with, a building of
some sort. In addition as they do not move, they do not serve as
good references for the relative position of other type of objects.
But in a highly urbanized city, detecting individual buildings is a
problem, due to the proximity of the buildings to each other and
the heights of the buildings which causes relief displacement.
This paper deals with devolving an algorithm to rapidly and
automatically extract man made features (buildings) from remote
sensing imageries by data fusion techniques like k-means
clustering,feature extraction,edge detection, morphological
operations. The main difficulty of image segmentation is the lack
of adequate tools to characterize different scales of texture
effectively. Recent development in multi-resolution analysis
such as feature extraction helps overcome this difficulty. This
ability to discriminate features is generally dependent of scale.
Another difficulty with common edge operators is that they
detect too many images, which makes the map difficult to
interpret. The canny edge detector uses the threshold technique
by the noise is reduced and only the wanted edges are picked by
settling the thresholds.
2. METHODOLOGY
The description of the approach to discriminate man-made
objects from high resolution IKONOS data is shown in Figure.
Color to grayscale conversion
K-means clustering
Feature extraction
Edge detection
Morphological operations
Input image
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 348
2.1 K means clustering technique
Image segmentation is the process of division of the image into
regions with similar attributes. K means clustering technique is
performed on the collection of remotely sensed data. In our trials
we have used 3 clusters. Centroids are initialized by finding the
mean vector and looking for those K vectors that are farthest
from the mean. Euclidean distance in the feature space is used as
the measure of dissimilarity. The convergence criterion is that
the difference in the centroids in successive iteration is less than
a predefined threshold. At the end of this run we get a class label
for each of the pixels and the centroids for each of the classes.
For the Kth cluster, the mean is given by,


kn
i
i
k
k x
n 1
1

Where µ k is the mean vector and n k is the number of vectors in
the K th cluster.
For the K th cluster, the covariance matrix is given by,
2
)
1
)(
1
k
n
i
i
k
k
k
x
n
C  
Where n k is the number of vectors in the K th cluster, x i is the
vector in the cluster k and µ k d is the mean vector of cluster K.
Mean and covariance values are refined in the Expectation
Maximization algorithm.
2.2 Texture Feature Extraction
Many land cover/land use classes in urban areas can be
distinguished from each other via their shape or structure
characteristics. Therefore, it is important to extract features that
are able to describe relevant "texture" properties of classes.
Texture is an important characteristic for the analysis of many
types of images such as an image obtained from aircraft or
satellite platforms. It is the visual effect, which is produced by
spatial distribution of tonal variations over relatively small areas
2 .The concept of texture can be investigated through its
relationship with spectral data in fact, textural and spectral
information can both be present in an image or either one can
dominate the other classification accuracy.
In the proposed algorithm for classification, the co-occurrence
features are selected as the basic texture feature detectors due to
their good performance in many pattern recognition applications
including remote sensing. A gray level co-occurrence matrix is
defined as a sample of the joint probability density of the gray
levels of two pixels separated by a given displacement. The
features based on GLCM are energy, entropy and correlation.
Gray-scale co-occurrence matrix Pd is obtained by following
computation.
The features computed are:
*
 
i j
d jiPEnergy ,
2
*
   
i j
dd jiPjiPEntropy ,log,2
*
    



i j yx
d jiPji
nCorrelatio

 ,
*
),()( 2
jiPjiInertia d
i j
 
*
 

i j
d
ji
jiP
ferenceInversedif 2
)(1
),(
*

i j
d jiijPationAutocorrel ),(
Where µ is the mean of Pd and σ y are the standard deviations of
Pd (x) and Pd (y) respectively.
3. THE CANNY EDGE DETECTION
Edges of an image reflect the information of the image mostly.
They contain the basis character of the image. Edges within an
image correspond to intensity discontinuities that result from
different surface reflectance of objects. Various illumination
conditions, or varying distance and orientations of objects from a
viewer. Edge detection is a common problem and of
fundamental importance in image analysis and computer vision.
Edges however generally occur at various resolutions, or scales,
and represent transition of different degrees, or gradient levels.
Perhaps the most commonly used method from detecting edges
in an image is through spatial gradient. In this approach, the
edges are identified by the local extrema in the differentiated
image through thresholding. The canny edge detector is less
likely to be “fooled” by noise and more likely to detect true
weak edges, which are very important for the detection of
building edges. The double thresholding of canny edge detector
plays the main role in edge detection. The method uses two
thresholds – to detect strong edges and weak edges, and includes
the weak edges in the output only if they are connected to strong
edges. The Canny operator works in a multi-stage process. The
Canny edge detection algorithm has the following steps:
        jvlIisrIvlsrPd  ,,,:,,,
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 349
 Smoothens the image with a Gaussian filter.
 Computes the gradient magnitude and orientation using
finite-difference approximation for the partial
derivatives.
 Applies non-maxima suppression to the gradient
magnitude.
 Uses the double threshold algorithm to detect and link
edges.
The upper tracking threshold can be set to quite high and lower
threshold quite low for good results. Setting the lower threshold
too high will cause noisy edges to break up. Setting the upper
threshold too low increases the number of spurious and
undesirable edge fragments appearing in the output.
3.1 Morphological operations
The edge map obtained with above methodology is cleaned
using morphological operators to remove stray pixels and to
connect all those un-connected pixels. The various operations
include, cleaning, spurring, removing, bridging, etc. The
explanation for these operations is given below.
Bridge-bridge previously unconnected pixels
'Clean' - Remove isolated pixels (1's surrounded by 0's 'Close'
- Perform binary closure (dilation followed by
erosion)
'Diag' - Diagonal fill to eliminate 8-connectivity of
Background
'Dilate' -Perform dilation using the structuring element
ones (3)
'Erode' -Perform erosion using the structuring element
ones(3)
'Spur' -Remove end points of lines without removing
small objects completely.
Fig Caption 1: Depicts the original input image taken from
ikonos
Fig Caption 2: Depicts the clustered image of the input image
by k-means algorithm.
Fig Caption 3: Depicts the extraction of building features from
the clustered image
Fig Caption 4: Depicts the edge detected image of Fig Caption
3 image
Fig Caption 5: Obtained by morphological operation to the
Edge detected image from Fig Caption 4
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 350
3.2 Results and discussion
Data characteristics
This one-meter resolution color image of the city of Singapore
was collected August 9, 2000 by Space Imaging's IKONOS
satellite. The entire image depicts the trade and administration
centers located between the mouth of the Singapore River and
Canning Hill. This IKONOS imagery is used for project
planning and monitoring, seaport and airport management,
insurance and risk management, disaster assessment, forestry
management and environmental monitoring, coastal zone
mapping, urban planning, and tropical vegetation studies.
CONCLUSIONS
A new technique for the extraction of buildings from satellite
images was presented. Promising results were obtained with our
preliminary experiments. Further testing of the algorithm is
currently under-way. It was shown that the algorithm could be
extended for the detection of land cover changes from remotely
sensed data. This can be used for project planning and
monitoring, seaport and airport management, insurance and risk
management, disaster assessment, forestry management and
environmental monitoring, coastal zone mapping, urban
planning, and tropical vegetation studies.
REFERENCES
[1] Roux & McKeown, 1994] M. Roux and D. McKeown,
“Feature Matching for Building Extraction from Multiple
Views”, Proceedings, IEEE Conference on Computer Vision
and Pattern Recognition, 1994, pp. 46-53.
[2] www.fp.ucalgary.ca/mhallbey/tutorial.htm
[3] Kiwon Lee, Byung-Doo Kwon “Urban Feature
Characterization using High-Resolution Satellite Imagery:
Texture Analysis Approach” Map Asia Conference 2004
GISdevelopment.net.
[4] N.Abbadeni, “Computational measures corresponding to
perceptual textural Features”, Proceedings of the IEEE
International conference on Image Processing,pp 897-
900,2000.
[5] R. L. Kettig and D. A. Landgrebe “Classification of
Multispectral Image Data by Extraction and Classification
of Homogeneous Objects” IEEETransactions on Geoscience
Electronics, Vol. GE-14, No. 1, pp. 19-26, January 1976
[6] R.Chellappa, R.L.Kashyap & B.S.Manjunath, “Model-
Based Texture Segmentation and Classification”, Chapter
2.2 in the Handbook of Pattern Recognition and Computer
Vision, C.H.Chen, L.F.Pau and P.S.P.Wang (eds.), World
Scientific Publishing Company, pp. 277-310, 1993.

Contenu connexe

Tendances

Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videoseSAT Journals
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyjournalBEEI
 
Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...IAEME Publication
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...iaemedu
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processingpaperpublications3
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Quick textured mesh generation for massive 3D digitization of museum artifacts
Quick textured mesh generation for massive 3D digitization of museum artifactsQuick textured mesh generation for massive 3D digitization of museum artifacts
Quick textured mesh generation for massive 3D digitization of museum artifacts3D ICONS Project
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingiaemedu
 
A new technique to fingerprint recognition based on partial window
A new technique to fingerprint recognition based on partial windowA new technique to fingerprint recognition based on partial window
A new technique to fingerprint recognition based on partial windowAlexander Decker
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...IJCI JOURNAL
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edgeijma
 
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...ijcsa
 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...sipij
 
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document ImageAdaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document Imagetheijes
 

Tendances (16)

Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A Survey
 
Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processing
 
3 video segmentation
3 video segmentation3 video segmentation
3 video segmentation
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Quick textured mesh generation for massive 3D digitization of museum artifacts
Quick textured mesh generation for massive 3D digitization of museum artifactsQuick textured mesh generation for massive 3D digitization of museum artifacts
Quick textured mesh generation for massive 3D digitization of museum artifacts
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processing
 
A new technique to fingerprint recognition based on partial window
A new technique to fingerprint recognition based on partial windowA new technique to fingerprint recognition based on partial window
A new technique to fingerprint recognition based on partial window
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edge
 
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...
Automatic 3D view Generation from a Single 2D Image for both Indoor and Outdo...
 
93 98
93 9893 98
93 98
 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...
 
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document ImageAdaptive Image Contrast with Binarization Technique for Degraded Document Image
Adaptive Image Contrast with Binarization Technique for Degraded Document Image
 

En vedette

Heat transfer through journal bearing a case study
Heat transfer through journal bearing a case studyHeat transfer through journal bearing a case study
Heat transfer through journal bearing a case studyeSAT Publishing House
 
Parallel k nn on gpu architecture using opencl
Parallel k nn on gpu architecture using openclParallel k nn on gpu architecture using opencl
Parallel k nn on gpu architecture using opencleSAT Publishing House
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networkseSAT Publishing House
 
Comparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic cellComparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic celleSAT Publishing House
 
Zigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineZigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineeSAT Publishing House
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeeSAT Publishing House
 
Solar system as a radio telescope by the formation of virtual lenses above an...
Solar system as a radio telescope by the formation of virtual lenses above an...Solar system as a radio telescope by the formation of virtual lenses above an...
Solar system as a radio telescope by the formation of virtual lenses above an...eSAT Publishing House
 
Quality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal cityQuality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal cityeSAT Publishing House
 
Control of vibration through an innovative isolation
Control of vibration through an innovative isolationControl of vibration through an innovative isolation
Control of vibration through an innovative isolationeSAT Publishing House
 
Study of surface roughness for discontinuous
Study of surface roughness for discontinuousStudy of surface roughness for discontinuous
Study of surface roughness for discontinuouseSAT Publishing House
 
Study of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modelStudy of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modeleSAT Publishing House
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...eSAT Publishing House
 
Greyscale image authentication and repairing
Greyscale image authentication and repairingGreyscale image authentication and repairing
Greyscale image authentication and repairingeSAT Publishing House
 
Advisedly delayed packet attack on tcp based mobile
Advisedly delayed packet attack on tcp based mobileAdvisedly delayed packet attack on tcp based mobile
Advisedly delayed packet attack on tcp based mobileeSAT Publishing House
 
Hydrogen production from glycerol using microbial electrolysis cell
Hydrogen production from glycerol using microbial electrolysis cellHydrogen production from glycerol using microbial electrolysis cell
Hydrogen production from glycerol using microbial electrolysis celleSAT Publishing House
 
A challenge for security and service level agreement in cloud computinge
A challenge for security and service level agreement in cloud computingeA challenge for security and service level agreement in cloud computinge
A challenge for security and service level agreement in cloud computingeeSAT Publishing House
 
Effect of fly ash on the rheological and filtration
Effect of fly ash on the rheological and filtrationEffect of fly ash on the rheological and filtration
Effect of fly ash on the rheological and filtrationeSAT Publishing House
 
Optimization of process parameter for stir casted
Optimization of process parameter for stir castedOptimization of process parameter for stir casted
Optimization of process parameter for stir castedeSAT Publishing House
 
Lab view study of electrical power distribution system
Lab view study of electrical power distribution systemLab view study of electrical power distribution system
Lab view study of electrical power distribution systemeSAT Publishing House
 
Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...eSAT Publishing House
 

En vedette (20)

Heat transfer through journal bearing a case study
Heat transfer through journal bearing a case studyHeat transfer through journal bearing a case study
Heat transfer through journal bearing a case study
 
Parallel k nn on gpu architecture using opencl
Parallel k nn on gpu architecture using openclParallel k nn on gpu architecture using opencl
Parallel k nn on gpu architecture using opencl
 
A survey on optimal route queries for road networks
A survey on optimal route queries for road networksA survey on optimal route queries for road networks
A survey on optimal route queries for road networks
 
Comparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic cellComparative study of one and two diode model of solar photovoltaic cell
Comparative study of one and two diode model of solar photovoltaic cell
 
Zigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission lineZigbee based differential pilot protection of transmission line
Zigbee based differential pilot protection of transmission line
 
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tubeNumerical analysis of heat transfer in refrigerant flow through a condenser tube
Numerical analysis of heat transfer in refrigerant flow through a condenser tube
 
Solar system as a radio telescope by the formation of virtual lenses above an...
Solar system as a radio telescope by the formation of virtual lenses above an...Solar system as a radio telescope by the formation of virtual lenses above an...
Solar system as a radio telescope by the formation of virtual lenses above an...
 
Quality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal cityQuality analysis of drinking water in bhopal city
Quality analysis of drinking water in bhopal city
 
Control of vibration through an innovative isolation
Control of vibration through an innovative isolationControl of vibration through an innovative isolation
Control of vibration through an innovative isolation
 
Study of surface roughness for discontinuous
Study of surface roughness for discontinuousStudy of surface roughness for discontinuous
Study of surface roughness for discontinuous
 
Study of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin modelStudy of shape of intermediate sill on the design of stilling basin model
Study of shape of intermediate sill on the design of stilling basin model
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...
 
Greyscale image authentication and repairing
Greyscale image authentication and repairingGreyscale image authentication and repairing
Greyscale image authentication and repairing
 
Advisedly delayed packet attack on tcp based mobile
Advisedly delayed packet attack on tcp based mobileAdvisedly delayed packet attack on tcp based mobile
Advisedly delayed packet attack on tcp based mobile
 
Hydrogen production from glycerol using microbial electrolysis cell
Hydrogen production from glycerol using microbial electrolysis cellHydrogen production from glycerol using microbial electrolysis cell
Hydrogen production from glycerol using microbial electrolysis cell
 
A challenge for security and service level agreement in cloud computinge
A challenge for security and service level agreement in cloud computingeA challenge for security and service level agreement in cloud computinge
A challenge for security and service level agreement in cloud computinge
 
Effect of fly ash on the rheological and filtration
Effect of fly ash on the rheological and filtrationEffect of fly ash on the rheological and filtration
Effect of fly ash on the rheological and filtration
 
Optimization of process parameter for stir casted
Optimization of process parameter for stir castedOptimization of process parameter for stir casted
Optimization of process parameter for stir casted
 
Lab view study of electrical power distribution system
Lab view study of electrical power distribution systemLab view study of electrical power distribution system
Lab view study of electrical power distribution system
 
Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...
 

Similaire à Building extraction from remote sensing imageries by data fusion techniques

Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNDETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNIJCSEIT Journal
 
Image processing techniques applied for pitting
Image processing techniques applied for pittingImage processing techniques applied for pitting
Image processing techniques applied for pittingeSAT Publishing House
 
Image processing techniques applied for pitting corrosion analysis
Image processing techniques applied for pitting corrosion analysisImage processing techniques applied for pitting corrosion analysis
Image processing techniques applied for pitting corrosion analysiseSAT Journals
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...eSAT Journals
 
Garbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesGarbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesIRJET Journal
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Journals
 
Generating three dimensional photo-realistic model of archaeological monument...
Generating three dimensional photo-realistic model of archaeological monument...Generating three dimensional photo-realistic model of archaeological monument...
Generating three dimensional photo-realistic model of archaeological monument...eSAT Journals
 
Generating three dimensional photo-realistic model of
Generating three dimensional photo-realistic model ofGenerating three dimensional photo-realistic model of
Generating three dimensional photo-realistic model ofeSAT Publishing House
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...CSCJournals
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
Crack Detection of Wall Using MATLAB
Crack Detection of Wall Using MATLABCrack Detection of Wall Using MATLAB
Crack Detection of Wall Using MATLABvivatechijri
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigationeSAT Publishing House
 
Semantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSemantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSunando Sengupta
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...eSAT Publishing House
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingeSAT Publishing House
 

Similaire à Building extraction from remote sensing imageries by data fusion techniques (20)

Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NNDETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
DETECTION OF CONCEALED WEAPONS IN X-RAY IMAGES USING FUZZY K-NN
 
Image processing techniques applied for pitting
Image processing techniques applied for pittingImage processing techniques applied for pitting
Image processing techniques applied for pitting
 
Image processing techniques applied for pitting corrosion analysis
Image processing techniques applied for pitting corrosion analysisImage processing techniques applied for pitting corrosion analysis
Image processing techniques applied for pitting corrosion analysis
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...
 
Garbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning TechniquesGarbage Classification Using Deep Learning Techniques
Garbage Classification Using Deep Learning Techniques
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
Generating three dimensional photo-realistic model of archaeological monument...
Generating three dimensional photo-realistic model of archaeological monument...Generating three dimensional photo-realistic model of archaeological monument...
Generating three dimensional photo-realistic model of archaeological monument...
 
Generating three dimensional photo-realistic model of
Generating three dimensional photo-realistic model ofGenerating three dimensional photo-realistic model of
Generating three dimensional photo-realistic model of
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
J017426467
J017426467J017426467
J017426467
 
Crack Detection of Wall Using MATLAB
Crack Detection of Wall Using MATLABCrack Detection of Wall Using MATLAB
Crack Detection of Wall Using MATLAB
 
sheeba 1.pptx
sheeba 1.pptxsheeba 1.pptx
sheeba 1.pptx
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigation
 
Semantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSemantic Mapping of Road Scenes
Semantic Mapping of Road Scenes
 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imaging
 

Plus de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Plus de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Dernier

An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 

Dernier (20)

An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 

Building extraction from remote sensing imageries by data fusion techniques

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 347 BUILDING EXTRACTION FROM REMOTE SENSING IMAGERIES BY DATA FUSION TECHNIQUES Ezhili .G1 and Akshaya .V.S2 1.2 Computer Science and Engineering, R.M.D. Engineering College, Chennai, Tamil Nadu, India ezhili1994@gmail.com, buvanaksh@hotmail.com Abstract This paper presents a data fusion approach for manmade objects extraction from high-resolution IKONOS satellite images. Buildings can have various complex forms and roofs of various compositional materials. Their automatic extraction from imagery is a very difficult problem. Applying normal image processing methods could not achieve satisfied performance, especially for high-resolution satellite images. It is based on edge maps derived from IKONOS data. Local changes or variations of the intensity of the imagery (such as edges and corners) are important information for image processing and pattern recognition. K-MEANS clustering is one of the most popular techniques that can be used to classify satellite images. This technique coupled with canny edge detection, which has double threshold technique is less fooled by noise, forms a very good tool in detection of man-made features. The above mentioned techniques are applied to one meter IKONOS imagery of the highly urbanized Singapore city, to detect building edges within scene. Keywords: Canny edge detection, RGB color matrices, Gaussian filter, K-means clustering, non-maximum suppression. ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Remote sensing is the science and art of obtaining information about an object, area, or phenomenon through the analysis of data acquired by a device that is not in contact with the object, area, or phenomenon under investigation Cartographic production facilities are involved in the creation of maps containing features such as road vegetation boundaries, and building footprints. The automation of such tasks can lead to greater productivity, resulting in reduced timelines for map production. This has significance for both military and civilian emergency purposes. With the recent advent of a series of commercialized high-resolution satellite, the potential of IKONOS imagery in topographic mapping has been investigated and highlighted by many researchers (Holland et al., 2002; Holland & Marshall, 2003).However In urban areas, it has been long a challenge topic to automatically extract urban objects from images due to the high object density and scene complexity. (Building).Buildings is the most relevant man made structures. Their detection is valuable because of the strategic human activity occurs in, are in association with, a building of some sort. In addition as they do not move, they do not serve as good references for the relative position of other type of objects. But in a highly urbanized city, detecting individual buildings is a problem, due to the proximity of the buildings to each other and the heights of the buildings which causes relief displacement. This paper deals with devolving an algorithm to rapidly and automatically extract man made features (buildings) from remote sensing imageries by data fusion techniques like k-means clustering,feature extraction,edge detection, morphological operations. The main difficulty of image segmentation is the lack of adequate tools to characterize different scales of texture effectively. Recent development in multi-resolution analysis such as feature extraction helps overcome this difficulty. This ability to discriminate features is generally dependent of scale. Another difficulty with common edge operators is that they detect too many images, which makes the map difficult to interpret. The canny edge detector uses the threshold technique by the noise is reduced and only the wanted edges are picked by settling the thresholds. 2. METHODOLOGY The description of the approach to discriminate man-made objects from high resolution IKONOS data is shown in Figure. Color to grayscale conversion K-means clustering Feature extraction Edge detection Morphological operations Input image
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 348 2.1 K means clustering technique Image segmentation is the process of division of the image into regions with similar attributes. K means clustering technique is performed on the collection of remotely sensed data. In our trials we have used 3 clusters. Centroids are initialized by finding the mean vector and looking for those K vectors that are farthest from the mean. Euclidean distance in the feature space is used as the measure of dissimilarity. The convergence criterion is that the difference in the centroids in successive iteration is less than a predefined threshold. At the end of this run we get a class label for each of the pixels and the centroids for each of the classes. For the Kth cluster, the mean is given by,   kn i i k k x n 1 1  Where µ k is the mean vector and n k is the number of vectors in the K th cluster. For the K th cluster, the covariance matrix is given by, 2 ) 1 )( 1 k n i i k k k x n C   Where n k is the number of vectors in the K th cluster, x i is the vector in the cluster k and µ k d is the mean vector of cluster K. Mean and covariance values are refined in the Expectation Maximization algorithm. 2.2 Texture Feature Extraction Many land cover/land use classes in urban areas can be distinguished from each other via their shape or structure characteristics. Therefore, it is important to extract features that are able to describe relevant "texture" properties of classes. Texture is an important characteristic for the analysis of many types of images such as an image obtained from aircraft or satellite platforms. It is the visual effect, which is produced by spatial distribution of tonal variations over relatively small areas 2 .The concept of texture can be investigated through its relationship with spectral data in fact, textural and spectral information can both be present in an image or either one can dominate the other classification accuracy. In the proposed algorithm for classification, the co-occurrence features are selected as the basic texture feature detectors due to their good performance in many pattern recognition applications including remote sensing. A gray level co-occurrence matrix is defined as a sample of the joint probability density of the gray levels of two pixels separated by a given displacement. The features based on GLCM are energy, entropy and correlation. Gray-scale co-occurrence matrix Pd is obtained by following computation. The features computed are: *   i j d jiPEnergy , 2 *     i j dd jiPjiPEntropy ,log,2 *         i j yx d jiPji nCorrelatio   , * ),()( 2 jiPjiInertia d i j   *    i j d ji jiP ferenceInversedif 2 )(1 ),( *  i j d jiijPationAutocorrel ),( Where µ is the mean of Pd and σ y are the standard deviations of Pd (x) and Pd (y) respectively. 3. THE CANNY EDGE DETECTION Edges of an image reflect the information of the image mostly. They contain the basis character of the image. Edges within an image correspond to intensity discontinuities that result from different surface reflectance of objects. Various illumination conditions, or varying distance and orientations of objects from a viewer. Edge detection is a common problem and of fundamental importance in image analysis and computer vision. Edges however generally occur at various resolutions, or scales, and represent transition of different degrees, or gradient levels. Perhaps the most commonly used method from detecting edges in an image is through spatial gradient. In this approach, the edges are identified by the local extrema in the differentiated image through thresholding. The canny edge detector is less likely to be “fooled” by noise and more likely to detect true weak edges, which are very important for the detection of building edges. The double thresholding of canny edge detector plays the main role in edge detection. The method uses two thresholds – to detect strong edges and weak edges, and includes the weak edges in the output only if they are connected to strong edges. The Canny operator works in a multi-stage process. The Canny edge detection algorithm has the following steps:         jvlIisrIvlsrPd  ,,,:,,,
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 349  Smoothens the image with a Gaussian filter.  Computes the gradient magnitude and orientation using finite-difference approximation for the partial derivatives.  Applies non-maxima suppression to the gradient magnitude.  Uses the double threshold algorithm to detect and link edges. The upper tracking threshold can be set to quite high and lower threshold quite low for good results. Setting the lower threshold too high will cause noisy edges to break up. Setting the upper threshold too low increases the number of spurious and undesirable edge fragments appearing in the output. 3.1 Morphological operations The edge map obtained with above methodology is cleaned using morphological operators to remove stray pixels and to connect all those un-connected pixels. The various operations include, cleaning, spurring, removing, bridging, etc. The explanation for these operations is given below. Bridge-bridge previously unconnected pixels 'Clean' - Remove isolated pixels (1's surrounded by 0's 'Close' - Perform binary closure (dilation followed by erosion) 'Diag' - Diagonal fill to eliminate 8-connectivity of Background 'Dilate' -Perform dilation using the structuring element ones (3) 'Erode' -Perform erosion using the structuring element ones(3) 'Spur' -Remove end points of lines without removing small objects completely. Fig Caption 1: Depicts the original input image taken from ikonos Fig Caption 2: Depicts the clustered image of the input image by k-means algorithm. Fig Caption 3: Depicts the extraction of building features from the clustered image Fig Caption 4: Depicts the edge detected image of Fig Caption 3 image Fig Caption 5: Obtained by morphological operation to the Edge detected image from Fig Caption 4
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 03 | Mar-2013, Available @ http://www.ijret.org 350 3.2 Results and discussion Data characteristics This one-meter resolution color image of the city of Singapore was collected August 9, 2000 by Space Imaging's IKONOS satellite. The entire image depicts the trade and administration centers located between the mouth of the Singapore River and Canning Hill. This IKONOS imagery is used for project planning and monitoring, seaport and airport management, insurance and risk management, disaster assessment, forestry management and environmental monitoring, coastal zone mapping, urban planning, and tropical vegetation studies. CONCLUSIONS A new technique for the extraction of buildings from satellite images was presented. Promising results were obtained with our preliminary experiments. Further testing of the algorithm is currently under-way. It was shown that the algorithm could be extended for the detection of land cover changes from remotely sensed data. This can be used for project planning and monitoring, seaport and airport management, insurance and risk management, disaster assessment, forestry management and environmental monitoring, coastal zone mapping, urban planning, and tropical vegetation studies. REFERENCES [1] Roux & McKeown, 1994] M. Roux and D. McKeown, “Feature Matching for Building Extraction from Multiple Views”, Proceedings, IEEE Conference on Computer Vision and Pattern Recognition, 1994, pp. 46-53. [2] www.fp.ucalgary.ca/mhallbey/tutorial.htm [3] Kiwon Lee, Byung-Doo Kwon “Urban Feature Characterization using High-Resolution Satellite Imagery: Texture Analysis Approach” Map Asia Conference 2004 GISdevelopment.net. [4] N.Abbadeni, “Computational measures corresponding to perceptual textural Features”, Proceedings of the IEEE International conference on Image Processing,pp 897- 900,2000. [5] R. L. Kettig and D. A. Landgrebe “Classification of Multispectral Image Data by Extraction and Classification of Homogeneous Objects” IEEETransactions on Geoscience Electronics, Vol. GE-14, No. 1, pp. 19-26, January 1976 [6] R.Chellappa, R.L.Kashyap & B.S.Manjunath, “Model- Based Texture Segmentation and Classification”, Chapter 2.2 in the Handbook of Pattern Recognition and Computer Vision, C.H.Chen, L.F.Pau and P.S.P.Wang (eds.), World Scientific Publishing Company, pp. 277-310, 1993.