SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Downloaden Sie, um offline zu lesen
Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014

Detection of Bridges using Different Types of High
Resolution Satellite Images
Lizy Abraham1, Dr.M.Sasikumar2
1

Department of Electronics & Communication Engineering, LBS Institute of Technology for Women, University of
Kerala, Trivandrum, India
Email: lizytvm@yahoo.com
2
Department of Electronics & Communication Engineering, Marian Engineering College, University of Kerala,
Trivandrum, India
Email: drmsasikumar@yahoo.com
Abstract— Automatic detection of geographical objects such as roads, buildings and bridges
from remote sensing imagery is a very meaningful but difficult work. Bridges over water is
a typical geographical object and its automatic detection is of great significance for many
applications. Finding Region Of Interest (ROI) having water areas alone is the most crucial
task in bridge detection. This can be done with image processing / soft computing methods
using images in spatial domain or with Normalized Differential Water Index (NDWI) using
images in spectral domain. We have developed an efficient algorithm for bridge detection
where the ROI segmentation is done using both methods. Exact locations of bridges are
obtained by knowledge models and spatial resolution of the image. These knowledge models
are applied in the algorithm in such a way that the thresholds are automatically fixed
depending on the quality of the image. Using the algorithm any type of bridges are extracted
irrespective of their inclination and shape.
Index Terms— Fuzzy based thresholding, Region Of Interest, NDWI, Area Analysis.

I. INTRODUCTION
Earlier methods for bridge extraction from high resolution satellite imagery are based on detecting linear
features after segmentation and can be applied only for very high resolution SAR images [1, 2]. Also SAR
phenomena such as layover and occlusion burden the analysis and increase the false detection rate. TriasSanz et al., 2004 [3] suggest techniques to automatically detect bridges on small high-resolution
panchromatic satellite images that rely on radiometric features (texture information) and geometric models.
Using neural networks, they classify each pixel into several terrain classes. Although the approach is
effective, there are several drawbacks for extending it to the general case. First, computation of texture
parameters from a large image takes a significant amount of time. In addition, the analysis windows span
more than one texture at the boundaries of texture regions and, therefore, give imprecise classifications. This
technique also is unlikely to extract bridges over larger regions such as big rivers. Most existing methods are
based on knowledge base, which is not derived automatically. But since these rules are developed by an
observer, the methods are not well suited for all types of images. In the study done by Chaudhuri & Samal,
2008 [4], the image is classified into three classes, water, concrete and background using the well known
facts about bridges. In the study by Gu et. al., 2011 [5], water areas are found using segmentation and
possible river mask is extracted from the water regions.
DOI: 01.IJRTET.10.2.513
© Association of Computer Electronics and Electrical Engineers, 2014
Following this step, possible bridge regions are extracted using prior knowledge and then verified using
geometric constraints. In Han, Y., 2007 [6], segmentation is greatly influenced by gray level value which
changes with elevation angle of sun and turbidity of water. A fuzzy based thresholding method can be used
for accurately segmenting water regions from background which is suggested by Yili Fu et. al., 2009 [7]. But
the knowledge model proposed in the approach cannot be applied for any complexity levels and spatial
resolutions. In the method proposed by E. Gediket. al., 2012 [8], segmentation of water regions is done by
NDWI and then the algorithm is preceded by the verification of certain geometric constraints.
The method described in our work, candidate bridge pixels are extracted according to area analysis and the
developed bridge extraction algorithm after fuzzy based segmentation. Images in both spatial and spectral
domain can be processed using this method. Results are presented and it can be observed that bridge
detection is done with high accuracy for different types of images of varying complexity and resolution levels
irrespective of their inclination. We have also compared the method with the ROI extraction using NDWI to
validate the superior performance of our algorithm.
II. STUDY REGION
The approach of bridge detection strategy has been applied in six different satellite images of varying
resolutions and different features to test the validity of the method. High-resolution satellite-based imaging
sensors like IKONOS, Quickbird and SPOT provide one band of panchromatic (PAN) data (spatial domain)
and four bands of multispectral (MS) data (spectral domain) at a quarter of the resolution of the panchromatic
data. MS data contain four individual bands: red (R), green (G), blue (B), and near infrared (NIR). PanSharpened Multispectral (PS-MS) images are obtained by fusing high resolution panchromatic and low
resolution multispectral (MS) bands. This is done using Multispec32 which is a freeware multispectral image
data analysis system. The resultant PSMS image has the same resolution as that of PAN image. Fig.1, fig.2,
fig.3 and fig.4 are IKONOS satellite images of 1-m resolution having famous bridges of Budapest, Hungary
connecting Buda and Pest across the river Danube. Fig.1 is a Pan Sharpened Multi Spectral (PS-MS) image
having two bridges namely Petofi Bridge and Rakoczi Bridge crossing the river Danube. Fig.2 is another
RGB satellite image of Arpad Bridge in Budapest connecting Buda and Pest. Fig.3and fig.4 are RGB image
of Margaret Bridge and PS-MS image of Chain Bridge respectively. Margaret bridge leads across
to Margaret Island, situated middle of the Danube in central Budapest. Chain Bridge is a suspension bridge
that spans the river Danube between Buda and Pest. Fig.5 is a Quickbird RGB image of 60cm resolution with
the Tower Bridge of London over the river Thames. Fig.6 is a SPOT-5 RGB image with 4m resolution of
Washington D.C. The bridge shown in the image is Woodrow Wilson Bridge which spans the Potomac
river between the city of Alexandria and Oxon Hill, Maryland, United States.

