SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

ON THE PERFORMANCE OF FILTERS FOR
REDUCTION OF SPECKLE NOISE IN SAR
IMAGES OFF THE COAST OF THE GULF OF
GUINEA
KlogoGriffith S.1, GasonooAkpeko2 and Ampomah K. E. Isaac3
1,2,3

Department of Computer Engineering Kwame Nkrumah University of Science and
Technology, KNUST, Kumasi, Ghana

ABSTRACT
Synthetic Aperture Radar (SAR) imagery to monitor oil spills are some methods that have been proposed
for the West African sub-region. With the increase in the number of oil exploration companies in Ghana
(and her neighbors) and the rise in the coastal activities in the sub-region, there is the need for proper
monitoring of the environmental impact of these socio-economic activities on the environment.Detection
and near real-time information about oil spills are fundamental in reducing oil spill environmental impact.
SAR images are prone to some noise, which is predominantly speckle noise around the coastal areas. This
paper evaluatesthe performance of the mean and median filters used in the preprocessing filtering to
reduce speckle noise in SAR images for most image processing algorithms.

KEYWORDS
SAR images, Mean filter, Median filter, Speckle noise, MSE and PSNR

1. INTRODUCTION
The West African sub-region is one of the active oil exploration regions in the world, with
countries such as Nigeria, Ghana, Ivory Coast, Democratic Republic of Congo Cameroon and
Equatorial Guinea been the major producers. The Gulf of Guinea countries are estimated to
produce about 4% of the global total of oil per day, with Nigeria producing more than half of the
total for the sub-region [1]. Ghana as a country is not new to oil exploration, the country’s oil
exploration dates back to about a century in the saltpond fields.Ghana discovered oil in
commercial quantities in June 2007. However, with the increase in the number of oil exploration
companies in Ghana (and her neighbors) and the rise in the coastal activities in the sub-region,
there is the need for proper monitoring of the environmental impact of these socio-economic
activities on the environment. The increase in the exploration activities in the sub-region as
shown in figure 1and figure 2 comes with its attendant effects of oil spills which are usually
intentional or accidental.

DOI : 10.5121/ijitmc.2013.1405

43
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Fig.1: Oil Exploration in the Gulf of Guinea [2]

Fig.2: Discovery and Exploration fields in The Gulf of Guinea [3]

Oil spills can come from various sources including leakage from oil transportation tankers,
accidents on oil platforms and seepage from natural seeps.Oil spills are getting more and more
frequent on the sea surface. Annually, 48% of the oil pollution in the seas is caused by fuels and
29% by crude oil. Tanker accidents contribute with only 5% of the all pollution entering into the
sea [4]. Timely, accurate and continuous detection of oil spills in the sub-region can help
management and monitoring of oil spills.Remote sensing does provides fast and reliable
measurement of the ocean’s surface waters, and thus has been used widely to assess oil pollution
at sea, as well as other water bodies. The remote sensing instruments include optical, microwave,
and radar (e.g., Synthetic Aperture Radar, SAR) sensors which can be airborne and
satellites.Airborne remote sensing offers the highest resolution and fastest response in
measurements, but often very expensive to be used for operational monitoring. In contrast,
satellite remote sensing provides reliable measurements of the ocean at a reasonable cost, hence
44
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

more suitable for oil spill monitoring [5]. SAR is frequently used for oil spill detection at sea,
compared to the various satellite instruments. The sea-surface echo radar signal is modulated by
the wind-induced capillary waves, and thus carries detailed information on the surface roughness
[6], giving the degree of oil spill on the surface of the sea. Due to the difference in the surface
tensions of water and oil, there is also a difference in the backscattered signals that is received by
the instrument.Oil film on the ocean surface has higher surface tension than water, and
doesreduce the surface capillary waves, resulting in a smoother sea surface. The irregularity of
the radar echo signal makes the oil contaminated areas appear as dark patches in SAR
images.SAR is an all-weather and all-day high resolution aerial and space imaging of terrain.
Being independent of light and weather conditions, SAR images does perform better than optical
images hence its efficiency for detecting various ocean surface features such as oil spills. The
backscattered or radar echo energy level for oil spilled areas received in the SAR systems is too
low since the oil reduces the capillary waves of the sea surface. However, other natural
phenomenon also contributes to damping the short waves and creates dark areas of the sea surface
in the SAR images. Some of these natural phenomenons that create dark areas on the sea surface
are due to suspension of Bragg scattering mechanism depending on ocean and/or atmospheric
conditions [6]. Atmospheric conditions also contribute to noise in the SAR images, which affects
the interpretation and/or feature extraction from the images. Signals received by radar are usually
contaminated by noise due to random modulation of the radar pulse during atmospheric
propagation, or due to fluctuation in the receiving circuits.

2. NOISE AND NOISE REDUCTION
Noise is a random and usually an unwanted signal in a lot of applications: it can be experienced in
acoustics signals, picture and video signals. Noise is evident in the variation in brightness or color
information in a picture or a video sequence. Noise is most obvious in regions with low signal
level, such as the weak received echo-signal in a radar receiver. Noise is characterized by its
statistical properties. Noise containing all frequencies with equal amplitudes called “white” noise
is typical in picture and video applications. Radar images are often corrupted by these random
variations in intensity values. Some common types of noise are salt and pepper noise, impulse
noise, and Gaussian noise.Some of the noise that affects SAR images includes Speckle Noise and
Gaussian Noise. To better perceive images, noise reduction techniques need to be applied to
reduce the unwanted areas of the image.

