SlideShare a Scribd company logo
1 of 13
Download to read offline
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
DOI : 10.5121/sipij.2015.6402 19
SYNTHETIC APERTURE RADAR IMAGES
SEGMENTATION USING MINIMUM CROSS-
ENTROPY WITH GAMMA DISTRIBUTION
Ali El-Zaart
Department of Mathematics and Computer Science,
Faculty of Science, Beirut Arab University, Lebanon
ABSTRACT
Computer apparition plays the most important role in human perception, which is limited to only the visual
band of the electromagnetic spectrum. The need for Radar imaging systems, to recover some sources that
are not within human visual band, is raised. This paper present new algorithm for Synthetic Aperture
Radar (SAR) images segmentation based on thresholding technique. Entropy based image thresholding has
received sustainable interest in recent years. It is an important concept in the area of image processing.
Pal (1996) proposed a cross entropy thresholding method based on Gaussian distribution for bi-modal
images. Our method is derived from Pal method that segment images using cross entropy thresholding
based on Gamma distribution and can handle bi-modal and multimodal images. Our method is tested using
Synthetic Aperture Radar (SAR) images and it gave good results for bi-modal and multimodal images. The
results obtained are encouraging.
KEYWORDS
SAR images, Segmentation, Gamma distribution, Cross-Entropy.
1. INTRODUCTION
In recent years, SAR imaging has been rapidly gaining fame in applications such as high
resolution remote sensing for mapping, surface surveillance, search-and-rescue, mine detection,
navigation position location, sensor platform pose control technology, and Automatic Target
Recognition (ATR) [12]. For applications such as these, segmentation can play a key role in the
subsequent analysis for target detection and recognition. The most important SAR attribute
leading to its expanding in opularity is the ability to image large areas of land at fine resolutions
and in all weather conditions. A major issue in SAR image is that basic textures are generally
affected by multiplicative speckle noise [12]. As we note, in many applications, image
segmentation is one of the most difficult and challenging problems. Thresholding is a well-
known and most effective technique for image segmentation according to their simplicity and its
speed during processing [3]. It is a technique for converting a grayscale or color image to a binary
image based upon a threshold value. The threshold can be chosen manually or by using
automated techniques [1]. Threshold methods can be categorized into two groups: global and
local methods. Global thresholding technique thresholds the complete image with a single
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
20
threshold value. Local thresholding methods segment the image into a number of sub-images and
use a different threshold value for each sub-image. Global thresholding methods are easy to
implement and faster due to its less need for computations as proved in [1] and [2]. In [9], Sezgin
and Sankur categorize thresholding methods in six groups according to the information they are
exploiting. Among these methods, entropy-based methods have drawn the attentions of many
researchers. Since it has been proven to be successful and reasonably robust [3]. Minimum Cross
Entropy Thresholding (MCET) is a method that adopted in this paper. It selects optimal threshold
value that minimizes cross entropy between original and resultant images. Li and Lee in [2]
developed a sequential method to search for optimal threshold value using MCET that based on
Gaussian distribution. In [2], Li and Tam proposed an iterative method that derived for MCET
using Gaussian distribution. In [4], Al-Attas and El-Zaart proposed a sequential method for
finding optimal threshold value by minimizing Cross Entropy using Gamma distribution to
describe data in image. In this paper, we improve the previous works by developing an iterative
algorithm for MCET that used for estimating optimal threshold value based on the Gamma
distribution. Pal(1996) has derived a new method, which used minimum cross-entropy
thresholding method for estimating optimal threshold value based on Gaussian distribution.
However, our method process bi-modal and multimodal images, whereas previous method was
based on Gamma distribution for the process of bi-modal images.The paper is organized as
follows: Section 2 explains the statistical Gamma Distribution. In section 3, we describe image
segmentation, section 4 describes image thresholding based on cross Entropy Section 5, presents
the Pal cross entropy which is based on Gaussian distribution. Section 6 presents the proposed
improvement method of Pal which is based on Gamma distribution. Section 7 presents the
experimental results. We conclude in section 8.
2. STATISTICAL GAMMA DISTRIBUTION
Gamma Distribution is a two parameter family of continuous probability distributions in
probability theory and statistics. It is a general type of statistical distribution. The probability
density function of the Gamma distribution in homogenous area is given by [3][4]:
2
)/(
12
)(
2
),,( µ
µτµ
µ qxN
NN
e
qx
N
Nq
Nxf −
−






=
(1)
Where NN
N
q
)(
)5.0(
τ
τ +
=
, and x is the intensity of the pixel, µ is the mean value of the distribution
and N represents the parameter shape of the distribution.
Gamma distribution is having better aptitude than Gaussian as it endow with symmetric and non-
symmetric histograms whereas Gaussian distribution works only with symmetric histograms. For
a symmetric histogram, we set N to a high value and to get a histogram skewed to the right set N
to a small value (See figure 1). In this figure, if the value of parameter shape N is equal to 1 then
the histogram is skewed to the right and if the value of parameter shape N is equal to 10 then the
histogram is almost symmetric.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
21
Figure1: Three Gamma distributions with different values of N
3. IMAGE SEGMENTATION
The goal of segmentation is to simplify the representation of an image into something that is
more meaningful and easier to analyze. Image thresholding, one of the most important techniques
for image segmentation, the objective of this operation is that the objects and background are
separated into non-overlapping sets [13,14,15, 17,18,19]. Image thresholding is necessary step in
many image analysis applications. Image thresholding can be handled globally by determining a
single threshold value for an entire image or locally apply different threshold value in different
spatial regions [6,13]. Thresholding techniques can be divided into bi-level and multilevel
category depending on number of image segments. Image Thresholding classifies pixels into two
categories – Those to which some property measured from the image falls below a threshold, and
those at which the property equals or exceeds a threshold. Thresholding creates a binary image
(Binarization) using the following formula:



≤−−−−−
>−−−−−
=
TyxI
TyxI
yxs
),(0
),(1
),(
Where s(x, y) is a segmented/thresholded image, I(x, y) is the original image, T is the Threshold
[1]. Many different methods have been accessible to get the threshold valued. Surveys were
conducted and have been proposed to binarize an image [7]. Thresholding methods have been
classified into six categories [ ref]. Entropy based Method is wieldy used in image thesholding. In
next section, we will explain the entropy based thresholding.
4. IMAGE THRESHOLDING BASED ON ENTROPY
Entropy is a measure of the number of random ways in which a system may be arranged. Entropy
measure the information content in probability distribution. It separates the information into two
regions. Entropy based thresholding considers an image histogram as a probability distribution.
There are two techniques developed for entropy based thresholding -the local entropy (LE) and
joint entropy (JE). Entropy based thresholding usually considers and image histogram as a
probability distribution, and then selects an optimal threshold value [8]. Many entropy based
thresholding methods have been proposed in the literature. These methods are classified into
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
22
three groups: entropic thresholding, fuzzy entropic thresholding and cross entropic
thresholding. Entropic thresholding “considers the image foreground and background as two
different signal sources, so that when the sum of the two class entropies reaches its maximum, the
image is said to be optimally thresholded” [9]. Fuzzy entropic thresholding “considers the fuzzy
memberships as indicators of how strongly a grey value belongs to the background or to the
foreground” [9]. Cross entropic thresholding “considers the thresholding as the minimization of
an information theoretic distance” [9]. This paper is focused on the cross entropy thesholding
method. Many algorithms have been proposed for cross entropy thresholding, among them are Li
and Lee (1993) have introduced the minimum cross entropy thresholding algorithm that selects
the threshold, which minimizes the cross entropy between the segmented image and the original
image [10]. Li and Lee have proposed a method that is based on Gaussian distribution in
sequential manner [3]. They used the kullback’s information theoretic distance D between two
probability distributions [3], D is also known as directed divergence or cross entropy. Let I=
},.....,{ 21 nfff be the distribution of original image and It= },.....,{ 21 nggg the distribution of
thresholded image then the cross entropy is defined as follows:
∑=
=
n
i
iiit gffIID
0
)/log(),(
D(I, It) is non-symmetric.
Li and Tam (1998) developed an iterative method derived from Li and Lee [2] which derived the
threshold value from minimizing the cross entropy using Gaussian distribution [2]. Al-Attas and
El-Zaart (2006) have proposed a sequential method derived from Li and Lee [10] and Li and
Tam [2] to find optimal threshold value by minimizing cross entropy using Gamma
distribution[4]. The method resulted good outcome in medical images. Al-Osaimi and El-Zaart
(2008) developed a new iterative algorithm derived from Li and Lee [10] and Li and Tam [2] to
find optimal threshold value by minimizing cross entropy using Gamma distribution [5].
∑∑ ==
+=
n
i
iii
n
i
iiit fgggffIID
00
)/log()/log(),(
Brink and Pendock in [16] redefine the information theoretic distance as:
El-Zaart worked on Brink cross entropy which is an improvement of Lin and Lee cross entropy
[13,14,15,16]. Pal[11] is developed a cross entropy method that is more general than Li and
Brink. Next section we will explain the Pal method.
5. PAL THRESHOLDING METHOD BASED ON GAUSSIAN DISTRIBUTION
A cross entropy thresholding method where image histogram is modeled by a mixture of Poisson
distributions was proposed by Pal [11]. In general any thresholding method segments the image
into object and background regions based on the threshold t. The gray level values of object is
defined from [0-t] and the gray level values of background is defined from [t+1, L], where L is
the possible number of gray levels. Then the distribution of gray level in the object and
background regions can be defined as:
∑∑ ==
+=
L
i
L
i
t
if
ig
ig
ig
if
ifIID
11 )(
)(
log)(
)(
)(
log)(),(
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
23
}.,,.........,{ 21
O
t
OO
O ffff = and }.,,.........,{ 21
B
L
B
t
B
tB ffff ++= ,
Where: ti
sum
h
f iO
i .,.........3,2,1== and Ltti
sumNM
h
f iB
i .,.........2,1, ++=
−×
=
Where ∑=
=
t
i
ihsum
1
Note that: ∑=
=
t
i
O
if
1
1 and ∑+=
=
L
ti
B
if
1
1 , M × N is the width and the length of
the image, and ih is the histogram of gray level i.
We consider two Poisson probability distributions OG and BG for object and background
respectively,
},.......,{ 21
O
t
OO
O gggG = , },.......,{ 21
B
L
B
t
B
tB gggG ++=
ti
i
e
g
i
oO
i
O
,.........2,1
!
==
−
µµ
and Ltti
i
e
g
i
BB
i
B
,.........2,1
!
++==
−
µµ
Where Oµ and Bµ are the mean value of object and background regions and they estimated
using Gaussian distribution as follows:
∑∑ ==
=
t
i
i
t
i
iO hih
11
/)(µ and ∑∑ +=+=
=
L
ti
i
L
ti
iB hih
11
/)(µ
The cross entropy for the object and background regions are :
),()( OOtO GfDtD = = ( ) ( )∑∑ ==
+
t
i
O
i
O
i
O
i
O
i
O
i
t
i
O
i fgggff
11
/log/log
),()( BBtB GfDtD = = ( ) ( )∑∑ +=+=
+
L
ti
B
i
B
i
B
i
B
i
B
i
L
ti
B
i fgggff
11
/log/log
The total cross entropy is : )()()( tDtDtD BO +=
6. IMPROVEMENT OF PAL METHOD
Pal (1996) developed a thresholding method for images containing only two classes (bi-modal
thresholding) by assuming that the data in image is modelled by Gaussian distribution. There are
two problems in the Pal method: (i) if the image contains more than two classes that needs more
than one threshold and (ii) if the data in image is not symmetric which means that Gaussian
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
24
distribution is not suitable. In our improvement of Pal method we solved these two problems by
first extending the method to multimodal thresholding and second by using a more general
distribution than Gaussian. We used Gamma distribution [4,12] which can model symmetric and
non-symmetric data. Thus, the image is composed of two Gamma distributions; the first is for
the object region and the second for the background region. The estimated means for these two
regions are [4]:
∑∑ ==
=
t
i
t
i
O ihqiiht
00
22
)(/))(()(µ and ∑∑ +=+=
=
L
ti
L
ti
B ihqiiht
11
22
)(/))(()(µ
Where h(i) is the histogram defined on the gray level [0,L] and
NN
N
q
)(
)5.0(
τ
τ +
= .
The improvement of Pal cross entropy thresholding algorithm using Gamma distribution is as
follows:
( ) ( )∑∑ ==
+=
t
i
O
i
O
i
O
i
O
i
O
i
t
i
O
i fgfgfftD
11
/log/log)( +
( ) ( )∑∑ +=+=
+
L
ti
B
i
B
i
B
i
B
i
B
i
L
ti
B
i fgggff
11
/log/log
The optimal value of t*
is the value which minimizes the objective function )(tD [11].
6.1 Improvement Bi-modal Algorithm of Pal:
Begin
Set min = max value of Int as initial value
for t =1..255
Begin
Compute Oµ using Gamma distribution
Compute Bµ using Gamma distribution
Compute tif o
i ,.......,0, =
Compute ,B
if 255,...,1+= ti
Compute tigo
i ,...,0, =
255,...,1, += tig B
i
Compute )(tD using equation
))((min TDif >
Begin
)(min tD=
tthreshold =
end
end
end
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
25
6.2 New Multimodal Thresholding Algorithm
We extended the bi-model thresholding method to multimodal using Gamma distribution.
Assume that we have m classes of pixels in an image. Then we have a threshold vector of m-1
thresholds T= }.........,,{ 1321 −mtttt , where mm tttttt <<<<< −13210 ......... , t0=0 and tm=255.
The multimodal cross-entropy is defined as follows:














+





= ∑∑ ==
1
0
1
0
loglog)(
t
ti
O
i
O
iO
iO
i
O
i
t
ti
O
i
f
g
g
g
f
ftD +














+





∑∑ +=+=
2
1
2
1 11
loglog
t
ti
B
i
B
iB
iB
i
B
i
t
ti
B
i
f
g
g
g
f
f
+……………. +














+





∑∑
−
=
−
= −−
11
1 11
loglog
L
ti
B
i
B
iB
iB
i
B
i
L
ti
B
i
mtm
f
g
g
g
f
f
The mean value of kth
class , will be estimated using Gamma distribution:
∑∑
−− ==
=
k
k
k
k
t
ti
t
ti
K ihqiiht
11
)(/))(()( 22
µ
The proposed new Multimodal algorithm is as follows:
1-Initial values of thresholds can be estimated using k-mean algorithm
T0= }.........,,{ 1321 −mtttt , 00 =t and 255=mt
2-On each two consecutive modes in the multimodel histogram, apply bi-modal thresholding
algorithm, in order to obtain the new value of threshold Tnew (k) . These two modes starting
from 1−kt and ending at kt . For k=1,2…m-1.
3-We compare the two threshold vectors T0 and Tnew
If ε<− newTT0 then optimal threshold values T*
= }.........,,{ *
1
*
3
*
2
*
1 −mtttt are reached
else Assign T0 ← Tnew and go to step 2
7. EXPERIMENTAL RESULTS
The improvement bi-modal Pal method is implemented using Gamma distribution and applied on
several real SAR images, and then the . Multimodal thresholding is applied on multimodal image.
7.1. SAR Images with Two classes
In this section, we will apply the improved bimodal thresholding method on three real SAR
images, where the parameter N is given by the user.
• Figure 2a presented a real SAR image, we applied the bimodal algorithm on this image
with value of N=10. The segmented image presented in figure 2b with estimated
threshold T=30. Figure 2c, presented the histogram of the real SAR image with the
estimated threshold in green line.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
26
(a) (b)
(c)
Figure 2: (a) Real SAR image. (b) Segmented image with N=10 and T=30.
(c) Image histogram with estimated threshold.
• Figure 3a presented a real SAR image, we applied the bimodal algorithm on this image
with value of N=8. The segmented image presented in figure 3b with estimated threshold
T=29. Figure 3c, presented the histogram of the real SAR image with the estimated
threshold in green line.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
27
(a) (b)
(c)
Figure3: (a) Real SAR image. (b) Segmented image with N=8 and t=29.
(c) Image histogram with estimated threshold
• Figure 4a presented a real SAR image, we applied the bimodal algorithm on this image
with value of N=12. The segmented image presented in figure 4b with estimated
threshold T=27. Figure 4c, presented the histogram of the real SAR image with the
estimated threshold in green line.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
28
(a) (b)
(c)
Figure 4: (a) Real SAR image. (b) Segmented image with N=12 and T=27.
(c) Image histogram with estimated threshold
7.2 Real SAR Image with Three Classes
Figure 5a presented a real SAR image with three classes of pixels, the proposed multimodal
thresholding method is applied to this image with N=12. The estimated thresholds are T1=14 and
T2=42. The segmented image is presented in figure 5b. Figure 5c presented the histogram of real
SAR image with two estimated thresholds.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
29
(a) (b)
(c)
Figure 5: (a) Real SAR image. (b) Segmented image with N=12, T1=13 and T2=42. (c) Image histogram
two estimated thresholds
8. CONCLUSION AND FUTURE WORK
In this paper, we proposed am improvement of the Pal cross entropy thresholding. Pal (1996)
developed a thresholding method for images containing only two classes (bi-modal thresholding)
by assuming that the data in image is modelled by Gaussian distribution. In our improvement of
Pal method we extended his work for multimodal thresholding and using a more general
distribution than Gaussian. We used Gamma distribution which can model symmetric and non-
symmetric data. Thus, the image is composed of two Gamma distributions; the first is for the
object region and the second for the background region. The experimental results showed that the
improvement method segmented well the SAR images having two and three classes. The
estimated threshold is done in sequential manner, as future work we will develop method that can
find the optimal threshold using iterative method.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
30
REFERENCES
[1] Rafael C.gonzalez, Richard E.Woods, “Digital Image Processing,” Prentice Hall, New York, 3rd
Edition, 2008
[2] C.H.Li and P K S Tam, “An iterative algorithm for minimum cross entropy thresholding”, Pattern
Recognition Vol 19 (1998), pp 771-776
[3] ŞENGÜR, I. TÜRKOĞLU and M. NCE, "A Comparative Study On Entropic Thresholding
Methods" Journal of Electrical & Electronics Engineering, vol.6, no. 2, 2006, pp. 183-188.
[4] R. Al-Attas, and A. El-Zaart, “Thresholding of Medical Images Using Minimum Cross Entropy”,
kuala lumpur international conference on biomedical engineering, kuala lumpur, Malaysia, 2006, pp.
312-315.
[5] G. Al-Osaimi and A. El Zaart, "Minimum Cross Entropy Thresholding for SAR Images", 3rd IEEE
International Conference on Information & Communication Technologies: From Theory to
Applications ICTTA. Syria, April 2008
[6] Wonho Oh, W. Brent Lindquist,”Image Thresholding by Indicator Kriging”, IEEE on Pattern
Analysis and Machine Intelligence, Vol 20
[7] B. Sankura,, and M. Sezgin, "Image Thresholding Techniques: a Survey over Categories", Pattern
Recognition, 2001
[8] C. Chang,Y. Du, J. Wang, S. Guo and P. Thouin, "Survey and Comparative Analysis of Entropy and
Relative Entropy Thresholding Techniques", IEEE Proc.-Vis. Image Signal Process, vol. 153, no. 6,
December 2006, pp. 837-850.
[9] M. Sezgin, and B. Sankur, “Survey Over Image Thresholding Techniques And Quantitative
Performance Evaluation”, Journal of Electronic Imaging, vol. 13, no. 1, January 2004, pp. 146-165
[10] C. Li, and C. Lee, “Minimum Cross Entropy Thresholding”, Pattern Recognition-Elsevier, vol. 26,
1993, pp. 617-625.
[11] N.R. Pal, "On Minimum Cross-Entropy Thresholding", Pattern Recognition Journal-Elsevier, vol.29,
no. 4 ,1996, pp. 575-580.
[12] A. El Zaart, D. Ziou, S. Wang, and O. Jiang, “Segmentation of SAR images,” Pattern Recognition
Journal, vol. 35, no. 3, March 2002, pp. 713-724.
[13] Roula Alayli and Ali El-Zaart, ”An Iterative Mammographic Image Thresholding Algorithm For
Breast Cancer Detection”, submitted to The 2012 International Arab Conference on Information
Technology (ACIT'2012). Lebanon. December 201
[14] Ali Ghosn and Ali El-Zaart, Skin Images Segmentation Using Between Class Variance with Gamma
Distribution International Science Conference (LAAS20), Hadath, Lebanon, March 2014.
[15] Moumena Al-Bayati and Ali El-Zaart, Automatic Thresholding Techniques for SAR Images”,
International Concefrence in Soft Computing (2013). Dubai, 18-19 May 2013.
[16] Ali El-Zaart and Ali Ghosn, SAR images Thresholding For Oil Spill Detection ”, The 2nd
International Electronics, Communications, and Photonics Confefence.Riyadh, Saudi Arabia, 2013.
[17] Fari Muhammad Abubakar, A study of Region-Based and contour-Based images segmentation,
Signal & Image Processing : An International Journal (SIPIJ) Vol.3, No.6, December 2012.
[18] Nuseiba M. Altarawneh, Suhuai Luo, Brian Regan, Changming Sun, Fucang Jia, Global Threshold
and Region-Based active contour for accurate image segmentation. Signal & Image Processing: An
International Journal (SIPIJ) Vol.5, No.3, June 2014.
[19] Mokhtar M. Hasan, , Pramod K. Mishra, Novel Algorithm for Skin Color Based Segmentation Using
Mixture of GMMS, Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.4,
August 2013.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015
31
AUTHOR
Ali El-Zaart was a senior software developer at Department of Research and
Development, Semiconductor Insight, Ottawa, Canada during 2000-2001. From
2001 to 2004, he was an assistant professor at the Department of Biomedical
Technology, College of Applied Medical Sciences. From 2004-2011, he was an
assistant professor and then associate professor at the Department of Computer
Science, College of computer and information Sciences. Since 2011 he is an
associate professor at the department of Mathematics and computer science, Faculty
of Science, Beirut Arab University, Lebanon. He published more than 110 articles
and proceedings in the areas of image processing, remote sensing, and computer vision. He received a
B.Sc. in computer science from the University of Lebanon; Beirut, Lebanon in 1990, M.Sc. degree in
computer science (image processing) from the University of Sherbrooke, Sherbrooke, Canada in 1996, and
Ph.D. degree in computer science (image processing) from the University of Sherbrooke, Sherbrooke,
Canada in 2000. His research interests include image processing, pattern recognition, remote sensing, and
computer vision, Data Mining, e-government, smart cities.

More Related Content

What's hot

Imagethresholding
ImagethresholdingImagethresholding
Imagethresholdingananta200
 
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
 
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWS
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWSAPPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWS
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWSijcga
 
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
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUEScscpconf
 
A Compressed Sensing Approach to Image Reconstruction
A Compressed Sensing Approach to Image ReconstructionA Compressed Sensing Approach to Image Reconstruction
A Compressed Sensing Approach to Image Reconstructionijsrd.com
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGgarima0690
 
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Prof Dr techn Murthy Chavali Yadav
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONCOLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONacijjournal
 
Dj31514517
Dj31514517Dj31514517
Dj31514517IJMER
 

What's hot (18)

Imagethresholding
ImagethresholdingImagethresholding
Imagethresholding
 
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
 
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWS
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWSAPPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWS
APPEARANCE-BASED REPRESENTATION AND RENDERING OF CAST SHADOWS
 
I0351053058
I0351053058I0351053058
I0351053058
 
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 ...
 
A1804010105
A1804010105A1804010105
A1804010105
 
I0341042048
I0341042048I0341042048
I0341042048
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
A Compressed Sensing Approach to Image Reconstruction
A Compressed Sensing Approach to Image ReconstructionA Compressed Sensing Approach to Image Reconstruction
A Compressed Sensing Approach to Image Reconstruction
 
40120140507003
4012014050700340120140507003
40120140507003
 
528 439-449
528 439-449528 439-449
528 439-449
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONCOLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041
 

Viewers also liked

COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTIONCOMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTIONsipij
 
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMsipij
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...sipij
 
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual PredictionEfficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual Predictionsipij
 
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...sipij
 
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGRGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGsipij
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...sipij
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdsipij
 
An improved anc system with
An improved anc system withAn improved anc system with
An improved anc system withsipij
 
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSA BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSsipij
 
Conditional entrench spatial domain steganography
Conditional entrench spatial domain steganographyConditional entrench spatial domain steganography
Conditional entrench spatial domain steganographysipij
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...sipij
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reductionsipij
 
Vocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachVocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachsipij
 
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...sipij
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESsipij
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESsipij
 
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...sipij
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONsipij
 

Viewers also liked (19)

COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTIONCOMPARATIVE ANALYSIS OF SKIN COLOR  BASED MODELS FOR FACE DETECTION
COMPARATIVE ANALYSIS OF SKIN COLOR BASED MODELS FOR FACE DETECTION
 
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...
 
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual PredictionEfficient Reversible Data Hiding Algorithms Based on Dual Prediction
Efficient Reversible Data Hiding Algorithms Based on Dual Prediction
 
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
SPEECH ENHANCEMENT USING KERNEL AND NORMALIZED KERNEL AFFINE PROJECTION ALGOR...
 
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSINGRGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
RGBEXCEL: AN RGB IMAGE DATA EXTRACTOR AND EXPORTER FOR EXCEL PROCESSING
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
Semi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svdSemi blind rgb color image watermarking using dct and two level svd
Semi blind rgb color image watermarking using dct and two level svd
 
An improved anc system with
An improved anc system withAn improved anc system with
An improved anc system with
 
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODSA BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
A BRIEF OVERVIEW ON DIFFERENT ANIMAL DETECTION METHODS
 
Conditional entrench spatial domain steganography
Conditional entrench spatial domain steganographyConditional entrench spatial domain steganography
Conditional entrench spatial domain steganography
 
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
BRAIN PORTION EXTRACTION USING HYBRID CONTOUR TECHNIQUE USING SETS FOR T1 WEI...
 
Literature survey on impulse noise reduction
Literature survey on impulse noise reductionLiterature survey on impulse noise reduction
Literature survey on impulse noise reduction
 
Vocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approachVocabulary length experiments for binary image classification using bov approach
Vocabulary length experiments for binary image classification using bov approach
 
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...
VISION BASED HAND GESTURE RECOGNITION USING FOURIER DESCRIPTOR FOR INDIAN SIG...
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
 
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...D ESIGN  A ND  I MPLEMENTATION OF  D IGITAL F ILTER  B ANK  T O  R EDUCE  N O...
D ESIGN A ND I MPLEMENTATION OF D IGITAL F ILTER B ANK T O R EDUCE N O...
 
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITIONEFFECT OF FACE TAMPERING ON FACE RECOGNITION
EFFECT OF FACE TAMPERING ON FACE RECOGNITION
 

Similar to Synthetic aperture radar images

AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESsipij
 
A Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisA Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisIOSR Journals
 
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONcsitconf
 
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONcscpconf
 
A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionEditor IJCATR
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement ijsc
 
Fuzzy entropy based optimal
Fuzzy entropy based optimalFuzzy entropy based optimal
Fuzzy entropy based optimalijsc
 
Human detection in hours of
Human detection in hours ofHuman detection in hours of
Human detection in hours ofijistjournal
 
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHMHUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHMijistjournal
 
New approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeNew approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeIAEME Publication
 
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...ijscmcj
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesIJERA Editor
 
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...ijma
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrissipij
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmijscmcj
 

Similar to Synthetic aperture radar images (20)

AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR OPTICAL IMAGES
 
A Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisA Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and Analysis
 
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
 
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
 
A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis Detection
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
 
Fuzzy entropy based optimal
Fuzzy entropy based optimalFuzzy entropy based optimal
Fuzzy entropy based optimal
 
Human detection in hours of
Human detection in hours ofHuman detection in hours of
Human detection in hours of
 
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHMHUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM
HUMAN DETECTION IN HOURS OF DARKNESS USING GAUSSIAN MIXTURE MODEL ALGORITHM
 
Image Denoising Using WEAD
Image Denoising Using WEADImage Denoising Using WEAD
Image Denoising Using WEAD
 
New approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeNew approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted merge
 
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...
BEHAVIOR STUDY OF ENTROPY IN A DIGITAL IMAGE THROUGH AN ITERATIVE ALGORITHM O...
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray Images
 
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
I010634450
I010634450I010634450
I010634450
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithm
 
Ijetcas14 372
Ijetcas14 372Ijetcas14 372
Ijetcas14 372
 
50120130405020
5012013040502050120130405020
50120130405020
 

Recently uploaded

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 

Recently uploaded (20)

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 

Synthetic aperture radar images

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 DOI : 10.5121/sipij.2015.6402 19 SYNTHETIC APERTURE RADAR IMAGES SEGMENTATION USING MINIMUM CROSS- ENTROPY WITH GAMMA DISTRIBUTION Ali El-Zaart Department of Mathematics and Computer Science, Faculty of Science, Beirut Arab University, Lebanon ABSTRACT Computer apparition plays the most important role in human perception, which is limited to only the visual band of the electromagnetic spectrum. The need for Radar imaging systems, to recover some sources that are not within human visual band, is raised. This paper present new algorithm for Synthetic Aperture Radar (SAR) images segmentation based on thresholding technique. Entropy based image thresholding has received sustainable interest in recent years. It is an important concept in the area of image processing. Pal (1996) proposed a cross entropy thresholding method based on Gaussian distribution for bi-modal images. Our method is derived from Pal method that segment images using cross entropy thresholding based on Gamma distribution and can handle bi-modal and multimodal images. Our method is tested using Synthetic Aperture Radar (SAR) images and it gave good results for bi-modal and multimodal images. The results obtained are encouraging. KEYWORDS SAR images, Segmentation, Gamma distribution, Cross-Entropy. 1. INTRODUCTION In recent years, SAR imaging has been rapidly gaining fame in applications such as high resolution remote sensing for mapping, surface surveillance, search-and-rescue, mine detection, navigation position location, sensor platform pose control technology, and Automatic Target Recognition (ATR) [12]. For applications such as these, segmentation can play a key role in the subsequent analysis for target detection and recognition. The most important SAR attribute leading to its expanding in opularity is the ability to image large areas of land at fine resolutions and in all weather conditions. A major issue in SAR image is that basic textures are generally affected by multiplicative speckle noise [12]. As we note, in many applications, image segmentation is one of the most difficult and challenging problems. Thresholding is a well- known and most effective technique for image segmentation according to their simplicity and its speed during processing [3]. It is a technique for converting a grayscale or color image to a binary image based upon a threshold value. The threshold can be chosen manually or by using automated techniques [1]. Threshold methods can be categorized into two groups: global and local methods. Global thresholding technique thresholds the complete image with a single
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 20 threshold value. Local thresholding methods segment the image into a number of sub-images and use a different threshold value for each sub-image. Global thresholding methods are easy to implement and faster due to its less need for computations as proved in [1] and [2]. In [9], Sezgin and Sankur categorize thresholding methods in six groups according to the information they are exploiting. Among these methods, entropy-based methods have drawn the attentions of many researchers. Since it has been proven to be successful and reasonably robust [3]. Minimum Cross Entropy Thresholding (MCET) is a method that adopted in this paper. It selects optimal threshold value that minimizes cross entropy between original and resultant images. Li and Lee in [2] developed a sequential method to search for optimal threshold value using MCET that based on Gaussian distribution. In [2], Li and Tam proposed an iterative method that derived for MCET using Gaussian distribution. In [4], Al-Attas and El-Zaart proposed a sequential method for finding optimal threshold value by minimizing Cross Entropy using Gamma distribution to describe data in image. In this paper, we improve the previous works by developing an iterative algorithm for MCET that used for estimating optimal threshold value based on the Gamma distribution. Pal(1996) has derived a new method, which used minimum cross-entropy thresholding method for estimating optimal threshold value based on Gaussian distribution. However, our method process bi-modal and multimodal images, whereas previous method was based on Gamma distribution for the process of bi-modal images.The paper is organized as follows: Section 2 explains the statistical Gamma Distribution. In section 3, we describe image segmentation, section 4 describes image thresholding based on cross Entropy Section 5, presents the Pal cross entropy which is based on Gaussian distribution. Section 6 presents the proposed improvement method of Pal which is based on Gamma distribution. Section 7 presents the experimental results. We conclude in section 8. 2. STATISTICAL GAMMA DISTRIBUTION Gamma Distribution is a two parameter family of continuous probability distributions in probability theory and statistics. It is a general type of statistical distribution. The probability density function of the Gamma distribution in homogenous area is given by [3][4]: 2 )/( 12 )( 2 ),,( µ µτµ µ qxN NN e qx N Nq Nxf − −       = (1) Where NN N q )( )5.0( τ τ + = , and x is the intensity of the pixel, µ is the mean value of the distribution and N represents the parameter shape of the distribution. Gamma distribution is having better aptitude than Gaussian as it endow with symmetric and non- symmetric histograms whereas Gaussian distribution works only with symmetric histograms. For a symmetric histogram, we set N to a high value and to get a histogram skewed to the right set N to a small value (See figure 1). In this figure, if the value of parameter shape N is equal to 1 then the histogram is skewed to the right and if the value of parameter shape N is equal to 10 then the histogram is almost symmetric.
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 21 Figure1: Three Gamma distributions with different values of N 3. IMAGE SEGMENTATION The goal of segmentation is to simplify the representation of an image into something that is more meaningful and easier to analyze. Image thresholding, one of the most important techniques for image segmentation, the objective of this operation is that the objects and background are separated into non-overlapping sets [13,14,15, 17,18,19]. Image thresholding is necessary step in many image analysis applications. Image thresholding can be handled globally by determining a single threshold value for an entire image or locally apply different threshold value in different spatial regions [6,13]. Thresholding techniques can be divided into bi-level and multilevel category depending on number of image segments. Image Thresholding classifies pixels into two categories – Those to which some property measured from the image falls below a threshold, and those at which the property equals or exceeds a threshold. Thresholding creates a binary image (Binarization) using the following formula:    ≤−−−−− >−−−−− = TyxI TyxI yxs ),(0 ),(1 ),( Where s(x, y) is a segmented/thresholded image, I(x, y) is the original image, T is the Threshold [1]. Many different methods have been accessible to get the threshold valued. Surveys were conducted and have been proposed to binarize an image [7]. Thresholding methods have been classified into six categories [ ref]. Entropy based Method is wieldy used in image thesholding. In next section, we will explain the entropy based thresholding. 4. IMAGE THRESHOLDING BASED ON ENTROPY Entropy is a measure of the number of random ways in which a system may be arranged. Entropy measure the information content in probability distribution. It separates the information into two regions. Entropy based thresholding considers an image histogram as a probability distribution. There are two techniques developed for entropy based thresholding -the local entropy (LE) and joint entropy (JE). Entropy based thresholding usually considers and image histogram as a probability distribution, and then selects an optimal threshold value [8]. Many entropy based thresholding methods have been proposed in the literature. These methods are classified into
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 22 three groups: entropic thresholding, fuzzy entropic thresholding and cross entropic thresholding. Entropic thresholding “considers the image foreground and background as two different signal sources, so that when the sum of the two class entropies reaches its maximum, the image is said to be optimally thresholded” [9]. Fuzzy entropic thresholding “considers the fuzzy memberships as indicators of how strongly a grey value belongs to the background or to the foreground” [9]. Cross entropic thresholding “considers the thresholding as the minimization of an information theoretic distance” [9]. This paper is focused on the cross entropy thesholding method. Many algorithms have been proposed for cross entropy thresholding, among them are Li and Lee (1993) have introduced the minimum cross entropy thresholding algorithm that selects the threshold, which minimizes the cross entropy between the segmented image and the original image [10]. Li and Lee have proposed a method that is based on Gaussian distribution in sequential manner [3]. They used the kullback’s information theoretic distance D between two probability distributions [3], D is also known as directed divergence or cross entropy. Let I= },.....,{ 21 nfff be the distribution of original image and It= },.....,{ 21 nggg the distribution of thresholded image then the cross entropy is defined as follows: ∑= = n i iiit gffIID 0 )/log(),( D(I, It) is non-symmetric. Li and Tam (1998) developed an iterative method derived from Li and Lee [2] which derived the threshold value from minimizing the cross entropy using Gaussian distribution [2]. Al-Attas and El-Zaart (2006) have proposed a sequential method derived from Li and Lee [10] and Li and Tam [2] to find optimal threshold value by minimizing cross entropy using Gamma distribution[4]. The method resulted good outcome in medical images. Al-Osaimi and El-Zaart (2008) developed a new iterative algorithm derived from Li and Lee [10] and Li and Tam [2] to find optimal threshold value by minimizing cross entropy using Gamma distribution [5]. ∑∑ == += n i iii n i iiit fgggffIID 00 )/log()/log(),( Brink and Pendock in [16] redefine the information theoretic distance as: El-Zaart worked on Brink cross entropy which is an improvement of Lin and Lee cross entropy [13,14,15,16]. Pal[11] is developed a cross entropy method that is more general than Li and Brink. Next section we will explain the Pal method. 5. PAL THRESHOLDING METHOD BASED ON GAUSSIAN DISTRIBUTION A cross entropy thresholding method where image histogram is modeled by a mixture of Poisson distributions was proposed by Pal [11]. In general any thresholding method segments the image into object and background regions based on the threshold t. The gray level values of object is defined from [0-t] and the gray level values of background is defined from [t+1, L], where L is the possible number of gray levels. Then the distribution of gray level in the object and background regions can be defined as: ∑∑ == += L i L i t if ig ig ig if ifIID 11 )( )( log)( )( )( log)(),(
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 23 }.,,.........,{ 21 O t OO O ffff = and }.,,.........,{ 21 B L B t B tB ffff ++= , Where: ti sum h f iO i .,.........3,2,1== and Ltti sumNM h f iB i .,.........2,1, ++= −× = Where ∑= = t i ihsum 1 Note that: ∑= = t i O if 1 1 and ∑+= = L ti B if 1 1 , M × N is the width and the length of the image, and ih is the histogram of gray level i. We consider two Poisson probability distributions OG and BG for object and background respectively, },.......,{ 21 O t OO O gggG = , },.......,{ 21 B L B t B tB gggG ++= ti i e g i oO i O ,.........2,1 ! == − µµ and Ltti i e g i BB i B ,.........2,1 ! ++== − µµ Where Oµ and Bµ are the mean value of object and background regions and they estimated using Gaussian distribution as follows: ∑∑ == = t i i t i iO hih 11 /)(µ and ∑∑ +=+= = L ti i L ti iB hih 11 /)(µ The cross entropy for the object and background regions are : ),()( OOtO GfDtD = = ( ) ( )∑∑ == + t i O i O i O i O i O i t i O i fgggff 11 /log/log ),()( BBtB GfDtD = = ( ) ( )∑∑ +=+= + L ti B i B i B i B i B i L ti B i fgggff 11 /log/log The total cross entropy is : )()()( tDtDtD BO += 6. IMPROVEMENT OF PAL METHOD Pal (1996) developed a thresholding method for images containing only two classes (bi-modal thresholding) by assuming that the data in image is modelled by Gaussian distribution. There are two problems in the Pal method: (i) if the image contains more than two classes that needs more than one threshold and (ii) if the data in image is not symmetric which means that Gaussian
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 24 distribution is not suitable. In our improvement of Pal method we solved these two problems by first extending the method to multimodal thresholding and second by using a more general distribution than Gaussian. We used Gamma distribution [4,12] which can model symmetric and non-symmetric data. Thus, the image is composed of two Gamma distributions; the first is for the object region and the second for the background region. The estimated means for these two regions are [4]: ∑∑ == = t i t i O ihqiiht 00 22 )(/))(()(µ and ∑∑ +=+= = L ti L ti B ihqiiht 11 22 )(/))(()(µ Where h(i) is the histogram defined on the gray level [0,L] and NN N q )( )5.0( τ τ + = . The improvement of Pal cross entropy thresholding algorithm using Gamma distribution is as follows: ( ) ( )∑∑ == += t i O i O i O i O i O i t i O i fgfgfftD 11 /log/log)( + ( ) ( )∑∑ +=+= + L ti B i B i B i B i B i L ti B i fgggff 11 /log/log The optimal value of t* is the value which minimizes the objective function )(tD [11]. 6.1 Improvement Bi-modal Algorithm of Pal: Begin Set min = max value of Int as initial value for t =1..255 Begin Compute Oµ using Gamma distribution Compute Bµ using Gamma distribution Compute tif o i ,.......,0, = Compute ,B if 255,...,1+= ti Compute tigo i ,...,0, = 255,...,1, += tig B i Compute )(tD using equation ))((min TDif > Begin )(min tD= tthreshold = end end end
  • 7. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 25 6.2 New Multimodal Thresholding Algorithm We extended the bi-model thresholding method to multimodal using Gamma distribution. Assume that we have m classes of pixels in an image. Then we have a threshold vector of m-1 thresholds T= }.........,,{ 1321 −mtttt , where mm tttttt <<<<< −13210 ......... , t0=0 and tm=255. The multimodal cross-entropy is defined as follows:               +      = ∑∑ == 1 0 1 0 loglog)( t ti O i O iO iO i O i t ti O i f g g g f ftD +               +      ∑∑ +=+= 2 1 2 1 11 loglog t ti B i B iB iB i B i t ti B i f g g g f f +……………. +               +      ∑∑ − = − = −− 11 1 11 loglog L ti B i B iB iB i B i L ti B i mtm f g g g f f The mean value of kth class , will be estimated using Gamma distribution: ∑∑ −− == = k k k k t ti t ti K ihqiiht 11 )(/))(()( 22 µ The proposed new Multimodal algorithm is as follows: 1-Initial values of thresholds can be estimated using k-mean algorithm T0= }.........,,{ 1321 −mtttt , 00 =t and 255=mt 2-On each two consecutive modes in the multimodel histogram, apply bi-modal thresholding algorithm, in order to obtain the new value of threshold Tnew (k) . These two modes starting from 1−kt and ending at kt . For k=1,2…m-1. 3-We compare the two threshold vectors T0 and Tnew If ε<− newTT0 then optimal threshold values T* = }.........,,{ * 1 * 3 * 2 * 1 −mtttt are reached else Assign T0 ← Tnew and go to step 2 7. EXPERIMENTAL RESULTS The improvement bi-modal Pal method is implemented using Gamma distribution and applied on several real SAR images, and then the . Multimodal thresholding is applied on multimodal image. 7.1. SAR Images with Two classes In this section, we will apply the improved bimodal thresholding method on three real SAR images, where the parameter N is given by the user. • Figure 2a presented a real SAR image, we applied the bimodal algorithm on this image with value of N=10. The segmented image presented in figure 2b with estimated threshold T=30. Figure 2c, presented the histogram of the real SAR image with the estimated threshold in green line.
  • 8. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 26 (a) (b) (c) Figure 2: (a) Real SAR image. (b) Segmented image with N=10 and T=30. (c) Image histogram with estimated threshold. • Figure 3a presented a real SAR image, we applied the bimodal algorithm on this image with value of N=8. The segmented image presented in figure 3b with estimated threshold T=29. Figure 3c, presented the histogram of the real SAR image with the estimated threshold in green line.
  • 9. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 27 (a) (b) (c) Figure3: (a) Real SAR image. (b) Segmented image with N=8 and t=29. (c) Image histogram with estimated threshold • Figure 4a presented a real SAR image, we applied the bimodal algorithm on this image with value of N=12. The segmented image presented in figure 4b with estimated threshold T=27. Figure 4c, presented the histogram of the real SAR image with the estimated threshold in green line.
  • 10. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 28 (a) (b) (c) Figure 4: (a) Real SAR image. (b) Segmented image with N=12 and T=27. (c) Image histogram with estimated threshold 7.2 Real SAR Image with Three Classes Figure 5a presented a real SAR image with three classes of pixels, the proposed multimodal thresholding method is applied to this image with N=12. The estimated thresholds are T1=14 and T2=42. The segmented image is presented in figure 5b. Figure 5c presented the histogram of real SAR image with two estimated thresholds.
  • 11. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 29 (a) (b) (c) Figure 5: (a) Real SAR image. (b) Segmented image with N=12, T1=13 and T2=42. (c) Image histogram two estimated thresholds 8. CONCLUSION AND FUTURE WORK In this paper, we proposed am improvement of the Pal cross entropy thresholding. Pal (1996) developed a thresholding method for images containing only two classes (bi-modal thresholding) by assuming that the data in image is modelled by Gaussian distribution. In our improvement of Pal method we extended his work for multimodal thresholding and using a more general distribution than Gaussian. We used Gamma distribution which can model symmetric and non- symmetric data. Thus, the image is composed of two Gamma distributions; the first is for the object region and the second for the background region. The experimental results showed that the improvement method segmented well the SAR images having two and three classes. The estimated threshold is done in sequential manner, as future work we will develop method that can find the optimal threshold using iterative method.
  • 12. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 30 REFERENCES [1] Rafael C.gonzalez, Richard E.Woods, “Digital Image Processing,” Prentice Hall, New York, 3rd Edition, 2008 [2] C.H.Li and P K S Tam, “An iterative algorithm for minimum cross entropy thresholding”, Pattern Recognition Vol 19 (1998), pp 771-776 [3] ŞENGÜR, I. TÜRKOĞLU and M. NCE, "A Comparative Study On Entropic Thresholding Methods" Journal of Electrical & Electronics Engineering, vol.6, no. 2, 2006, pp. 183-188. [4] R. Al-Attas, and A. El-Zaart, “Thresholding of Medical Images Using Minimum Cross Entropy”, kuala lumpur international conference on biomedical engineering, kuala lumpur, Malaysia, 2006, pp. 312-315. [5] G. Al-Osaimi and A. El Zaart, "Minimum Cross Entropy Thresholding for SAR Images", 3rd IEEE International Conference on Information & Communication Technologies: From Theory to Applications ICTTA. Syria, April 2008 [6] Wonho Oh, W. Brent Lindquist,”Image Thresholding by Indicator Kriging”, IEEE on Pattern Analysis and Machine Intelligence, Vol 20 [7] B. Sankura,, and M. Sezgin, "Image Thresholding Techniques: a Survey over Categories", Pattern Recognition, 2001 [8] C. Chang,Y. Du, J. Wang, S. Guo and P. Thouin, "Survey and Comparative Analysis of Entropy and Relative Entropy Thresholding Techniques", IEEE Proc.-Vis. Image Signal Process, vol. 153, no. 6, December 2006, pp. 837-850. [9] M. Sezgin, and B. Sankur, “Survey Over Image Thresholding Techniques And Quantitative Performance Evaluation”, Journal of Electronic Imaging, vol. 13, no. 1, January 2004, pp. 146-165 [10] C. Li, and C. Lee, “Minimum Cross Entropy Thresholding”, Pattern Recognition-Elsevier, vol. 26, 1993, pp. 617-625. [11] N.R. Pal, "On Minimum Cross-Entropy Thresholding", Pattern Recognition Journal-Elsevier, vol.29, no. 4 ,1996, pp. 575-580. [12] A. El Zaart, D. Ziou, S. Wang, and O. Jiang, “Segmentation of SAR images,” Pattern Recognition Journal, vol. 35, no. 3, March 2002, pp. 713-724. [13] Roula Alayli and Ali El-Zaart, ”An Iterative Mammographic Image Thresholding Algorithm For Breast Cancer Detection”, submitted to The 2012 International Arab Conference on Information Technology (ACIT'2012). Lebanon. December 201 [14] Ali Ghosn and Ali El-Zaart, Skin Images Segmentation Using Between Class Variance with Gamma Distribution International Science Conference (LAAS20), Hadath, Lebanon, March 2014. [15] Moumena Al-Bayati and Ali El-Zaart, Automatic Thresholding Techniques for SAR Images”, International Concefrence in Soft Computing (2013). Dubai, 18-19 May 2013. [16] Ali El-Zaart and Ali Ghosn, SAR images Thresholding For Oil Spill Detection ”, The 2nd International Electronics, Communications, and Photonics Confefence.Riyadh, Saudi Arabia, 2013. [17] Fari Muhammad Abubakar, A study of Region-Based and contour-Based images segmentation, Signal & Image Processing : An International Journal (SIPIJ) Vol.3, No.6, December 2012. [18] Nuseiba M. Altarawneh, Suhuai Luo, Brian Regan, Changming Sun, Fucang Jia, Global Threshold and Region-Based active contour for accurate image segmentation. Signal & Image Processing: An International Journal (SIPIJ) Vol.5, No.3, June 2014. [19] Mokhtar M. Hasan, , Pramod K. Mishra, Novel Algorithm for Skin Color Based Segmentation Using Mixture of GMMS, Signal & Image Processing : An International Journal (SIPIJ) Vol.4, No.4, August 2013.
  • 13. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.4, August 2015 31 AUTHOR Ali El-Zaart was a senior software developer at Department of Research and Development, Semiconductor Insight, Ottawa, Canada during 2000-2001. From 2001 to 2004, he was an assistant professor at the Department of Biomedical Technology, College of Applied Medical Sciences. From 2004-2011, he was an assistant professor and then associate professor at the Department of Computer Science, College of computer and information Sciences. Since 2011 he is an associate professor at the department of Mathematics and computer science, Faculty of Science, Beirut Arab University, Lebanon. He published more than 110 articles and proceedings in the areas of image processing, remote sensing, and computer vision. He received a B.Sc. in computer science from the University of Lebanon; Beirut, Lebanon in 1990, M.Sc. degree in computer science (image processing) from the University of Sherbrooke, Sherbrooke, Canada in 1996, and Ph.D. degree in computer science (image processing) from the University of Sherbrooke, Sherbrooke, Canada in 2000. His research interests include image processing, pattern recognition, remote sensing, and computer vision, Data Mining, e-government, smart cities.