Fig.1:IKONOS PS-MS Image (1m)

Fig.2:IKONOS RGB Image (1m)

III. METHODOLOGY
The algorithm based on histogram works well for most of the satellite images as the water areas have
significant difference in gray level compared to other regions. But some shadow regions and urban areas can
also be misclassified as water regions. Depending on sun elevation and azimuth angles and the sensor
108
Fig.3:IKONOS RGB Image (1m)

Fig.4:IKONOS PS-MS Image (1m)

Fig.5:Quickbird RGB Image (60cm)

Fig.6: SPOT-5 RGB Image (4m)

azimuth angle gray level intensities may vary widely and this method is not possible. Therefore, in our work,
fuzzy threshold segmentation [7] is used for pre-processing the image. The overall flow of the system is
shown in Fig.7.
A. Fuzzy based thresholding
Fuzzy thresholding can be applied directly on PAN images or else we have to convert to grayscale for the
case of RGB/ multispectral images.
x(xij) represent membership value of gray value x at location (i, j)
then the original image X of size (m, n) is defined as (1):
X = {(xij

x(xij))}

where 0
x(xij)
Choose an arbitrary

(1)
- 1; j = 0, 1,…….n – 1.
x(xij) of each pixel values as (2):

(2)
C = min{|t- 0|, |t- 1|}

(3)

109
Fig. 7. Schematic diagram of the method