2.1. Speckle Noise
Speckle noise is a coarse noise that is usually evident in and degrades the quality of the active
radar and synthetic aperture radar (SAR) images. Radar waves can interfere constructively or
destructively to produce light and dark pixels in radar image. Speckle noise is commonly
observed in radar sensing system and images, although it can be observed in most types of
remotely sensed images utilizing coherent radiation. Speckle noise in radar data or images have
multiplicative error and must be removed before the data can be used otherwise the noise is
merged into and degrades the image quality.

45
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

3. FILTERS
Broadly filters are designed to remove unwanted components from a set of signals, they can be
devices or processes. In image processing, filters are used to improve the quality of images prior
to its usage. Filtering is also sometimes referred to as smoothing, which is done to reduce noise
and improve the image quality.Depending on the type of noise, linear or nonlinear filters are
employed to remove the noise. Linear filters are good filters for removing Gaussian noise
andother types of noise in most cases as well. Linear filters are implemented using the weighted
sum of the pixels in successive windows of the image. Nonlinear filters are those that are
implemented without a weighted sum of pixels. Nonlinear filters are usually spatially invariant,
which implies that the same calculation is performed at all parts of the image. The Mean and
Median filters are typical linear and nonlinear filters employed in image processing respectively.

3.1. Mean filter
Mean or Average filter is one of the simplest linear filters that is implemented by performing
local averaging operation as shown in equation 1 and the value of each image pixel is replaced by
the average of all the values in the local neighborhood [7][8]. The mean filter works as low-pass
one.
h[i, j ] 

1
M

 f [k , l ]

1

( k , l )N

whereM is the number of pixels in the surrounding N, h[i,j] and f[k,l] are the old and new image
pixels.The size of the neighborhood N controls the degree of filtering. A large neighborhood size
will result in a greater degree of filtering.

3.2. Median filter
The median filter is a nonlinear filter usually spatially invariant, which replaces each pixel value
with the median of the pixel values in the local neighborhood [7]. The median filter is very
effective in retaining the image details since they do not depend on values which are significantly
different from typical values in the neighborhood. The median filter works on consecutive image
window in a manner similar to that of the linear filters, but the method employed does not use a
weighted sum.Pixels in each window are sorted into ascending order and the pixel value in the
middle is selected as the new value for a particular pixel.

4. PERFORMANCE METRICS
Performance of filters can be estimated using numerical measures of picture quality after the filter
has been applied to the image. The performance metrics are chosen based on their computable
distortion measures.Mean squared error (MSE) and Peak Signal to Noise Ratio (PSNR) are by far
the most common measures of picture quality in image systems [9] [10].

4.1. Mean-Square Error (MSE)
The easiest and widely used image quality metric is the mean squared error (MSE), computed by
averaging the squared intensity differences of distorted and reference image pixels. MSE
46
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

application adopts an assumption that the reduction of perceptual quality of an image is
directlyrelated to the visibility of the error signal. The image signal whose quality is being
evaluated is thought of as a sum of an accurate reference signal and an error signal [10].MSE can
objectively quantify the strength of the error signal present in an image after a filter is applied to
the same image. The mean squared error (MSE) for practical purposes, allows comparison of the
pixel values of imagesafter filtering to the degraded image before filtering.

4.2. Peak Signal-to-Noise Ratio (PSNR)
Peak signal-to-noise ratio (PSNR) of an image is a relation for the ratio between the maximum
value (power) of a signal and the power of distorting noise that disturbs the quality of its image
[11]. Peak signal-to-noise ratio (PSNR) is a related quality metric which is usually used along
with MSE. These two are appealing due to the simplicity to calculate, easy physical meanings and
mathematically convenient in the context of optimization [10].

5. EVALUATION OF MEAN AND MEDIAN FILTERS ON SPECKLE
NOISE
The mean and median filters are compared to evaluate their performance in the reduction of
speckle noise in SAR images. The filters are evaluated using image pixel window size of 3X3 in
MATLAB, while introducing various percentage of speckle noise into the image.The original
image in RGB is shown in figure 3 and the gray level of the image with the histogram distribution
is shown in figure 4 and 5 respectively. The image with 50% speckle noise with the histogram
distribution is shown in figure 6 and 7 respectively.

Fig. 3: SAR image (RGB) without speckle noise

47
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Fig. 4: SAR image (gray) without speckle noise

Fig. 5: Histogram distribution of SAR image (gray) without speckle noise

48
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Fig. 6: SAR image (gray) with speckle noise

Fig. 7: Histogram distribution of SAR image (gray) with speckle noise

6. PERFORMANCE OF MEAN AND MEDIAN FILTERS ON
SPECKLE NOISE
In comparing the performance of the mean and median filters on the reduction of speckle noise,
MSE and PSNR was used.Table 1 and 2 summarizes the performance of the mean and median
filters for the various levels of speckle noise. Figure 8 and 9 are graphical simulation showing the
performance of the mean and median filters with reference to MSE and PSNR respectively.

49
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Table 1: Comparison of PSNR for mean and median filters

Table 2: Comparison of MSE for mean and median filters

Fig. 8: Graph of comparison of MSE for mean and median filters

50
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Fig. 9: Graph of comparison of PSNR for mean and median filters

7. DISCUSSION OF RESULTS
In the comparison of the performance of the mean and median filters on the reduction of speckle
noise in SAR images, various degrees of speckle noise was introduced into the image from 1% to
90%. Using an image pixel window size of 3X3, the results for MSE show that the mean filter
performs better than the median filter when the noise level is below 10% as shown in figure 8.
The median filter performs better than the mean filter for high levels of noise for both the MSE
and PSNR as shown in figure 8 and 9.

8. CONCLUSION
In this paper, the mean and median filters were compared to evaluate their performance in
reduction of speckle noise typical in radar images like SAR images. The simulation results show
that the median filters performs better for high levels of speckle noise in the SAR image. The
mean filter is performs very well in terms of MSE when the noise levels are low. Therefore,
designing an adaptive algorithm which will take advantage of the strengths of both the mean and
median filters will be a possible future research direction.

REFERENCES
[1]
[2]
[3]

Gulf of Guinea: The new Wild West, http://www.pipelinedreams.org/2011/05/gulf-of-guinea-thenew-wild-west/ , Accessed on 13th August 2013.
Ghana: Accra Joint Venture awards drilling contract for Starfish-1 well offshore Ghana
http://www.energy-pedia.com/news/ghana/new-154151, Accessed on 13th August 2013.
Geology and Total Petroleum Systems of the Gulf of Guinea Province of West Africa, http://ivg.livejournal.com/292879.html, Accessed on 13th August 2013.
51
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

L. M. Hang and N. D. Duong, “Oil Spill Detection and Classification by ALOS PALSAR at Vietnam
East Sea”, 7th FIG Regional Conference, Spatial Data Serving People: Land Governance and the
Environment – Building the Capacity, Hanoi, Vietnam, 19-22 October 2009, pp 1-12.
[5] H. Chuanmin, L. Xiaofeng& W. G. Pichel, “Detection of Oil Slicks using MODIS and SAR
Imagery”, Handbook of Satellite Remote Sensing Image Interpretation: Marine Applications, College
of Marine Science, University of South Florida, 140 7th Ave., S., St. Petersburg, FL 33701 USA.
[6] C. Ozkan, B. Osmanoglu, F. Sunar G. Staples, K. Kalkan and F. BalikSanli, “Testing the
Generalization Efficiency of Oil Slicks Classification Algorithm Using Multiple SAR Data for
Deepwater Horizon Oil Spill”, international Archives of the Photogrammetry, Remote Sensing and
Spatial Science, Vol. XXXIX-B7, 2012 XXII ISPRS Congress, 25 August – 01 September 2012,
Melbourne, Australia, pp 67-72.
[7] Tamal Bose, “Digital Signal and Image Processing” Utah State University, John Wiley & Sons, Inc.
[8] H. Huang, C. Chen, S. Wang and H. H Lu, “Adaptive symmetric mean filter: a new noise-reduction
approach based on the slope facet model”, APPLIED OPTICS , Vol. 40, No. 29, 10 October 2001, pp
5192 – 5205.
[9] S. Grgic, M. Grgicand M. Mrak, “Reliability of Objective Picture Quality Measures”, Journal of
ELECTRICAL ENGINEERING, VOL. 55, NO. 1-2, 2004, 3-10, pp 3 – 10
[10] Z. Wang, Member, IEEE, A. C. Bovik, Fellow, IEEE, H. R. Sheikh, Student Member, IEEE, and E.
P. Simoncelli, Senior Member, IEEE, “Image Quality Assessment: From Error Visibility to Structural
Similarity”, IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 4, APRIL 2004, pp
1 – 14.
[11] National Instruments “Peak Signal-to-Noise Ratio as an Image Quality Metric”, Publish Date: Jun 18,
2012
[4]

52

More Related Content

What's hot

Meteorological Technology International, Jan 2010
Meteorological Technology International, Jan 2010Meteorological Technology International, Jan 2010
Meteorological Technology International, Jan 2010laurajairam
 
Remote Sensing - A tool of plant disease management
Remote Sensing - A tool of plant disease managementRemote Sensing - A tool of plant disease management
Remote Sensing - A tool of plant disease managementAnand Choudhary
 
Remote Sensing Vivek
Remote Sensing VivekRemote Sensing Vivek
Remote Sensing Vivekvivek akkala
 
Remote sensing & Radiometers Systems
Remote sensing & Radiometers Systems Remote sensing & Radiometers Systems
Remote sensing & Radiometers Systems Jay Baria
 
Remote sensing and application by Nikhil Pakwanne
Remote sensing and application by Nikhil PakwanneRemote sensing and application by Nikhil Pakwanne
Remote sensing and application by Nikhil PakwanneNIKHIL PAKWANNE
 
Remote sensing in Plants
Remote sensing in PlantsRemote sensing in Plants
Remote sensing in PlantsBasimAnees
 