110
where 0 is the average gray value of background (xij
1 is average gray value of foreground (xij> t).
Then find the expectation value for all threshold values using equation (4).
(4)
The t corresponding to the minimum of all expectation values is selected as the optimum threshold for that
particular image. The fuzzy segmented image for the test image shown in fig.1 is given in fig.8.
B. Fine segmentation to remove noise
By a sequence of morphological erosion and dilation steps undesired small objects are removed and the
bridge gaps are closed. Binary morphological operators such as erosion and dilation combine a local
neighborhood of pixels with a pixel mask to achieve the desired result. The output pixel, 0, is set to either a
hit (1) or a miss (0) based on the logical AND relationship. Therefore the operation uses the following (5) as
its mask:

(5)
The remaining image region is now the expectation area of bridges over water bodies. The expectation area
can be further scaled down by a logical exclusive OR operation with the initial threshold result and
subsequent noise reduction. Figure 9 shows the result of fine segmented image.

Fig. 8.Fuzzy segmented image

Fig. 9. Fine segmented image

C. Area Analysis
After morphological operations, there are still a lot of regions which are similar to water areas. The size of
these areas are very small compared to other regions and can be eliminated by connected component
labelling. To verify the hypothesized connected components as water regions, area analysis is performed. A
suitable threshold for area is determined by using Otsu's method [9] and this is applied for the fine segmented
image. Otsu's thresholding method involves iterating through all the possible threshold values and calculating
a measure of spread for the pixel levels each side of the threshold, i.e. the pixels that either fall in foreground
or background. The aim is to find the threshold value where the sum of foreground and background spreads
is at its minimum. This can be achieved by finding a threshold with the maximum between class variance and
minimum within class variance. This can be calculated by the following equations (6 and 7).
Within Class Variance

2
w

2
Wb b

Wf

2
f

(6)

111
Between Class Variance

2
B

2

2
w
2

=W (
b b
(where

2

)

W (
f

=W
b b

=W W (
b f
b

f

W

)

f

)

f
f

)

2

(7)

where
distinguished as f and b. After otsu's thresholding regions having area size greater than the threshold is
considered as the region of interest which is shown in fig.10.

Fig. 10. Image after area analysis

D. Extraction of bridges
Bridges are extracted from the image using the logic that at bridge edges there is a transition between black
and white pixels. If the number of pixels between the transitions is less than at least 10% percentage of width
of the image for an1-m resolution image, they are considered as bridge pixels. But if the resolution of the
satellite image varies this threshold is modified accordingly. The algorithm is formulated as follows
(Table.1):
Using the algorithm any type of bridges are extracted irrespective of their inclination angle, shape and size.
As the algorithm is carefully formulated without considering the geometrical features, further processing is
not much required in the test process. The below figures (Fig.11) show the extracted bridge regions and the
detected edge lines of the bridge.

Fig. 11. Extracted bridge regions and the detected edge lines of the bridge

112
TABLE I: BRIDGE E XTRACTION ALGORITHM

1. Start
2. Initialize the ROI segmented image as B(i,j)
3. Set i=0 & j=0
4. Set Flag =0
5. Check whether there is a 0 to 1 transition in B(i,j)
6. If Yes, Set the Flag
7. Check whether there is a 1 to 0 transition in B(i,j)
8. If Yes, find the number of pixels between two transitions
9. If it is less than 10% of B(i,j), record the pixels between two transitions
10. Reset the Flag
11. Increment j and repeat steps 5 to 9
12. Increment i and repeat steps 4 to 11
13. Stop
E. Post processing of the extracted image
The output image includes error specified by the scattered white points which may be detected as bridges.
This can be eliminated using improved hough transform [10]. Compared with traditional HT, the
improvements are consisted of normalizing parameter space, eliminating spurious peaks, determining end
points according to dynamic clustering rule. Figure 12 shows the result of improved hough transform. Finally
superimpose the detected bridge pixels over the original input image. Satellite PS-MS image with bridges
shown in white pixels is the resultant image (Figure 13).

Fig. 12.Image after post processing

Fig. 13. Resultant image

IV. APPLICABILITY OF THE S AME ALGORITHM USING NDWI
Instead of using fuzzy thresholding, we have utilized the possibility of clustering using NDWI for ROI
extraction as the method specified in E. Gediket. al., 2012 [8].They have mentioned in their work itself that it
is not always possible to distinguish water from shadows using the proposed approach as water and shadow
have similar reflectance characteristics, but it still give better results than simple thresholding. Except that we
have not made any changes in our method of bridge detection and the same fully automatic bridge detection
algorithm is applied for the multispectral test images and both results are compared. Figure 14 shows ROI
extraction of water segment for the PS-MS image in fig.1 using both methods. We can see that the method
using fuzzy thresholding have superior performance.

113
Fig. 14. Region of Interest extraction: (a) Proposed Method (b) Using NDWI

The miss detections seen as black spots in the background of the segmented image using NDWI is because of
some other areas having low reflectance values as that of water region in the original image. Though this is
rectified to a certain extent in the area analysis phase, the bridge detected image is not as good as that of our
method. The results are shown in fig.15.

Fig15: Extracted Bridge regions (a) Proposed Method (b) Using NDWI

Fig16: Resultant Bridge detected Image of fig.1 (a) Proposed Method (b) Using NDWI

The bridge detected results using both methods for the multispectral images in fig 1 and fig.4 are given in fig.
16 and 17 respectively.
The results obtained for other RGB test images of different resolutions using our proposed method are given
in fig.18 to fig.21.
V. RESULT ASSESSMENT AND DISCUSSIONS
The proposed algorithm has been tested on various images obtained from different satellite sensors and the
outputs are obtained with considerable accuracy. The algorithm proposed here uses fuzzy based segmentation
and Otsu's thresholding for area analysis, which increase the applicability of this work over a wide range of
images since the threshold is not fixed. These two methods find out the most suitable threshold for each

114
Fig17: Resultant Bridge detected Image of fig.4 (a) Proposed Method (b) Using NDWI

Fig. 18. Bridge detected IKONOS image (1-m)

Fig. 19. Bridge detected Quickbird image (60-cm)

Fig. 20. Bridge detected IKONOS image (1-m)

Fig. 21. Bridge detected SPOT5 image (4-m)

115
image according to the statistical properties of the image. This algorithm is designed to perform on images of
varying resolutions. Using the algorithm any type of bridges are extracted irrespective of their inclination and
shape. Also segmentation is not affected by gray level values which changes with elevation angle of sun and
turbidity of water. Satellite images obtained in spatial domain as well as spectral domain can be processed
using this method. While comparing the proposed method with the method using NDWI for ROI extraction,
we can see that the method developed in our work is superior.
VI. CONCLUSION
In this paper, a fuzzy based automatic bridge detection technique is designed for any type of satellite images
including low resolution images, images taken at different sum azimuth and elevation angles and images
having bridges of different angle of inclinations. Considering the results, acceptable accuracy for the resultant
images is obtained and so the efficiency of the bridge detection process is improved by using our algorithm.
But this method is suitable only for bridges over water. Using Digital Elevation Model (DEM) obtained for
the region, it can be possible to distinguish bridges over water and other bridges or spanning roads. Future
works include developing algorithms for spanning road detection also.
REFERENCES
[1] Robalo, J., Lichtenegger, J.: ERS-SAR Images a bridge. ESA, Earth Oberservation Quarterly, pp. 7-10. December
1999 (http://esapub.esrin.esa.it/eoq/eoq64/bridge.pdf)
[2] Soergel, U., Cadario, E., Gross, H., Thiele, A., Thoennessen U.: Bridge Detection in multi-aspect high-resolution
Interferometric SAR Data. Proc. of 6th European conference on synthetic aperture radar, EUSAR, CD, 4p. (2006)
[3] R. Trias-Sanz, N., Lomenie, Barbeau, J.: Using textural and geometric information for an automatic bridge detection
system. Proc. ACIVS,Brussels, Belgium, Aug. 31–Sep. 3, 325–332 (2004)
[4] Chaudhuri, D., Samal, A.: An automatic bridge detection technique for multispectral images. IEEE Transaction on
Geoscience and Remote Sensing. 46(9): 2720-2727 (2008)
[5] Gu, D., Zhu, C., Shen, H., Hu, J., Chang, H., 2011. Automatic Bridge Extraction for Optical Images. In :IEEE Sixth
International Conference on Image and Graphics on, Hefei, Anhui, pp. 446-451.
[6] Han, Y., Zheng, H., Cao, Q., Wang, Y.: An effective method for bridge detection from satellite imagery. 2nd IEEE
Conference on Industrial Electronics and Applications, Harbin, China: 2753-2757(2007)
[7] Yili Fu, Kun Xing, YongJie Huang, Yongfei Xiao: Recognition of Bridge over Water in High-Resolution Remote
Sensing Images. World Congress on Computer Science and Information Engineering, March 31 to April 2, Los
Angeles/Anaheim, USA (2009)
[8]
, “ A New Robust Method for Bridge Detection
from High Resolution Electro-Optic Satellite Images”, Proceedings of the 4th GEOBIA, May 7-9, 2012 - Rio de
Janeiro - Brazil. pp.298-302.
[9] Otsu, N.: A threshold selection method from graylevel histograms. IEEE Trans. Sys. Man Cyber. vol. 9, no. 1, pp.
62-66 (1979)
[10] F. Leandro, M. O. Manuel: Real-time line detection through an improved Hough transform voting scheme. Pattern
Recognition, 41(1), pp. 299-314 (2008)

116

Weitere ähnliche Inhalte

Was ist angesagt?

Matching algorithm performance analysis for autocalibration method of stereo ...
Matching algorithm performance analysis for autocalibration method of stereo ...Matching algorithm performance analysis for autocalibration method of stereo ...
Matching algorithm performance analysis for autocalibration method of stereo ...TELKOMNIKA JOURNAL
 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...csandit
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weatherijsrd.com
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF ijcseit
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor csandit
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval ofijcsity
 
Robust High Resolution Image from the Low Resolution Satellite Image
Robust High Resolution Image from the Low Resolution Satellite ImageRobust High Resolution Image from the Low Resolution Satellite Image
Robust High Resolution Image from the Low Resolution Satellite Imageidescitation
 
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIME
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIMEEVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIME
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIMEacijjournal
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22Prasad K
 
Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy csandit
 
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 Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsImage Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsCSCJournals
 
Radar reflectance model for the extraction of height from shape from shading ...
Radar reflectance model for the extraction of height from shape from shading ...Radar reflectance model for the extraction of height from shape from shading ...
Radar reflectance model for the extraction of height from shape from shading ...eSAT Journals
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041IJERA Editor
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
Disparity map generation based on trapezoidal camera architecture for multi v...
Disparity map generation based on trapezoidal camera architecture for multi v...Disparity map generation based on trapezoidal camera architecture for multi v...
Disparity map generation based on trapezoidal camera architecture for multi v...ijma
 
Review on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesReview on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesIJERA Editor
 

Was ist angesagt? (18)

Matching algorithm performance analysis for autocalibration method of stereo ...
Matching algorithm performance analysis for autocalibration method of stereo ...Matching algorithm performance analysis for autocalibration method of stereo ...
Matching algorithm performance analysis for autocalibration method of stereo ...
 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
 
3D reconstruction
3D reconstruction3D reconstruction
3D reconstruction
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weather
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
 
Robust High Resolution Image from the Low Resolution Satellite Image
Robust High Resolution Image from the Low Resolution Satellite ImageRobust High Resolution Image from the Low Resolution Satellite Image
Robust High Resolution Image from the Low Resolution Satellite Image
 
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIME
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIMEEVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIME
EVALUATION OF THE VISUAL ODOMETRY METHODS FOR SEMI-DENSE REAL-TIME
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
 
Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy Single Image Fog Removal Based on Fusion Strategy
Single Image Fog Removal Based on Fusion Strategy
 
Image processing techniques applied for pitting
Image processing techniques applied for pittingImage processing techniques applied for pitting
Image processing techniques applied for pitting
 
Image Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsImage Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local Histograms
 
Radar reflectance model for the extraction of height from shape from shading ...
Radar reflectance model for the extraction of height from shape from shading ...Radar reflectance model for the extraction of height from shape from shading ...
Radar reflectance model for the extraction of height from shape from shading ...
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Disparity map generation based on trapezoidal camera architecture for multi v...
Disparity map generation based on trapezoidal camera architecture for multi v...Disparity map generation based on trapezoidal camera architecture for multi v...
Disparity map generation based on trapezoidal camera architecture for multi v...
 
Review on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for ImagesReview on Various Algorithm for Cloud Detection and Removal for Images
Review on Various Algorithm for Cloud Detection and Removal for Images
 

Ă„hnlich wie Detection of Bridges using Different Types of High Resolution Satellite Images

A Survey on Single Image Dehazing Approaches
A Survey on Single Image Dehazing ApproachesA Survey on Single Image Dehazing Approaches
A Survey on Single Image Dehazing ApproachesIRJET Journal
 
IRJET- Object Detection in Underwater Images using Faster Region based Convol...
IRJET- Object Detection in Underwater Images using Faster Region based Convol...IRJET- Object Detection in Underwater Images using Faster Region based Convol...
IRJET- Object Detection in Underwater Images using Faster Region based Convol...IRJET Journal
 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemeSAT Journals
 
Ak03302260233
Ak03302260233Ak03302260233
Ak03302260233ijceronline
 
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...cscpconf
 
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGA PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGIRJET Journal
 
A Review on Deformation Measurement from Speckle Patterns using Digital Image...
A Review on Deformation Measurement from Speckle Patterns using Digital Image...A Review on Deformation Measurement from Speckle Patterns using Digital Image...
A Review on Deformation Measurement from Speckle Patterns using Digital Image...IRJET Journal
 
6 superpixels using morphology for rock image
6 superpixels using morphology for rock image6 superpixels using morphology for rock image
6 superpixels using morphology for rock imageAlok Padole
 
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...Youness Lahdili
 
A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...IJEECSIAES
 
A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...nooriasukmaningtyas
 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...CSCJournals
 
Efficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsEfficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsjournalBEEI
 
D04432528
D04432528D04432528
D04432528IOSR-JEN
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET Journal
 
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET Journal
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1KARTHIKEYAN V
 
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGS
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGSDETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGS
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGScscpconf
 
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
 

Ă„hnlich wie Detection of Bridges using Different Types of High Resolution Satellite Images (20)

A Survey on Single Image Dehazing Approaches
A Survey on Single Image Dehazing ApproachesA Survey on Single Image Dehazing Approaches
A Survey on Single Image Dehazing Approaches
 
IRJET- Object Detection in Underwater Images using Faster Region based Convol...
IRJET- Object Detection in Underwater Images using Faster Region based Convol...IRJET- Object Detection in Underwater Images using Faster Region based Convol...
IRJET- Object Detection in Underwater Images using Faster Region based Convol...
 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring system
 
Ak03302260233
Ak03302260233Ak03302260233
Ak03302260233
 
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...
A CONTENT BASED WATERMARKING SCHEME USING RADIAL SYMMETRY TRANSFORM AND SINGU...
 
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGA PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
 
A Review on Deformation Measurement from Speckle Patterns using Digital Image...
A Review on Deformation Measurement from Speckle Patterns using Digital Image...A Review on Deformation Measurement from Speckle Patterns using Digital Image...
A Review on Deformation Measurement from Speckle Patterns using Digital Image...
 
6 superpixels using morphology for rock image
6 superpixels using morphology for rock image6 superpixels using morphology for rock image
6 superpixels using morphology for rock image
 
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...
6 - Conception of an Autonomous UAV using Stereo Vision (presented in an Indo...
 
F045033337
F045033337F045033337
F045033337
 
A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...
 
A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...A comparative study for the assessment of Ikonos satellite image-fusion techn...
A comparative study for the assessment of Ikonos satellite image-fusion techn...
 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
 
Efficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpointsEfficient 3D stereo vision stabilization for multi-camera viewpoints
Efficient 3D stereo vision stabilization for multi-camera viewpoints
 
D04432528
D04432528D04432528
D04432528
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
 
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1
 
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGS
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGSDETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGS
DETECTION OF POWER-LINES IN COMPLEX NATURAL SURROUNDINGS
 
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...
 

Mehr von idescitation

Mehr von idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

KĂĽrzlich hochgeladen

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 

KĂĽrzlich hochgeladen (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 

Detection of Bridges using Different Types of High Resolution Satellite Images

  • 1. Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Detection of Bridges using Different Types of High Resolution Satellite Images Lizy Abraham1, Dr.M.Sasikumar2 1 Department of Electronics & Communication Engineering, LBS Institute of Technology for Women, University of Kerala, Trivandrum, India Email: lizytvm@yahoo.com 2 Department of Electronics & Communication Engineering, Marian Engineering College, University of Kerala, Trivandrum, India Email: drmsasikumar@yahoo.com Abstract— Automatic detection of geographical objects such as roads, buildings and bridges from remote sensing imagery is a very meaningful but difficult work. Bridges over water is a typical geographical object and its automatic detection is of great significance for many applications. Finding Region Of Interest (ROI) having water areas alone is the most crucial task in bridge detection. This can be done with image processing / soft computing methods using images in spatial domain or with Normalized Differential Water Index (NDWI) using images in spectral domain. We have developed an efficient algorithm for bridge detection where the ROI segmentation is done using both methods. Exact locations of bridges are obtained by knowledge models and spatial resolution of the image. These knowledge models are applied in the algorithm in such a way that the thresholds are automatically fixed depending on the quality of the image. Using the algorithm any type of bridges are extracted irrespective of their inclination and shape. Index Terms— Fuzzy based thresholding, Region Of Interest, NDWI, Area Analysis. I. INTRODUCTION Earlier methods for bridge extraction from high resolution satellite imagery are based on detecting linear features after segmentation and can be applied only for very high resolution SAR images [1, 2]. Also SAR phenomena such as layover and occlusion burden the analysis and increase the false detection rate. TriasSanz et al., 2004 [3] suggest techniques to automatically detect bridges on small high-resolution panchromatic satellite images that rely on radiometric features (texture information) and geometric models. Using neural networks, they classify each pixel into several terrain classes. Although the approach is effective, there are several drawbacks for extending it to the general case. First, computation of texture parameters from a large image takes a significant amount of time. In addition, the analysis windows span more than one texture at the boundaries of texture regions and, therefore, give imprecise classifications. This technique also is unlikely to extract bridges over larger regions such as big rivers. Most existing methods are based on knowledge base, which is not derived automatically. But since these rules are developed by an observer, the methods are not well suited for all types of images. In the study done by Chaudhuri & Samal, 2008 [4], the image is classified into three classes, water, concrete and background using the well known facts about bridges. In the study by Gu et. al., 2011 [5], water areas are found using segmentation and possible river mask is extracted from the water regions. DOI: 01.IJRTET.10.2.513 © Association of Computer Electronics and Electrical Engineers, 2014
  • 2. Following this step, possible bridge regions are extracted using prior knowledge and then verified using geometric constraints. In Han, Y., 2007 [6], segmentation is greatly influenced by gray level value which changes with elevation angle of sun and turbidity of water. A fuzzy based thresholding method can be used for accurately segmenting water regions from background which is suggested by Yili Fu et. al., 2009 [7]. But the knowledge model proposed in the approach cannot be applied for any complexity levels and spatial resolutions. In the method proposed by E. Gediket. al., 2012 [8], segmentation of water regions is done by NDWI and then the algorithm is preceded by the verification of certain geometric constraints. The method described in our work, candidate bridge pixels are extracted according to area analysis and the developed bridge extraction algorithm after fuzzy based segmentation. Images in both spatial and spectral domain can be processed using this method. Results are presented and it can be observed that bridge detection is done with high accuracy for different types of images of varying complexity and resolution levels irrespective of their inclination. We have also compared the method with the ROI extraction using NDWI to validate the superior performance of our algorithm. II. STUDY REGION The approach of bridge detection strategy has been applied in six different satellite images of varying resolutions and different features to test the validity of the method. High-resolution satellite-based imaging sensors like IKONOS, Quickbird and SPOT provide one band of panchromatic (PAN) data (spatial domain) and four bands of multispectral (MS) data (spectral domain) at a quarter of the resolution of the panchromatic data. MS data contain four individual bands: red (R), green (G), blue (B), and near infrared (NIR). PanSharpened Multispectral (PS-MS) images are obtained by fusing high resolution panchromatic and low resolution multispectral (MS) bands. This is done using Multispec32 which is a freeware multispectral image data analysis system. The resultant PSMS image has the same resolution as that of PAN image. Fig.1, fig.2, fig.3 and fig.4 are IKONOS satellite images of 1-m resolution having famous bridges of Budapest, Hungary connecting Buda and Pest across the river Danube. Fig.1 is a Pan Sharpened Multi Spectral (PS-MS) image having two bridges namely Petofi Bridge and Rakoczi Bridge crossing the river Danube. Fig.2 is another RGB satellite image of Arpad Bridge in Budapest connecting Buda and Pest. Fig.3and fig.4 are RGB image of Margaret Bridge and PS-MS image of Chain Bridge respectively. Margaret bridge leads across to Margaret Island, situated middle of the Danube in central Budapest. Chain Bridge is a suspension bridge that spans the river Danube between Buda and Pest. Fig.5 is a Quickbird RGB image of 60cm resolution with the Tower Bridge of London over the river Thames. Fig.6 is a SPOT-5 RGB image with 4m resolution of Washington D.C. The bridge shown in the image is Woodrow Wilson Bridge which spans the Potomac river between the city of Alexandria and Oxon Hill, Maryland, United States. Fig.1:IKONOS PS-MS Image (1m) Fig.2:IKONOS RGB Image (1m) III. METHODOLOGY The algorithm based on histogram works well for most of the satellite images as the water areas have significant difference in gray level compared to other regions. But some shadow regions and urban areas can also be misclassified as water regions. Depending on sun elevation and azimuth angles and the sensor 108
  • 3. Fig.3:IKONOS RGB Image (1m) Fig.4:IKONOS PS-MS Image (1m) Fig.5:Quickbird RGB Image (60cm) Fig.6: SPOT-5 RGB Image (4m) azimuth angle gray level intensities may vary widely and this method is not possible. Therefore, in our work, fuzzy threshold segmentation [7] is used for pre-processing the image. The overall flow of the system is shown in Fig.7. A. Fuzzy based thresholding Fuzzy thresholding can be applied directly on PAN images or else we have to convert to grayscale for the case of RGB/ multispectral images. x(xij) represent membership value of gray value x at location (i, j) then the original image X of size (m, n) is defined as (1): X = {(xij x(xij))} where 0 x(xij) Choose an arbitrary (1) - 1; j = 0, 1,…….n – 1. x(xij) of each pixel values as (2): (2) C = min{|t- 0|, |t- 1|} (3) 109
  • 4. Fig. 7. Schematic diagram of the method 110
  • 5. where 0 is the average gray value of background (xij 1 is average gray value of foreground (xij> t). Then find the expectation value for all threshold values using equation (4). (4) The t corresponding to the minimum of all expectation values is selected as the optimum threshold for that particular image. The fuzzy segmented image for the test image shown in fig.1 is given in fig.8. B. Fine segmentation to remove noise By a sequence of morphological erosion and dilation steps undesired small objects are removed and the bridge gaps are closed. Binary morphological operators such as erosion and dilation combine a local neighborhood of pixels with a pixel mask to achieve the desired result. The output pixel, 0, is set to either a hit (1) or a miss (0) based on the logical AND relationship. Therefore the operation uses the following (5) as its mask: (5) The remaining image region is now the expectation area of bridges over water bodies. The expectation area can be further scaled down by a logical exclusive OR operation with the initial threshold result and subsequent noise reduction. Figure 9 shows the result of fine segmented image. Fig. 8.Fuzzy segmented image Fig. 9. Fine segmented image C. Area Analysis After morphological operations, there are still a lot of regions which are similar to water areas. The size of these areas are very small compared to other regions and can be eliminated by connected component labelling. To verify the hypothesized connected components as water regions, area analysis is performed. A suitable threshold for area is determined by using Otsu's method [9] and this is applied for the fine segmented image. Otsu's thresholding method involves iterating through all the possible threshold values and calculating a measure of spread for the pixel levels each side of the threshold, i.e. the pixels that either fall in foreground or background. The aim is to find the threshold value where the sum of foreground and background spreads is at its minimum. This can be achieved by finding a threshold with the maximum between class variance and minimum within class variance. This can be calculated by the following equations (6 and 7). Within Class Variance 2 w 2 Wb b Wf 2 f (6) 111
  • 6. Between Class Variance 2 B 2 2 w 2 =W ( b b (where 2 ) W ( f =W b b =W W ( b f b f W ) f ) f f ) 2 (7) where distinguished as f and b. After otsu's thresholding regions having area size greater than the threshold is considered as the region of interest which is shown in fig.10. Fig. 10. Image after area analysis D. Extraction of bridges Bridges are extracted from the image using the logic that at bridge edges there is a transition between black and white pixels. If the number of pixels between the transitions is less than at least 10% percentage of width of the image for an1-m resolution image, they are considered as bridge pixels. But if the resolution of the satellite image varies this threshold is modified accordingly. The algorithm is formulated as follows (Table.1): Using the algorithm any type of bridges are extracted irrespective of their inclination angle, shape and size. As the algorithm is carefully formulated without considering the geometrical features, further processing is not much required in the test process. The below figures (Fig.11) show the extracted bridge regions and the detected edge lines of the bridge. Fig. 11. Extracted bridge regions and the detected edge lines of the bridge 112
  • 7. TABLE I: BRIDGE E XTRACTION ALGORITHM 1. Start 2. Initialize the ROI segmented image as B(i,j) 3. Set i=0 & j=0 4. Set Flag =0 5. Check whether there is a 0 to 1 transition in B(i,j) 6. If Yes, Set the Flag 7. Check whether there is a 1 to 0 transition in B(i,j) 8. If Yes, find the number of pixels between two transitions 9. If it is less than 10% of B(i,j), record the pixels between two transitions 10. Reset the Flag 11. Increment j and repeat steps 5 to 9 12. Increment i and repeat steps 4 to 11 13. Stop E. Post processing of the extracted image The output image includes error specified by the scattered white points which may be detected as bridges. This can be eliminated using improved hough transform [10]. Compared with traditional HT, the improvements are consisted of normalizing parameter space, eliminating spurious peaks, determining end points according to dynamic clustering rule. Figure 12 shows the result of improved hough transform. Finally superimpose the detected bridge pixels over the original input image. Satellite PS-MS image with bridges shown in white pixels is the resultant image (Figure 13). Fig. 12.Image after post processing Fig. 13. Resultant image IV. APPLICABILITY OF THE S AME ALGORITHM USING NDWI Instead of using fuzzy thresholding, we have utilized the possibility of clustering using NDWI for ROI extraction as the method specified in E. Gediket. al., 2012 [8].They have mentioned in their work itself that it is not always possible to distinguish water from shadows using the proposed approach as water and shadow have similar reflectance characteristics, but it still give better results than simple thresholding. Except that we have not made any changes in our method of bridge detection and the same fully automatic bridge detection algorithm is applied for the multispectral test images and both results are compared. Figure 14 shows ROI extraction of water segment for the PS-MS image in fig.1 using both methods. We can see that the method using fuzzy thresholding have superior performance. 113
  • 8. Fig. 14. Region of Interest extraction: (a) Proposed Method (b) Using NDWI The miss detections seen as black spots in the background of the segmented image using NDWI is because of some other areas having low reflectance values as that of water region in the original image. Though this is rectified to a certain extent in the area analysis phase, the bridge detected image is not as good as that of our method. The results are shown in fig.15. Fig15: Extracted Bridge regions (a) Proposed Method (b) Using NDWI Fig16: Resultant Bridge detected Image of fig.1 (a) Proposed Method (b) Using NDWI The bridge detected results using both methods for the multispectral images in fig 1 and fig.4 are given in fig. 16 and 17 respectively. The results obtained for other RGB test images of different resolutions using our proposed method are given in fig.18 to fig.21. V. RESULT ASSESSMENT AND DISCUSSIONS The proposed algorithm has been tested on various images obtained from different satellite sensors and the outputs are obtained with considerable accuracy. The algorithm proposed here uses fuzzy based segmentation and Otsu's thresholding for area analysis, which increase the applicability of this work over a wide range of images since the threshold is not fixed. These two methods find out the most suitable threshold for each 114
  • 9. Fig17: Resultant Bridge detected Image of fig.4 (a) Proposed Method (b) Using NDWI Fig. 18. Bridge detected IKONOS image (1-m) Fig. 19. Bridge detected Quickbird image (60-cm) Fig. 20. Bridge detected IKONOS image (1-m) Fig. 21. Bridge detected SPOT5 image (4-m) 115
  • 10. image according to the statistical properties of the image. This algorithm is designed to perform on images of varying resolutions. Using the algorithm any type of bridges are extracted irrespective of their inclination and shape. Also segmentation is not affected by gray level values which changes with elevation angle of sun and turbidity of water. Satellite images obtained in spatial domain as well as spectral domain can be processed using this method. While comparing the proposed method with the method using NDWI for ROI extraction, we can see that the method developed in our work is superior. VI. CONCLUSION In this paper, a fuzzy based automatic bridge detection technique is designed for any type of satellite images including low resolution images, images taken at different sum azimuth and elevation angles and images having bridges of different angle of inclinations. Considering the results, acceptable accuracy for the resultant images is obtained and so the efficiency of the bridge detection process is improved by using our algorithm. But this method is suitable only for bridges over water. Using Digital Elevation Model (DEM) obtained for the region, it can be possible to distinguish bridges over water and other bridges or spanning roads. Future works include developing algorithms for spanning road detection also. REFERENCES [1] Robalo, J., Lichtenegger, J.: ERS-SAR Images a bridge. ESA, Earth Oberservation Quarterly, pp. 7-10. December 1999 (http://esapub.esrin.esa.it/eoq/eoq64/bridge.pdf) [2] Soergel, U., Cadario, E., Gross, H., Thiele, A., Thoennessen U.: Bridge Detection in multi-aspect high-resolution Interferometric SAR Data. Proc. of 6th European conference on synthetic aperture radar, EUSAR, CD, 4p. (2006) [3] R. Trias-Sanz, N., Lomenie, Barbeau, J.: Using textural and geometric information for an automatic bridge detection system. Proc. ACIVS,Brussels, Belgium, Aug. 31–Sep. 3, 325–332 (2004) [4] Chaudhuri, D., Samal, A.: An automatic bridge detection technique for multispectral images. IEEE Transaction on Geoscience and Remote Sensing. 46(9): 2720-2727 (2008) [5] Gu, D., Zhu, C., Shen, H., Hu, J., Chang, H., 2011. Automatic Bridge Extraction for Optical Images. In :IEEE Sixth International Conference on Image and Graphics on, Hefei, Anhui, pp. 446-451. [6] Han, Y., Zheng, H., Cao, Q., Wang, Y.: An effective method for bridge detection from satellite imagery. 2nd IEEE Conference on Industrial Electronics and Applications, Harbin, China: 2753-2757(2007) [7] Yili Fu, Kun Xing, YongJie Huang, Yongfei Xiao: Recognition of Bridge over Water in High-Resolution Remote Sensing Images. World Congress on Computer Science and Information Engineering, March 31 to April 2, Los Angeles/Anaheim, USA (2009) [8] , “ A New Robust Method for Bridge Detection from High Resolution Electro-Optic Satellite Images”, Proceedings of the 4th GEOBIA, May 7-9, 2012 - Rio de Janeiro - Brazil. pp.298-302. [9] Otsu, N.: A threshold selection method from graylevel histograms. IEEE Trans. Sys. Man Cyber. vol. 9, no. 1, pp. 62-66 (1979) [10] F. Leandro, M. O. Manuel: Real-time line detection through an improved Hough transform voting scheme. Pattern Recognition, 41(1), pp. 299-314 (2008) 116