remote sensing in agriculture
remote sensing in agricultureremote sensing in agriculture
remote sensing in agricultureveerendra manduri
 
remote sensing in coastal zone
remote sensing in coastal zone remote sensing in coastal zone
remote sensing in coastal zone AbdulHannanMondal
 
Propagation Effects for Radar&Comm Systems
Propagation Effects for Radar&Comm SystemsPropagation Effects for Radar&Comm Systems
Propagation Effects for Radar&Comm SystemsJim Jenkins
 
Surveying ii ajith sir class4
Surveying ii ajith sir class4Surveying ii ajith sir class4
Surveying ii ajith sir class4SHAMJITH KM
 
Soil separability through remote sensing for land evaluation
Soil separability through remote sensing for land evaluationSoil separability through remote sensing for land evaluation
Soil separability through remote sensing for land evaluationdathan cs
 
Remote sensing 311
Remote sensing 311Remote sensing 311
Remote sensing 311Hafez Ahmad
 
Resolving filter grating etc
Resolving filter grating etcResolving filter grating etc
Resolving filter grating etcMohsin Siddique
 
thenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bthenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bPrasad Thenkabail
 
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...Hari Hariharasudhan
 

What's hot (19)

Meteorological Technology International, Jan 2010
Meteorological Technology International, Jan 2010Meteorological Technology International, Jan 2010
Meteorological Technology International, Jan 2010
 
Errors and biasis
Errors and biasisErrors and biasis
Errors and biasis
 
Remote Sensing - A tool of plant disease management
Remote Sensing - A tool of plant disease managementRemote Sensing - A tool of plant disease management
Remote Sensing - A tool of plant disease management
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Remote Sensing Vivek
Remote Sensing VivekRemote Sensing Vivek
Remote Sensing Vivek
 
Remote sensing
Remote sensingRemote sensing
Remote sensing
 
Remote sensing & Radiometers Systems
Remote sensing & Radiometers Systems Remote sensing & Radiometers Systems
Remote sensing & Radiometers Systems
 
Remote sensing and application by Nikhil Pakwanne
Remote sensing and application by Nikhil PakwanneRemote sensing and application by Nikhil Pakwanne
Remote sensing and application by Nikhil Pakwanne
 
Remote sensing in Plants
Remote sensing in PlantsRemote sensing in Plants
Remote sensing in Plants
 
remote sensing in agriculture
remote sensing in agricultureremote sensing in agriculture
remote sensing in agriculture
 
remote sensing in coastal zone
remote sensing in coastal zone remote sensing in coastal zone
remote sensing in coastal zone
 
Propagation Effects for Radar&Comm Systems
Propagation Effects for Radar&Comm SystemsPropagation Effects for Radar&Comm Systems
Propagation Effects for Radar&Comm Systems
 
1 remote sensing
1 remote sensing1 remote sensing
1 remote sensing
 
Surveying ii ajith sir class4
Surveying ii ajith sir class4Surveying ii ajith sir class4
Surveying ii ajith sir class4
 
Soil separability through remote sensing for land evaluation
Soil separability through remote sensing for land evaluationSoil separability through remote sensing for land evaluation
Soil separability through remote sensing for land evaluation
 
Remote sensing 311
Remote sensing 311Remote sensing 311
Remote sensing 311
 
Resolving filter grating etc
Resolving filter grating etcResolving filter grating etc
Resolving filter grating etc
 
thenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bthenkabail-uav-germany-final1b
thenkabail-uav-germany-final1b
 
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...
Application of spectral remote sensing in agronomic decision by Dr.V.Harihara...
 

Viewers also liked

Viewers also liked (20)

What To Do When You've Missed Your Goals
What To Do When You've Missed Your GoalsWhat To Do When You've Missed Your Goals
What To Do When You've Missed Your Goals
 
Pediatric truma 60 (1)
Pediatric truma 60 (1)Pediatric truma 60 (1)
Pediatric truma 60 (1)
 
Lecture 10
Lecture 10Lecture 10
Lecture 10
 
Trivia
TriviaTrivia
Trivia
 
Turbinas Eólica
Turbinas EólicaTurbinas Eólica
Turbinas Eólica
 
Temperature Cycling Tests
Temperature Cycling TestsTemperature Cycling Tests
Temperature Cycling Tests
 
Introduction to PythonTeX
Introduction to PythonTeXIntroduction to PythonTeX
Introduction to PythonTeX
 
AP Beamer
AP BeamerAP Beamer
AP Beamer
 
I will be showing you the way in
I will be showing you the way inI will be showing you the way in
I will be showing you the way in
 
Chap15 scr
Chap15 scrChap15 scr
Chap15 scr
 
Chap16 scr
Chap16 scrChap16 scr
Chap16 scr
 
IPython
IPythonIPython
IPython
 
Chap09 scr
Chap09 scrChap09 scr
Chap09 scr
 
Bjeldback Beamer
Bjeldback BeamerBjeldback Beamer
Bjeldback Beamer
 
Task 9
Task 9Task 9
Task 9
 
How to join a Twitter Chat from Exclusive Networks Group
How to join a Twitter Chat from Exclusive Networks GroupHow to join a Twitter Chat from Exclusive Networks Group
How to join a Twitter Chat from Exclusive Networks Group
 
Trivia
TriviaTrivia
Trivia
 
Trivia
TriviaTrivia
Trivia
 
MusicTEX " Simpony LATEX dalam Musik "
MusicTEX " Simpony LATEX dalam Musik " MusicTEX " Simpony LATEX dalam Musik "
MusicTEX " Simpony LATEX dalam Musik "
 
Андрій Маштаков: "Інструменти і корисні поради"
Андрій Маштаков: "Інструменти і корисні поради"Андрій Маштаков: "Інструменти і корисні поради"
Андрій Маштаков: "Інструменти і корисні поради"
 

Similar to On the performance of filters for reduction of speckle noise in sar images off the coast of the gulf of guinea

On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...
On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...
On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...Zac Darcy
 
Exploring ImageJ toolbox for Oceanography: A case study in Malacca Straits
Exploring ImageJ toolbox for Oceanography: A case study in Malacca StraitsExploring ImageJ toolbox for Oceanography: A case study in Malacca Straits
Exploring ImageJ toolbox for Oceanography: A case study in Malacca StraitsIRJESJOURNAL
 
A REVIEW ON SYNTHETIC APERTURE RADAR
A REVIEW ON SYNTHETIC APERTURE RADARA REVIEW ON SYNTHETIC APERTURE RADAR
A REVIEW ON SYNTHETIC APERTURE RADARAM Publications
 
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...Satellite-and Ground-based Red Tide Detection Method and System by Means of P...
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...Waqas Tariq
 
Supervised classification and improved filtering method for shoreline detection.
Supervised classification and improved filtering method for shoreline detection.Supervised classification and improved filtering method for shoreline detection.
Supervised classification and improved filtering method for shoreline detection.Dr Amira Bibo
 
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical Instruments
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical InstrumentsOcean Dynamics and Sediment Transport Measuring Acoustic and Optical Instruments
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical InstrumentsIRJET Journal
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...CSCJournals
 
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAY
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAYUNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAY
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAYcsandit
 
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...iosrjce
 
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...cscpconf
 
Noise removal techniques for microwave remote sensing radar data and its eval...
Noise removal techniques for microwave remote sensing radar data and its eval...Noise removal techniques for microwave remote sensing radar data and its eval...
Noise removal techniques for microwave remote sensing radar data and its eval...csandit
 
IRJET- Analysis of Underwater Image Visibility using White Balance Algorithm
IRJET- Analysis of Underwater Image Visibility using White Balance AlgorithmIRJET- Analysis of Underwater Image Visibility using White Balance Algorithm
IRJET- Analysis of Underwater Image Visibility using White Balance AlgorithmIRJET Journal
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...sipij
 
Lake sediment thickness estimation using ground penetrating radar
Lake sediment thickness estimation using ground penetrating radarLake sediment thickness estimation using ground penetrating radar
Lake sediment thickness estimation using ground penetrating radareSAT Publishing House
 
NASA HSI Workshop at UCSB 08/05/2008
NASA HSI Workshop at UCSB 08/05/2008NASA HSI Workshop at UCSB 08/05/2008
NASA HSI Workshop at UCSB 08/05/2008pbissett
 

Similar to On the performance of filters for reduction of speckle noise in sar images off the coast of the gulf of guinea (20)

On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...
On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...
On the Performance of Filters for Reduction of Speckle Noise in SAR Images Of...
 
Exploring ImageJ toolbox for Oceanography: A case study in Malacca Straits
Exploring ImageJ toolbox for Oceanography: A case study in Malacca StraitsExploring ImageJ toolbox for Oceanography: A case study in Malacca Straits
Exploring ImageJ toolbox for Oceanography: A case study in Malacca Straits
 
Ijcet 06 09_001
Ijcet 06 09_001Ijcet 06 09_001
Ijcet 06 09_001
 
A REVIEW ON SYNTHETIC APERTURE RADAR
A REVIEW ON SYNTHETIC APERTURE RADARA REVIEW ON SYNTHETIC APERTURE RADAR
A REVIEW ON SYNTHETIC APERTURE RADAR
 
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...Satellite-and Ground-based Red Tide Detection Method and System by Means of P...
Satellite-and Ground-based Red Tide Detection Method and System by Means of P...
 
Supervised classification and improved filtering method for shoreline detection.
Supervised classification and improved filtering method for shoreline detection.Supervised classification and improved filtering method for shoreline detection.
Supervised classification and improved filtering method for shoreline detection.
 
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical Instruments
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical InstrumentsOcean Dynamics and Sediment Transport Measuring Acoustic and Optical Instruments
Ocean Dynamics and Sediment Transport Measuring Acoustic and Optical Instruments
 
Ijetcas14 479
Ijetcas14 479Ijetcas14 479
Ijetcas14 479
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
 
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAY
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAYUNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAY
UNDER WATER NOISE REDUCTION USING WAVELET AND SAVITZKY-GOLAY
 
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...
Time-Frequency Attenuation of Swell Noise on Seismic Data from Offshore Centr...
 
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...
NOISE REMOVAL TECHNIQUES FOR MICROWAVE REMOTE SENSING RADAR DATA AND ITS EVAL...
 
Noise removal techniques for microwave remote sensing radar data and its eval...
Noise removal techniques for microwave remote sensing radar data and its eval...Noise removal techniques for microwave remote sensing radar data and its eval...
Noise removal techniques for microwave remote sensing radar data and its eval...
 
IRJET- Analysis of Underwater Image Visibility using White Balance Algorithm
IRJET- Analysis of Underwater Image Visibility using White Balance AlgorithmIRJET- Analysis of Underwater Image Visibility using White Balance Algorithm
IRJET- Analysis of Underwater Image Visibility using White Balance Algorithm
 
40120140504008
4012014050400840120140504008
40120140504008
 
40120140504008
4012014050400840120140504008
40120140504008
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
Lake sediment thickness estimation using ground penetrating radar
Lake sediment thickness estimation using ground penetrating radarLake sediment thickness estimation using ground penetrating radar
Lake sediment thickness estimation using ground penetrating radar
 
NASA HSI Workshop at UCSB 08/05/2008
NASA HSI Workshop at UCSB 08/05/2008NASA HSI Workshop at UCSB 08/05/2008
NASA HSI Workshop at UCSB 08/05/2008
 
F05843238
F05843238F05843238
F05843238
 

Recently uploaded

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 

Recently uploaded (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 

On the performance of filters for reduction of speckle noise in sar images off the coast of the gulf of guinea

  • 1. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 ON THE PERFORMANCE OF FILTERS FOR REDUCTION OF SPECKLE NOISE IN SAR IMAGES OFF THE COAST OF THE GULF OF GUINEA KlogoGriffith S.1, GasonooAkpeko2 and Ampomah K. E. Isaac3 1,2,3 Department of Computer Engineering Kwame Nkrumah University of Science and Technology, KNUST, Kumasi, Ghana ABSTRACT Synthetic Aperture Radar (SAR) imagery to monitor oil spills are some methods that have been proposed for the West African sub-region. With the increase in the number of oil exploration companies in Ghana (and her neighbors) and the rise in the coastal activities in the sub-region, there is the need for proper monitoring of the environmental impact of these socio-economic activities on the environment.Detection and near real-time information about oil spills are fundamental in reducing oil spill environmental impact. SAR images are prone to some noise, which is predominantly speckle noise around the coastal areas. This paper evaluatesthe performance of the mean and median filters used in the preprocessing filtering to reduce speckle noise in SAR images for most image processing algorithms. KEYWORDS SAR images, Mean filter, Median filter, Speckle noise, MSE and PSNR 1. INTRODUCTION The West African sub-region is one of the active oil exploration regions in the world, with countries such as Nigeria, Ghana, Ivory Coast, Democratic Republic of Congo Cameroon and Equatorial Guinea been the major producers. The Gulf of Guinea countries are estimated to produce about 4% of the global total of oil per day, with Nigeria producing more than half of the total for the sub-region [1]. Ghana as a country is not new to oil exploration, the country’s oil exploration dates back to about a century in the saltpond fields.Ghana discovered oil in commercial quantities in June 2007. However, with the increase in the number of oil exploration companies in Ghana (and her neighbors) and the rise in the coastal activities in the sub-region, there is the need for proper monitoring of the environmental impact of these socio-economic activities on the environment. The increase in the exploration activities in the sub-region as shown in figure 1and figure 2 comes with its attendant effects of oil spills which are usually intentional or accidental. DOI : 10.5121/ijitmc.2013.1405 43
  • 2. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Fig.1: Oil Exploration in the Gulf of Guinea [2] Fig.2: Discovery and Exploration fields in The Gulf of Guinea [3] Oil spills can come from various sources including leakage from oil transportation tankers, accidents on oil platforms and seepage from natural seeps.Oil spills are getting more and more frequent on the sea surface. Annually, 48% of the oil pollution in the seas is caused by fuels and 29% by crude oil. Tanker accidents contribute with only 5% of the all pollution entering into the sea [4]. Timely, accurate and continuous detection of oil spills in the sub-region can help management and monitoring of oil spills.Remote sensing does provides fast and reliable measurement of the ocean’s surface waters, and thus has been used widely to assess oil pollution at sea, as well as other water bodies. The remote sensing instruments include optical, microwave, and radar (e.g., Synthetic Aperture Radar, SAR) sensors which can be airborne and satellites.Airborne remote sensing offers the highest resolution and fastest response in measurements, but often very expensive to be used for operational monitoring. In contrast, satellite remote sensing provides reliable measurements of the ocean at a reasonable cost, hence 44
  • 3. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 more suitable for oil spill monitoring [5]. SAR is frequently used for oil spill detection at sea, compared to the various satellite instruments. The sea-surface echo radar signal is modulated by the wind-induced capillary waves, and thus carries detailed information on the surface roughness [6], giving the degree of oil spill on the surface of the sea. Due to the difference in the surface tensions of water and oil, there is also a difference in the backscattered signals that is received by the instrument.Oil film on the ocean surface has higher surface tension than water, and doesreduce the surface capillary waves, resulting in a smoother sea surface. The irregularity of the radar echo signal makes the oil contaminated areas appear as dark patches in SAR images.SAR is an all-weather and all-day high resolution aerial and space imaging of terrain. Being independent of light and weather conditions, SAR images does perform better than optical images hence its efficiency for detecting various ocean surface features such as oil spills. The backscattered or radar echo energy level for oil spilled areas received in the SAR systems is too low since the oil reduces the capillary waves of the sea surface. However, other natural phenomenon also contributes to damping the short waves and creates dark areas of the sea surface in the SAR images. Some of these natural phenomenons that create dark areas on the sea surface are due to suspension of Bragg scattering mechanism depending on ocean and/or atmospheric conditions [6]. Atmospheric conditions also contribute to noise in the SAR images, which affects the interpretation and/or feature extraction from the images. Signals received by radar are usually contaminated by noise due to random modulation of the radar pulse during atmospheric propagation, or due to fluctuation in the receiving circuits. 2. NOISE AND NOISE REDUCTION Noise is a random and usually an unwanted signal in a lot of applications: it can be experienced in acoustics signals, picture and video signals. Noise is evident in the variation in brightness or color information in a picture or a video sequence. Noise is most obvious in regions with low signal level, such as the weak received echo-signal in a radar receiver. Noise is characterized by its statistical properties. Noise containing all frequencies with equal amplitudes called “white” noise is typical in picture and video applications. Radar images are often corrupted by these random variations in intensity values. Some common types of noise are salt and pepper noise, impulse noise, and Gaussian noise.Some of the noise that affects SAR images includes Speckle Noise and Gaussian Noise. To better perceive images, noise reduction techniques need to be applied to reduce the unwanted areas of the image. 2.1. Speckle Noise Speckle noise is a coarse noise that is usually evident in and degrades the quality of the active radar and synthetic aperture radar (SAR) images. Radar waves can interfere constructively or destructively to produce light and dark pixels in radar image. Speckle noise is commonly observed in radar sensing system and images, although it can be observed in most types of remotely sensed images utilizing coherent radiation. Speckle noise in radar data or images have multiplicative error and must be removed before the data can be used otherwise the noise is merged into and degrades the image quality. 45
  • 4. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 3. FILTERS Broadly filters are designed to remove unwanted components from a set of signals, they can be devices or processes. In image processing, filters are used to improve the quality of images prior to its usage. Filtering is also sometimes referred to as smoothing, which is done to reduce noise and improve the image quality.Depending on the type of noise, linear or nonlinear filters are employed to remove the noise. Linear filters are good filters for removing Gaussian noise andother types of noise in most cases as well. Linear filters are implemented using the weighted sum of the pixels in successive windows of the image. Nonlinear filters are those that are implemented without a weighted sum of pixels. Nonlinear filters are usually spatially invariant, which implies that the same calculation is performed at all parts of the image. The Mean and Median filters are typical linear and nonlinear filters employed in image processing respectively. 3.1. Mean filter Mean or Average filter is one of the simplest linear filters that is implemented by performing local averaging operation as shown in equation 1 and the value of each image pixel is replaced by the average of all the values in the local neighborhood [7][8]. The mean filter works as low-pass one. h[i, j ]  1 M  f [k , l ] 1 ( k , l )N whereM is the number of pixels in the surrounding N, h[i,j] and f[k,l] are the old and new image pixels.The size of the neighborhood N controls the degree of filtering. A large neighborhood size will result in a greater degree of filtering. 3.2. Median filter The median filter is a nonlinear filter usually spatially invariant, which replaces each pixel value with the median of the pixel values in the local neighborhood [7]. The median filter is very effective in retaining the image details since they do not depend on values which are significantly different from typical values in the neighborhood. The median filter works on consecutive image window in a manner similar to that of the linear filters, but the method employed does not use a weighted sum.Pixels in each window are sorted into ascending order and the pixel value in the middle is selected as the new value for a particular pixel. 4. PERFORMANCE METRICS Performance of filters can be estimated using numerical measures of picture quality after the filter has been applied to the image. The performance metrics are chosen based on their computable distortion measures.Mean squared error (MSE) and Peak Signal to Noise Ratio (PSNR) are by far the most common measures of picture quality in image systems [9] [10]. 4.1. Mean-Square Error (MSE) The easiest and widely used image quality metric is the mean squared error (MSE), computed by averaging the squared intensity differences of distorted and reference image pixels. MSE 46
  • 5. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 application adopts an assumption that the reduction of perceptual quality of an image is directlyrelated to the visibility of the error signal. The image signal whose quality is being evaluated is thought of as a sum of an accurate reference signal and an error signal [10].MSE can objectively quantify the strength of the error signal present in an image after a filter is applied to the same image. The mean squared error (MSE) for practical purposes, allows comparison of the pixel values of imagesafter filtering to the degraded image before filtering. 4.2. Peak Signal-to-Noise Ratio (PSNR) Peak signal-to-noise ratio (PSNR) of an image is a relation for the ratio between the maximum value (power) of a signal and the power of distorting noise that disturbs the quality of its image [11]. Peak signal-to-noise ratio (PSNR) is a related quality metric which is usually used along with MSE. These two are appealing due to the simplicity to calculate, easy physical meanings and mathematically convenient in the context of optimization [10]. 5. EVALUATION OF MEAN AND MEDIAN FILTERS ON SPECKLE NOISE The mean and median filters are compared to evaluate their performance in the reduction of speckle noise in SAR images. The filters are evaluated using image pixel window size of 3X3 in MATLAB, while introducing various percentage of speckle noise into the image.The original image in RGB is shown in figure 3 and the gray level of the image with the histogram distribution is shown in figure 4 and 5 respectively. The image with 50% speckle noise with the histogram distribution is shown in figure 6 and 7 respectively. Fig. 3: SAR image (RGB) without speckle noise 47
  • 6. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Fig. 4: SAR image (gray) without speckle noise Fig. 5: Histogram distribution of SAR image (gray) without speckle noise 48
  • 7. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Fig. 6: SAR image (gray) with speckle noise Fig. 7: Histogram distribution of SAR image (gray) with speckle noise 6. PERFORMANCE OF MEAN AND MEDIAN FILTERS ON SPECKLE NOISE In comparing the performance of the mean and median filters on the reduction of speckle noise, MSE and PSNR was used.Table 1 and 2 summarizes the performance of the mean and median filters for the various levels of speckle noise. Figure 8 and 9 are graphical simulation showing the performance of the mean and median filters with reference to MSE and PSNR respectively. 49
  • 8. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Table 1: Comparison of PSNR for mean and median filters Table 2: Comparison of MSE for mean and median filters Fig. 8: Graph of comparison of MSE for mean and median filters 50
  • 9. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Fig. 9: Graph of comparison of PSNR for mean and median filters 7. DISCUSSION OF RESULTS In the comparison of the performance of the mean and median filters on the reduction of speckle noise in SAR images, various degrees of speckle noise was introduced into the image from 1% to 90%. Using an image pixel window size of 3X3, the results for MSE show that the mean filter performs better than the median filter when the noise level is below 10% as shown in figure 8. The median filter performs better than the mean filter for high levels of noise for both the MSE and PSNR as shown in figure 8 and 9. 8. CONCLUSION In this paper, the mean and median filters were compared to evaluate their performance in reduction of speckle noise typical in radar images like SAR images. The simulation results show that the median filters performs better for high levels of speckle noise in the SAR image. The mean filter is performs very well in terms of MSE when the noise levels are low. Therefore, designing an adaptive algorithm which will take advantage of the strengths of both the mean and median filters will be a possible future research direction. REFERENCES [1] [2] [3] Gulf of Guinea: The new Wild West, http://www.pipelinedreams.org/2011/05/gulf-of-guinea-thenew-wild-west/ , Accessed on 13th August 2013. Ghana: Accra Joint Venture awards drilling contract for Starfish-1 well offshore Ghana http://www.energy-pedia.com/news/ghana/new-154151, Accessed on 13th August 2013. Geology and Total Petroleum Systems of the Gulf of Guinea Province of West Africa, http://ivg.livejournal.com/292879.html, Accessed on 13th August 2013. 51
  • 10. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 L. M. Hang and N. D. Duong, “Oil Spill Detection and Classification by ALOS PALSAR at Vietnam East Sea”, 7th FIG Regional Conference, Spatial Data Serving People: Land Governance and the Environment – Building the Capacity, Hanoi, Vietnam, 19-22 October 2009, pp 1-12. [5] H. Chuanmin, L. Xiaofeng& W. G. Pichel, “Detection of Oil Slicks using MODIS and SAR Imagery”, Handbook of Satellite Remote Sensing Image Interpretation: Marine Applications, College of Marine Science, University of South Florida, 140 7th Ave., S., St. Petersburg, FL 33701 USA. [6] C. Ozkan, B. Osmanoglu, F. Sunar G. Staples, K. Kalkan and F. BalikSanli, “Testing the Generalization Efficiency of Oil Slicks Classification Algorithm Using Multiple SAR Data for Deepwater Horizon Oil Spill”, international Archives of the Photogrammetry, Remote Sensing and Spatial Science, Vol. XXXIX-B7, 2012 XXII ISPRS Congress, 25 August – 01 September 2012, Melbourne, Australia, pp 67-72. [7] Tamal Bose, “Digital Signal and Image Processing” Utah State University, John Wiley & Sons, Inc. [8] H. Huang, C. Chen, S. Wang and H. H Lu, “Adaptive symmetric mean filter: a new noise-reduction approach based on the slope facet model”, APPLIED OPTICS , Vol. 40, No. 29, 10 October 2001, pp 5192 – 5205. [9] S. Grgic, M. Grgicand M. Mrak, “Reliability of Objective Picture Quality Measures”, Journal of ELECTRICAL ENGINEERING, VOL. 55, NO. 1-2, 2004, 3-10, pp 3 – 10 [10] Z. Wang, Member, IEEE, A. C. Bovik, Fellow, IEEE, H. R. Sheikh, Student Member, IEEE, and E. P. Simoncelli, Senior Member, IEEE, “Image Quality Assessment: From Error Visibility to Structural Similarity”, IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 4, APRIL 2004, pp 1 – 14. [11] National Instruments “Peak Signal-to-Noise Ratio as an Image Quality Metric”, Publish Date: Jun 18, 2012 [4] 52