SlideShare a Scribd company logo
1 of 5
Download to read offline
Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71
www.ijera.com 66 | P a g e
A Survey on Image Segmentation Techniques Used In Leukemia
Detection
Mashiat Fatma, Jaya Sharma
Amity School of Engineering & Technology Amity University, Noida, Uttar Pradesh
Amity School of Engineering & Technology Amity University, Noida, Uttar Pradesh
ABSTRACT
Image segmentation commonly known as partitioning of an image is one of the intrinsic parts of any image
processing technique. In this image processing step, the digital image of choice is segregated into sets of pixels
on the basis of some predefined and preselected measures or standards. There have been presented many
algorithms for segmenting a digital image. This paper presents a general review of algorithms that have been
presented for the purpose of image segmentation.
Keywords: Segmentation, K-means, Leukemia
I. INTRODUCTION
Segmenting or dividing a digital image into
region of interests or meaningful structures in general
plays a momentous role in quite a few image
processing tasks. Image analysis, image visualization,
object representation are some of them. A formal
definition for image segmentation can be defined as
the technique to divide the an image f (x, y) into a
non empty subset f1, f2, ...., fn which is continuous
and disconnected. The prime objective of segmenting
a digital image is to change its representation so that
it looks more expressive for image analysis. During
the course of action in image segmentation, each and
every pixel of the image segmentation is assigned a
label or value. The pixels that share the same value
also share homogeneous traits. For example color,
texture, intensity etc. There are quite a few
applications where image segmentation plays a
pivotal role. These applications vary from image
filtering, face recognition, medical imaging (for
example locating tumors, diagnostics etc), finger
print recognition, satellite imaging etc.
The remaining paper is structured in following
manner. The next section describes the different
types of segmentation that are generally used. This
section also contains brief description of the related
work carried out in respective areas. Concluding
remarks are provided in section 3. Section 4 contains
references that are used in this paper.
II. SEGMENTATION TECHNIQUES
Over the years, plenty of work has been
done in the area of image processing and so is the
case for image segmentation. Different researchers
have come up with varied segmentation algorithms
but till date there is not a single algorithm that could
be said as appropriate for all variants of images. As a
result, algorithm that is developed for one set of
images cannot be applied to a different set of images.
Hence there exists a major challenge of developing a
single and unified approach of image segmentation
that could be used for all sorts of images.
There are multiple segmentation techniques
available and they can be used individually or in
combination with others. These approaches can
broadly be divided into two categories on the basis of
following properties that an image possesses.
(a) Image’s Discontinuities
In this the image is segmented based on the
discontinuities or abrupt changes for example
intensity that appears in a digital image. This includes
algorithms like edge detection.
(b) Image’s Similarities
In this the image is divided based on the
similarities existing in a digital image. Thresholding,
region growing, splitting and merging are some
examples of segmentation in which regions are
defined and segregated on the basis of some criteria.
Other than the above approach, the segmentation
techniques can be divided as follows.
2.1 Edge Based Segmentation
In this, edges of objects in an image are
identified that are assumed to be the objects’
boundaries. These boundaries are used for
segmentation. The drawback of this technique is that
the edges do not guarantee to form closed boundaries.
To avoid this after the first step when the object
boundaries are detected, these edges are processed so
that only closed boundaries remain. Then these object
boundaries are filled to produce segmented image.
Example is Canny Edge detection algorithm.
A segmentation technique based on
extracting the region of interest from a larger image
RESEARCH ARTICLE OPEN ACCESS
Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71
www.ijera.com 67 | P a g e
around thresholded cell nuclei was proposed by Katz
[9]. The process of segmentation into cell or non-cell
regions was carried out using canny edge detection
followed by a circle identification algorithm.
In [16] a shape based approach is proposed
to extract thin structures like lines and sheets from
3D biomedical images. These thin structures are
modeled using ellipsoidal model. The existing filters
which incorporate Gaussian filters are simplified and
applied for getting segmentation results.
In [19] segmentation is performed using
CIELAB color space and various edge detection
algorithms. The edge detection methods incorporated
were Sobel, Prewitt, Roberts, Laplacian of Gaussian
and Canny edge detectors. Out of the different edge
detection algorithms, canny edge detector’s results
were best. Canny uses two different threshold values
to identify strong and weak edges and includes weak
edges only if they are connected to strong edges.
A new method for segmentation is proposed
in [13]. It makes use of Gabor Filters for extraction
and segmentation of tagged cardiac images. Gabor
filters can be used to design adaptive filters for
different local regions because they are wavelet like
local filters in spatial domain. An advantage of Gabor
filter is that they use Gaussian envelopes. Due to this,
these filters always achieve minimum space
bandwidth. This advantage contributes in getting full
constraints in spatial as well as frequency domain.
Therefore Gabor filters are used widely in image
processing applications like texture segmentation and
edge detection.
2.2 Region Based Segmentation
In this type of segmentation the objective is
to group pixels into regions that share similar
characteristics. A disadvantage of this technique is
that it may lead to failure if the definition given for
region uniformity tends to be too strict. For example
if brightness has to be approximately constant but
actually it varies linearly, different threshold values
are applied for these sub regions. Local thresholding
is effective when the gradient effect is small with
respect to the chosen sub image size.
N. H. Abd Halim, M. Y. Mashor, A. S.
Abdul Nasir, N. R. Mokhtar, H. Rosline [2] used this
technique to segment nucleus using S component of
HSI model for leukemia detection. For this the
histogram of S component of image is developed to
get the threshold value.
Emad A. Mohammed, Mostafa M. A.
Mohammed, Christopher Naugler, Behrouz H. Far
[10] proposed a technique for chronic leukemia cell
segmentation. In the proposed approach for
segmenting a nucleus first an optimal threshold value
is obtained using Otsu’s method. Canny edge
detector is applied followed by erosion and
dilation.isolated pixels are removed and a segmented
nucleus mask is obtained.
The advantage of seeded region growing for
small objects is discussed in [11]. If only limited
number of objects are to be considered in an image,
only smaller number of pixels are to be visited.
Therefore combining seeded region growing together
with pixel classification yields a better performance
with respect to time (shorter execution time) and a
guaranteed connectivity is approached.
A region growing segmentation method is
proposed in [18]. The paper focuses on multi scale
local features which are selected as the characteristic
for region growing in image. As good features assure
good segmentation results, therefore a multi-scale
local energy feature is constructed and segmentation
is performed using seed point in region growing
based segmentation.
A region growing based segmentation is
proposed in [22]. The technique incorporates a two
step process for segmentation of abnormal white
blood cells and nucleus. The first phase consists of
enhancing the quality of the image using partial
contrast, contrast stretching and dark stretching. Then
a segmentation process based on HSI color model,
filtering and region growing is carried out to get a
fully segmented image. The results show that the
combination used for segmentation improves the
accuracy of the result.
2.3 Threshold Based Segmentation
This is one of the most popular techniques
that are used for segmentation. Thresholding maps a
grey valued image to a binary image. Many
algorithms exist to find the optimum threshold value.
Thresholding can be defined as
Grey value remapping operation, 𝑔 𝑣 =
0 𝑖𝑓 𝑣 < 𝑡
1 𝑖𝑓 𝑣 ≥ 𝑡
Where v & t represent grey value and threshold value
respectively.
Ghosh et al. [7] proposed a threshold
detection scheme using fuzzy divergence for
leukocyte segmentation. Various fuzzy membership
functions i.e. Gamma, Gaussian and Cauchy
functions were evaluated for the test images. While
this method is able to segment the nucleus accurately,
there is no provision for cytoplasm extraction which
is also an essential morphological component for
ALL detection.
Neerad Phansalkar et al. proposed a new
local thresholding segmentation method to solve the
problem of non-uniform staining using different color
spaces [6].
Fabio Scotti [17] presented an approach for
WBC segmentation of blood microscopic images.
Herein first the image of interest is presented in
L*a*b color space and a local threshold is applied.
Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71
www.ijera.com 68 | P a g e
Following this a fully supervised clustering is applied
to achieve segmented regions.
2.4 Clustering Based Segmentation
Clustering is nothing but an attempt in
which measurement points or patterns are grouped
together. This technique is generally applied for data
of n dimension. This n corresponds to an arbitrary
number, i.e. it can be two, three or more. The
clustering technique is best suited for sparse type of
images. This technique includes methods like k-
means, fuzzy c-means etc.
Subrajeet Mohapatra & Deepti Patra [1]
proposed an automated nucleus segmentation
method. In the proposed technique, two step
segmentation is done to segment a WBC nucleus
from rest of the image objects. In first stage an initial
segmentation is performed by executing a semi
supervised k-means clustering. The next stage is a
follow up of first step in which a second stage of
segmentation is done using nearest neighbor
classification in L*a*b space.
In [17], a clustering based approach is used
to segment white blood cells in blood microscopic
images. In the proposed system, first the image is
converted into Lab color space. Then a fuzzy k-
means clustering is carried out that divide the image
into 3 clusters. Simultaneously an automatic
histogram based thresholding is also performed on
the Lab color image. The two results i.e. clusters and
the reference image (obtained after applying
threshold) are compared, selected and a logical AND
operation is performed. The resulting image is a clean
segmented image.
The approach presented in [21] is used to
detect AML (Acute Myelogenous Leukemia) in
microscopic images of blood. Three clusters are
identified which represent nucleus, background and
other cells like erythrocytes, leukocytes etc. Every
pixel of the image is assigned to one of these clusters
based on the cluster property. The technique
performs some preprocessing followed by k-means
clustering for segmentation purpose. The
segmentation is performed to extract the leukocytes’
nuclei using color based clustering.
S. Schupp et al. presented a system of
automatic microscopic image segmentation
combining fuzzy clustering and active contour model.
An automatic initialization algorithm based on
fuzzy clustering is used to robustly identify and
classify all possible seed region in the image. This
seed are propagated outward simultaneously to
localize the final contour of all objects [5].
In [12] numerous medical images are used
to exemplify the effectiveness of relative fuzzy
connectedness. A framework based on theory and
algorithm is discussed to define objects via fuzzy
relative connectedness. Then using the proposed
theory it is shown that defined objects are
independent of the referring elements chosen, if they
are not part of the fuzzy boundary between objects.
In [14] a fuzzy approach for segmentation of
WBC color images is proposed. Here a representation
of colored WBC microscopic images is used that
avoids colors’ low saturation and illumination
problems that arise because of shadows and
illumination. In the proposed technique first the RGB
image is converted to Smith’s HSI transformation.
Then a membership function is assigned to each color
pattern. After obtaining the membership degree for
color patterns, pixel classification is carried out for
segmentation purposes.
A fuzzy approach for leukemia detection is
proposed in [23]. In the proposed paper, at first some
preprocessing is done using selective median filtering
followed by unsharp masking. Then the RGB image
is converted to lab color space for further processing.
A two step segmentation approach using fuzzy is
then instated for segregating WBCs from other blood
components. Then a classification using SVM
classifier is done after a set of features are extracted.
These features work as input sets for the classifier.
A clustering based segmentation is
performed in [24]. After performing the
preprocessing and color conversion of RGB to Lab
color space, the segmentation is performed. The
process for segmentation here is a two step process.
In the first step a clustering based segmentation using
fuzzy c-means is done. The idea is to classify each
object into one of the four classes corresponding to
RBC, background, cytoplasm and WBC nucleus. To
overcome any overlapping of regions, a second
segmentation is performed using nearest neighbor
classification.
In [25] an unsupervised machine learning
approach is proposed for the selection of significant
genes of leukemia using k-means clustering. The
proposed approach is used to discover the unknown
patterns from the dataset. The k-means algorithm is
carried out for cluster values of 5, 10 & 15. The
resultant values are compared for leukemia gene
identification.
2.5 Morphological Watershed Based
Segmentation
This type of segmentation is applied when
mathematical morphology needs to be applied. The
algorithm considers any gray image as topographic
surface. The surface is flooded from its minima and
the water is prevented from coming out of different
sources. This leads to division of image in two sets,
watershed lines and catchment basins.
Dorini et al. [16] used watershed transform based on
image forest transform to extract the nucleus.
Concurrently, size distribution information is used to
extract the cytoplasm from the background including
Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71
www.ijera.com 69 | P a g e
RBC. While effective for nucleus segmentation this
method fails when the cytoplasm is not round.
The technique proposed in [10] makes use of
watershed to segment blood cell images for
identification of chronic lymphocytic leukemia. In
the proposed method, after applying Otsu’s method
to obtain an optimal threshold, the edges of cell’s
objects are identified using canny edge detector.
Then watershed is applied for segmentation purpose.
In [20], two stages of watershed transform is used for
acute leukemia image segmentation. In the proposed
approach, the initial step is to convert the image from
RGB to HSV color model. In the next step, the
saturation component is extracted and the gradient
magnitude is determined. Then on the resulting
binary image (which is obtained by applying Otsu’s
global threshold) the first level of watershed
transformation is applied. This is done for dam
construction (watershed ridge line). Then the gradient
magnitude is imposed on this first level of
segmentation and a second watershed transform is
performed.
2.6 Neural Network Segmentation
Generally a neural network is used for
classification purposes, however it can be used for
segmentation as well. In general, a small area (of an
image), is processed using what we call artificial
neural network/s. examples are perceptrons, kohonen
map etc.
Subrajeet Mohapatra, Dipti Patra, Sunil
Kumar and Sanghamitra Satpathy [4] proposed a new
technique that incorporates neural network for
segmentation purpose. In the mentioned approach,
segmentation is considered to be a pixel classification
problem. The neural network is used to segment each
pixel into cytoplasm, nucleus and background.
Rodrigues P, Ferriera M, Monteiro J [8] used an
unsupervised and another supervised neural network
simultaneously for segmenting gray scale leukocytes
images. However, the use of two classifiers increases
the time complexity and the segmentation accuracy
can also be further improved.
III. CONCLUSION
In this paper, different segmentation
techniques are classified and discusses. The
advantages and disadvantages for various techniques
are also mentioned wherever applicable. Image
segmentation has evolved as a basic technique for
image processing and computer vision, however no
unified algorithm that can be generalized over all
types of images exists. Therefore a universal and
unique segmentation algorithm for researchers has
vast future prospects.
A common framework for evaluation of
segmentation in introduced in [15]. In here a metric
unit that is based on the distance between
segmentation partitions is recommended. This is done
to mitigate the shortcomings of existing approaches.
REFERENCES
[1] Subrajeet Mohapatra, Dipti Patra,
“Automated Cell Nucleus Segmentation and
Acute Leukemia Detection in Blood
Microscopic Images”, Proceedings of 2010
International Conference on Systems in
Medicine & Biology, 16-18 Decmber, 2010,
IIT Kharagpur, India.
[2] N. H. Abd Halim, M. Y. Mashor, A. S.
Abdul Nasir, N. R. Mokhtar, H. Rosline,
“Nucleus Segmentation Technique For
Acute Leukemia”, IEEE 7th
International
Colloquium on Signal Processing & its
Application, 2011.
[3] Dorini LB, Minetto R, Leite NJ, “White
Blood Cell Segmentation Using
Morphological Operators and Scale-Space
Analysis”, Proc Brazilian Symp Comput
Graph Image Proc, 2007Tavel, P. 2007
Modeling and Simulation Design. AK Peters
Ltd.
[4] Subrajeet Mohapatra, Dipti Patra, Sunil
Kumar and Sanghamithra Satpathy,
“Lymphocyte Image Segmentation Using
Functional Link Neural Architecture for
Acute Leukemia Detection”, Biomed Eng
Lett, (2012)2:100-110.
[5] S. Schupp, A. Elmoataz, J. Fadili, P. Herlin,
D. Bloyet, “Image Segmentation via
Multiple Active Contour Models and Fuzzy
Clustering with Biomedical Applications”,
0-7695-0750-6/00, IEEE, 2000.
[6] Neerad Phansalkart, Sumit More, Ashish
Sabale, Madhuri Joshi, “Adaptive Local
Thresholding for Detection Of Nuclei in
Diversity Stained Cytology Images”, 978-1-
4244-9799-7/11, IEEE 2011.
[7] Ghosh M, Das D, Chakraborty C, Ray AK.
Automated leukocyte recognition using
fuzzy divergence. Micron. 2010; 41(7):840-
6.
[8] Rodrigues P, Ferreira M, Monteiro J.,
“Segmentation and Classification of
Leukocytes using Neural Networks: A
Generalization Direction”, 2008; 83:373-96.
[9] A. R. J. Katz, “Image Analysis and
Supervised Learning in the Automated
Differentiation of White Blood Cells from
Microscopic Images”, Master’s thesis,
Department of Computer Science, RMIT,
Feb. 2000.
[10] Emad A. Mohammed, Mostafa
M.A.Mohammed, Christopher Naugler,
Behrouz H. Far, “Chronic Lymphocytic
Leukemia Cell Segmentation From
Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71
www.ijera.com 70 | P a g e
Microscopic Blood Images Using Watershed
Algorithm and Optimal Thresholding”, 26th
IEEE Canadian Conference Of Electrical
And Computer Engineering(CCECE), 2013.
[11] J. Cornelis, E. Nyssen, A. Katartrzis, L.
VanKempen, P. Boekaerts, R. Deklerck, A.
Salomie, “Statistical Models for
Multidisciplinary Applications Of Image
Segmentation & Labelling”, Proceedings Of
ICSP2000.
[12] Jayaram K. Udupa, Punam K. Saha, Roberto
A. Lotufo, “Relative Fuzzy Connectedness
and Object Definition: Theory, Algorithms,
and Applications in Image Segmentation”,
IEEE Transaction on Pattern Analysis and
Machine Intelligence, Vol. 24, No.11,
November 2002.
[13] Dimitris N. Metaxas, Leon Axel, Zhenhua
Hu, Albert Montillo, Kyoungju Park, Zhen
Qian, “Segmentation and Analysis Of 3D
Cardiac Motion from Tagged MRI Images”,
Proceedings of 25th
Annual International
Conference Of the IEEE EMBS Cancun,
Mexico, September 17-21, 2003.
[14] E. Montseny, P.Sobrevilla, S. Romani, “A
Fuzzy Approach to White Blood Cells
Segmentation in Color Bone Marrow
Images”, Hungary, 25-29 July, FUZZ-IEEE
2004.
[15] Jaime S. Cardoso, Luis Corte-Real, “Toward
A Generic Evaluation of Image
Segmentation”, IEEE Transactions on Image
Processing, Vol. 14, No. 11, November
2005.
[16] Adam Huang, Gregory M. Nielson,
Anshuman Razdan, Gerald E. Farin, D. Page
Baluch, David G.Capco, “Thin Structure
Segmentation and Visualization in Three
Dimensional Biomedical Images: A Shape
Based Approach”, IEEE Transaction On
Visualization and Computer Graphics,
Vol.12, N0.1, January/February 2006.
[17] Fabio Scotti, “Robust Segmentation and
Measurement Techniques of White Cells in
Blood Microscopic Images”,
Instrumentation and Measurement
Technology Conference, Sorrento, Italy, 24-
27 April 2006.
[18] Yang Wang, Qianqian Wang, “Image
Segmentation Based On Multi Scale Local
Feature”, 3rd
International Congress on
Image and Signal Processing (CISP), 2010.
[19] Ganesan P, R. Immanuvel Rajkumar, V.
Rajini, “Segmentation and Edge Detection
of Color Images Using CIELAB Color
Space and Edge Detectors”, IEEE, 2010.
[20] Lim Huey Nee, Mohd Yusoff Mashor,
Rosline Hassan, “White Blood Cell
Segmentation For Acute Leukemia Bone
Marrow Images”, International Conference
on Biomedical Engineering (ICoBE),
Penang, Malaysia, 27-28 February, 2012.
[21] Sos Agaian, Monica Madhukar, Anthony T.
Chronopoulos, “Automated Screening
System for Acute Myelogenous Leukemia
Detection in Blood Microscopic Images”,
IEEE Systems Journal.
[22] Aimi Salihah, M. Y. Mashor, Nor Hazlyna
Harun, Azian Azamimi Abdullah, H.
Rosline, “Improving Color Image
Segmentation on Acute Leukemia Images
Using Contrast Enhancement Techniques”,
IEEE EMBS Conference on Biomedical
Engineering & Sciences, Kuala Lumpur,
Malaysia, 30th
Nov- 2nd
Dec 2010.
[23] Subrajeet Mohapatra, Sushanta Shekhar
Samanta, Dipti Patra and Sanghamitra
Satpathi, “Fuzzy Based Blood Image
Segmentation for Automated Leukemia
Detection”, IEEE, 2011.
[24] Subrajeet Mohapatra, Dipti Patra,
Sanghamitra Satpathi, “Image Analysis of
Blood Microscopic Images for Acute
Leukemia Detection”, International
Conference on Industrial Electronics,
Control & Robotics, IEEE, 2010.
[25] Prasath Palanisamy, Perumal, K. Thangavel,
R. Manavalan, “A Novel Approach to Select
Significant Genes of Leukemia Cancer Data
Using K-Means Clustering”, International
Conference on Pattern Recognition,
Informatics and Mobile Engineering,
February 21-22, IEEE, 2013.

More Related Content

What's hot

Medical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodMedical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodIOSR Journals
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...IOSR Journals
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEIAEME Publication
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...IJSRD
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERcscpconf
 
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMPERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMAM Publications
 
A brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imagesA brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imageseSAT Journals
 
A brief review of segmentation methods for medical
A brief review of segmentation methods for medicalA brief review of segmentation methods for medical
A brief review of segmentation methods for medicaleSAT Publishing House
 
Segmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachSegmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachIjrdt Journal
 
93202101
9320210193202101
93202101IJRAT
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Imagesjournal ijrtem
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...IJCI JOURNAL
 

What's hot (19)

Medical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodMedical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set Method
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
 
Vol2no2 17
Vol2no2 17Vol2no2 17
Vol2no2 17
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
 
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMPERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
 
A brief review of segmentation methods for medical images
A brief review of segmentation methods for medical imagesA brief review of segmentation methods for medical images
A brief review of segmentation methods for medical images
 
A brief review of segmentation methods for medical
A brief review of segmentation methods for medicalA brief review of segmentation methods for medical
A brief review of segmentation methods for medical
 
Segmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachSegmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approach
 
93202101
9320210193202101
93202101
 
K011138084
K011138084K011138084
K011138084
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Images
 
Texture Classification
Texture ClassificationTexture Classification
Texture Classification
 
G011134454
G011134454G011134454
G011134454
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...An efficient method for recognizing the low quality fingerprint verification ...
An efficient method for recognizing the low quality fingerprint verification ...
 
Id105
Id105Id105
Id105
 

Viewers also liked

Emgoldex Mesa Preliminar Teamlideresdeoro
Emgoldex Mesa Preliminar TeamlideresdeoroEmgoldex Mesa Preliminar Teamlideresdeoro
Emgoldex Mesa Preliminar Teamlideresdeoroteamlideresdeoro H
 
O peru pregador
O peru pregadorO peru pregador
O peru pregadorHelio Cruz
 
Projeto político pedagógico
Projeto político pedagógicoProjeto político pedagógico
Projeto político pedagógicoSonia Souza
 
道之圖說
道之圖說道之圖說
道之圖說Jaing Lai
 
1435 flor de-nieve-(menudospeques.net)
1435 flor de-nieve-(menudospeques.net)1435 flor de-nieve-(menudospeques.net)
1435 flor de-nieve-(menudospeques.net)Menudos Peques
 
那一個是我
那一個是我那一個是我
那一個是我Jaing Lai
 
泛黃的記憶
泛黃的記憶泛黃的記憶
泛黃的記憶Jaing Lai
 
Pt Eleazar A
Pt Eleazar APt Eleazar A
Pt Eleazar Aovruni
 
Tutorial Inventor Professional instalação
Tutorial Inventor Professional instalaçãoTutorial Inventor Professional instalação
Tutorial Inventor Professional instalaçãoSylvielly Sousa
 
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
5 B   Estados Hipertensivos Durante El Embarazo 07 10 085 B   Estados Hipertensivos Durante El Embarazo 07 10 08
5 B Estados Hipertensivos Durante El Embarazo 07 10 08Alumnos Ricardo Palma
 
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICEREDA SRL
 
Materia 1 edad moderna
Materia 1 edad modernaMateria 1 edad moderna
Materia 1 edad modernaRodolfo baksys
 

Viewers also liked (20)

Seminario de tesis
Seminario de tesisSeminario de tesis
Seminario de tesis
 
Avanço da Internet
Avanço da InternetAvanço da Internet
Avanço da Internet
 
Lp infak miokad
Lp infak miokadLp infak miokad
Lp infak miokad
 
Emgoldex Mesa Preliminar Teamlideresdeoro
Emgoldex Mesa Preliminar TeamlideresdeoroEmgoldex Mesa Preliminar Teamlideresdeoro
Emgoldex Mesa Preliminar Teamlideresdeoro
 
O peru pregador
O peru pregadorO peru pregador
O peru pregador
 
Saia
SaiaSaia
Saia
 
Projeto político pedagógico
Projeto político pedagógicoProjeto político pedagógico
Projeto político pedagógico
 
Realidad aumentada
Realidad aumentadaRealidad aumentada
Realidad aumentada
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 
道之圖說
道之圖說道之圖說
道之圖說
 
1435 flor de-nieve-(menudospeques.net)
1435 flor de-nieve-(menudospeques.net)1435 flor de-nieve-(menudospeques.net)
1435 flor de-nieve-(menudospeques.net)
 
那一個是我
那一個是我那一個是我
那一個是我
 
Relatorio msc&co. 1 q15
Relatorio msc&co. 1 q15Relatorio msc&co. 1 q15
Relatorio msc&co. 1 q15
 
泛黃的記憶
泛黃的記憶泛黃的記憶
泛黃的記憶
 
Pt Eleazar A
Pt Eleazar APt Eleazar A
Pt Eleazar A
 
Tutorial Inventor Professional instalação
Tutorial Inventor Professional instalaçãoTutorial Inventor Professional instalação
Tutorial Inventor Professional instalação
 
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
5 B   Estados Hipertensivos Durante El Embarazo 07 10 085 B   Estados Hipertensivos Durante El Embarazo 07 10 08
5 B Estados Hipertensivos Durante El Embarazo 07 10 08
 
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE
01-Dinasol 2012 ROSTURI DE DILATARE ,STRUCTURALE, SEISMICE
 
Materia 1 edad moderna
Materia 1 edad modernaMateria 1 edad moderna
Materia 1 edad moderna
 
Notas h 2014
Notas  h 2014Notas  h 2014
Notas h 2014
 

Similar to L045066671

Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Akshit Arora
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewIJERA Editor
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...TELKOMNIKA JOURNAL
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationIIRindia
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniquesvivatechijri
 
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
 

Similar to L045066671 (20)

Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
154 158
154 158154 158
154 158
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
D04402024029
D04402024029D04402024029
D04402024029
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
 
A02010106
A02010106A02010106
A02010106
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical Review
 
D45012128
D45012128D45012128
D45012128
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...
 
Dk34681688
Dk34681688Dk34681688
Dk34681688
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image Segmentation
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniques
 
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
 

Recently uploaded

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

L045066671

  • 1. Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71 www.ijera.com 66 | P a g e A Survey on Image Segmentation Techniques Used In Leukemia Detection Mashiat Fatma, Jaya Sharma Amity School of Engineering & Technology Amity University, Noida, Uttar Pradesh Amity School of Engineering & Technology Amity University, Noida, Uttar Pradesh ABSTRACT Image segmentation commonly known as partitioning of an image is one of the intrinsic parts of any image processing technique. In this image processing step, the digital image of choice is segregated into sets of pixels on the basis of some predefined and preselected measures or standards. There have been presented many algorithms for segmenting a digital image. This paper presents a general review of algorithms that have been presented for the purpose of image segmentation. Keywords: Segmentation, K-means, Leukemia I. INTRODUCTION Segmenting or dividing a digital image into region of interests or meaningful structures in general plays a momentous role in quite a few image processing tasks. Image analysis, image visualization, object representation are some of them. A formal definition for image segmentation can be defined as the technique to divide the an image f (x, y) into a non empty subset f1, f2, ...., fn which is continuous and disconnected. The prime objective of segmenting a digital image is to change its representation so that it looks more expressive for image analysis. During the course of action in image segmentation, each and every pixel of the image segmentation is assigned a label or value. The pixels that share the same value also share homogeneous traits. For example color, texture, intensity etc. There are quite a few applications where image segmentation plays a pivotal role. These applications vary from image filtering, face recognition, medical imaging (for example locating tumors, diagnostics etc), finger print recognition, satellite imaging etc. The remaining paper is structured in following manner. The next section describes the different types of segmentation that are generally used. This section also contains brief description of the related work carried out in respective areas. Concluding remarks are provided in section 3. Section 4 contains references that are used in this paper. II. SEGMENTATION TECHNIQUES Over the years, plenty of work has been done in the area of image processing and so is the case for image segmentation. Different researchers have come up with varied segmentation algorithms but till date there is not a single algorithm that could be said as appropriate for all variants of images. As a result, algorithm that is developed for one set of images cannot be applied to a different set of images. Hence there exists a major challenge of developing a single and unified approach of image segmentation that could be used for all sorts of images. There are multiple segmentation techniques available and they can be used individually or in combination with others. These approaches can broadly be divided into two categories on the basis of following properties that an image possesses. (a) Image’s Discontinuities In this the image is segmented based on the discontinuities or abrupt changes for example intensity that appears in a digital image. This includes algorithms like edge detection. (b) Image’s Similarities In this the image is divided based on the similarities existing in a digital image. Thresholding, region growing, splitting and merging are some examples of segmentation in which regions are defined and segregated on the basis of some criteria. Other than the above approach, the segmentation techniques can be divided as follows. 2.1 Edge Based Segmentation In this, edges of objects in an image are identified that are assumed to be the objects’ boundaries. These boundaries are used for segmentation. The drawback of this technique is that the edges do not guarantee to form closed boundaries. To avoid this after the first step when the object boundaries are detected, these edges are processed so that only closed boundaries remain. Then these object boundaries are filled to produce segmented image. Example is Canny Edge detection algorithm. A segmentation technique based on extracting the region of interest from a larger image RESEARCH ARTICLE OPEN ACCESS
  • 2. Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71 www.ijera.com 67 | P a g e around thresholded cell nuclei was proposed by Katz [9]. The process of segmentation into cell or non-cell regions was carried out using canny edge detection followed by a circle identification algorithm. In [16] a shape based approach is proposed to extract thin structures like lines and sheets from 3D biomedical images. These thin structures are modeled using ellipsoidal model. The existing filters which incorporate Gaussian filters are simplified and applied for getting segmentation results. In [19] segmentation is performed using CIELAB color space and various edge detection algorithms. The edge detection methods incorporated were Sobel, Prewitt, Roberts, Laplacian of Gaussian and Canny edge detectors. Out of the different edge detection algorithms, canny edge detector’s results were best. Canny uses two different threshold values to identify strong and weak edges and includes weak edges only if they are connected to strong edges. A new method for segmentation is proposed in [13]. It makes use of Gabor Filters for extraction and segmentation of tagged cardiac images. Gabor filters can be used to design adaptive filters for different local regions because they are wavelet like local filters in spatial domain. An advantage of Gabor filter is that they use Gaussian envelopes. Due to this, these filters always achieve minimum space bandwidth. This advantage contributes in getting full constraints in spatial as well as frequency domain. Therefore Gabor filters are used widely in image processing applications like texture segmentation and edge detection. 2.2 Region Based Segmentation In this type of segmentation the objective is to group pixels into regions that share similar characteristics. A disadvantage of this technique is that it may lead to failure if the definition given for region uniformity tends to be too strict. For example if brightness has to be approximately constant but actually it varies linearly, different threshold values are applied for these sub regions. Local thresholding is effective when the gradient effect is small with respect to the chosen sub image size. N. H. Abd Halim, M. Y. Mashor, A. S. Abdul Nasir, N. R. Mokhtar, H. Rosline [2] used this technique to segment nucleus using S component of HSI model for leukemia detection. For this the histogram of S component of image is developed to get the threshold value. Emad A. Mohammed, Mostafa M. A. Mohammed, Christopher Naugler, Behrouz H. Far [10] proposed a technique for chronic leukemia cell segmentation. In the proposed approach for segmenting a nucleus first an optimal threshold value is obtained using Otsu’s method. Canny edge detector is applied followed by erosion and dilation.isolated pixels are removed and a segmented nucleus mask is obtained. The advantage of seeded region growing for small objects is discussed in [11]. If only limited number of objects are to be considered in an image, only smaller number of pixels are to be visited. Therefore combining seeded region growing together with pixel classification yields a better performance with respect to time (shorter execution time) and a guaranteed connectivity is approached. A region growing segmentation method is proposed in [18]. The paper focuses on multi scale local features which are selected as the characteristic for region growing in image. As good features assure good segmentation results, therefore a multi-scale local energy feature is constructed and segmentation is performed using seed point in region growing based segmentation. A region growing based segmentation is proposed in [22]. The technique incorporates a two step process for segmentation of abnormal white blood cells and nucleus. The first phase consists of enhancing the quality of the image using partial contrast, contrast stretching and dark stretching. Then a segmentation process based on HSI color model, filtering and region growing is carried out to get a fully segmented image. The results show that the combination used for segmentation improves the accuracy of the result. 2.3 Threshold Based Segmentation This is one of the most popular techniques that are used for segmentation. Thresholding maps a grey valued image to a binary image. Many algorithms exist to find the optimum threshold value. Thresholding can be defined as Grey value remapping operation, 𝑔 𝑣 = 0 𝑖𝑓 𝑣 < 𝑡 1 𝑖𝑓 𝑣 ≥ 𝑡 Where v & t represent grey value and threshold value respectively. Ghosh et al. [7] proposed a threshold detection scheme using fuzzy divergence for leukocyte segmentation. Various fuzzy membership functions i.e. Gamma, Gaussian and Cauchy functions were evaluated for the test images. While this method is able to segment the nucleus accurately, there is no provision for cytoplasm extraction which is also an essential morphological component for ALL detection. Neerad Phansalkar et al. proposed a new local thresholding segmentation method to solve the problem of non-uniform staining using different color spaces [6]. Fabio Scotti [17] presented an approach for WBC segmentation of blood microscopic images. Herein first the image of interest is presented in L*a*b color space and a local threshold is applied.
  • 3. Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71 www.ijera.com 68 | P a g e Following this a fully supervised clustering is applied to achieve segmented regions. 2.4 Clustering Based Segmentation Clustering is nothing but an attempt in which measurement points or patterns are grouped together. This technique is generally applied for data of n dimension. This n corresponds to an arbitrary number, i.e. it can be two, three or more. The clustering technique is best suited for sparse type of images. This technique includes methods like k- means, fuzzy c-means etc. Subrajeet Mohapatra & Deepti Patra [1] proposed an automated nucleus segmentation method. In the proposed technique, two step segmentation is done to segment a WBC nucleus from rest of the image objects. In first stage an initial segmentation is performed by executing a semi supervised k-means clustering. The next stage is a follow up of first step in which a second stage of segmentation is done using nearest neighbor classification in L*a*b space. In [17], a clustering based approach is used to segment white blood cells in blood microscopic images. In the proposed system, first the image is converted into Lab color space. Then a fuzzy k- means clustering is carried out that divide the image into 3 clusters. Simultaneously an automatic histogram based thresholding is also performed on the Lab color image. The two results i.e. clusters and the reference image (obtained after applying threshold) are compared, selected and a logical AND operation is performed. The resulting image is a clean segmented image. The approach presented in [21] is used to detect AML (Acute Myelogenous Leukemia) in microscopic images of blood. Three clusters are identified which represent nucleus, background and other cells like erythrocytes, leukocytes etc. Every pixel of the image is assigned to one of these clusters based on the cluster property. The technique performs some preprocessing followed by k-means clustering for segmentation purpose. The segmentation is performed to extract the leukocytes’ nuclei using color based clustering. S. Schupp et al. presented a system of automatic microscopic image segmentation combining fuzzy clustering and active contour model. An automatic initialization algorithm based on fuzzy clustering is used to robustly identify and classify all possible seed region in the image. This seed are propagated outward simultaneously to localize the final contour of all objects [5]. In [12] numerous medical images are used to exemplify the effectiveness of relative fuzzy connectedness. A framework based on theory and algorithm is discussed to define objects via fuzzy relative connectedness. Then using the proposed theory it is shown that defined objects are independent of the referring elements chosen, if they are not part of the fuzzy boundary between objects. In [14] a fuzzy approach for segmentation of WBC color images is proposed. Here a representation of colored WBC microscopic images is used that avoids colors’ low saturation and illumination problems that arise because of shadows and illumination. In the proposed technique first the RGB image is converted to Smith’s HSI transformation. Then a membership function is assigned to each color pattern. After obtaining the membership degree for color patterns, pixel classification is carried out for segmentation purposes. A fuzzy approach for leukemia detection is proposed in [23]. In the proposed paper, at first some preprocessing is done using selective median filtering followed by unsharp masking. Then the RGB image is converted to lab color space for further processing. A two step segmentation approach using fuzzy is then instated for segregating WBCs from other blood components. Then a classification using SVM classifier is done after a set of features are extracted. These features work as input sets for the classifier. A clustering based segmentation is performed in [24]. After performing the preprocessing and color conversion of RGB to Lab color space, the segmentation is performed. The process for segmentation here is a two step process. In the first step a clustering based segmentation using fuzzy c-means is done. The idea is to classify each object into one of the four classes corresponding to RBC, background, cytoplasm and WBC nucleus. To overcome any overlapping of regions, a second segmentation is performed using nearest neighbor classification. In [25] an unsupervised machine learning approach is proposed for the selection of significant genes of leukemia using k-means clustering. The proposed approach is used to discover the unknown patterns from the dataset. The k-means algorithm is carried out for cluster values of 5, 10 & 15. The resultant values are compared for leukemia gene identification. 2.5 Morphological Watershed Based Segmentation This type of segmentation is applied when mathematical morphology needs to be applied. The algorithm considers any gray image as topographic surface. The surface is flooded from its minima and the water is prevented from coming out of different sources. This leads to division of image in two sets, watershed lines and catchment basins. Dorini et al. [16] used watershed transform based on image forest transform to extract the nucleus. Concurrently, size distribution information is used to extract the cytoplasm from the background including
  • 4. Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71 www.ijera.com 69 | P a g e RBC. While effective for nucleus segmentation this method fails when the cytoplasm is not round. The technique proposed in [10] makes use of watershed to segment blood cell images for identification of chronic lymphocytic leukemia. In the proposed method, after applying Otsu’s method to obtain an optimal threshold, the edges of cell’s objects are identified using canny edge detector. Then watershed is applied for segmentation purpose. In [20], two stages of watershed transform is used for acute leukemia image segmentation. In the proposed approach, the initial step is to convert the image from RGB to HSV color model. In the next step, the saturation component is extracted and the gradient magnitude is determined. Then on the resulting binary image (which is obtained by applying Otsu’s global threshold) the first level of watershed transformation is applied. This is done for dam construction (watershed ridge line). Then the gradient magnitude is imposed on this first level of segmentation and a second watershed transform is performed. 2.6 Neural Network Segmentation Generally a neural network is used for classification purposes, however it can be used for segmentation as well. In general, a small area (of an image), is processed using what we call artificial neural network/s. examples are perceptrons, kohonen map etc. Subrajeet Mohapatra, Dipti Patra, Sunil Kumar and Sanghamitra Satpathy [4] proposed a new technique that incorporates neural network for segmentation purpose. In the mentioned approach, segmentation is considered to be a pixel classification problem. The neural network is used to segment each pixel into cytoplasm, nucleus and background. Rodrigues P, Ferriera M, Monteiro J [8] used an unsupervised and another supervised neural network simultaneously for segmenting gray scale leukocytes images. However, the use of two classifiers increases the time complexity and the segmentation accuracy can also be further improved. III. CONCLUSION In this paper, different segmentation techniques are classified and discusses. The advantages and disadvantages for various techniques are also mentioned wherever applicable. Image segmentation has evolved as a basic technique for image processing and computer vision, however no unified algorithm that can be generalized over all types of images exists. Therefore a universal and unique segmentation algorithm for researchers has vast future prospects. A common framework for evaluation of segmentation in introduced in [15]. In here a metric unit that is based on the distance between segmentation partitions is recommended. This is done to mitigate the shortcomings of existing approaches. REFERENCES [1] Subrajeet Mohapatra, Dipti Patra, “Automated Cell Nucleus Segmentation and Acute Leukemia Detection in Blood Microscopic Images”, Proceedings of 2010 International Conference on Systems in Medicine & Biology, 16-18 Decmber, 2010, IIT Kharagpur, India. [2] N. H. Abd Halim, M. Y. Mashor, A. S. Abdul Nasir, N. R. Mokhtar, H. Rosline, “Nucleus Segmentation Technique For Acute Leukemia”, IEEE 7th International Colloquium on Signal Processing & its Application, 2011. [3] Dorini LB, Minetto R, Leite NJ, “White Blood Cell Segmentation Using Morphological Operators and Scale-Space Analysis”, Proc Brazilian Symp Comput Graph Image Proc, 2007Tavel, P. 2007 Modeling and Simulation Design. AK Peters Ltd. [4] Subrajeet Mohapatra, Dipti Patra, Sunil Kumar and Sanghamithra Satpathy, “Lymphocyte Image Segmentation Using Functional Link Neural Architecture for Acute Leukemia Detection”, Biomed Eng Lett, (2012)2:100-110. [5] S. Schupp, A. Elmoataz, J. Fadili, P. Herlin, D. Bloyet, “Image Segmentation via Multiple Active Contour Models and Fuzzy Clustering with Biomedical Applications”, 0-7695-0750-6/00, IEEE, 2000. [6] Neerad Phansalkart, Sumit More, Ashish Sabale, Madhuri Joshi, “Adaptive Local Thresholding for Detection Of Nuclei in Diversity Stained Cytology Images”, 978-1- 4244-9799-7/11, IEEE 2011. [7] Ghosh M, Das D, Chakraborty C, Ray AK. Automated leukocyte recognition using fuzzy divergence. Micron. 2010; 41(7):840- 6. [8] Rodrigues P, Ferreira M, Monteiro J., “Segmentation and Classification of Leukocytes using Neural Networks: A Generalization Direction”, 2008; 83:373-96. [9] A. R. J. Katz, “Image Analysis and Supervised Learning in the Automated Differentiation of White Blood Cells from Microscopic Images”, Master’s thesis, Department of Computer Science, RMIT, Feb. 2000. [10] Emad A. Mohammed, Mostafa M.A.Mohammed, Christopher Naugler, Behrouz H. Far, “Chronic Lymphocytic Leukemia Cell Segmentation From
  • 5. Mashiat Fatma et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 6), May 2014, pp.66-71 www.ijera.com 70 | P a g e Microscopic Blood Images Using Watershed Algorithm and Optimal Thresholding”, 26th IEEE Canadian Conference Of Electrical And Computer Engineering(CCECE), 2013. [11] J. Cornelis, E. Nyssen, A. Katartrzis, L. VanKempen, P. Boekaerts, R. Deklerck, A. Salomie, “Statistical Models for Multidisciplinary Applications Of Image Segmentation & Labelling”, Proceedings Of ICSP2000. [12] Jayaram K. Udupa, Punam K. Saha, Roberto A. Lotufo, “Relative Fuzzy Connectedness and Object Definition: Theory, Algorithms, and Applications in Image Segmentation”, IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol. 24, No.11, November 2002. [13] Dimitris N. Metaxas, Leon Axel, Zhenhua Hu, Albert Montillo, Kyoungju Park, Zhen Qian, “Segmentation and Analysis Of 3D Cardiac Motion from Tagged MRI Images”, Proceedings of 25th Annual International Conference Of the IEEE EMBS Cancun, Mexico, September 17-21, 2003. [14] E. Montseny, P.Sobrevilla, S. Romani, “A Fuzzy Approach to White Blood Cells Segmentation in Color Bone Marrow Images”, Hungary, 25-29 July, FUZZ-IEEE 2004. [15] Jaime S. Cardoso, Luis Corte-Real, “Toward A Generic Evaluation of Image Segmentation”, IEEE Transactions on Image Processing, Vol. 14, No. 11, November 2005. [16] Adam Huang, Gregory M. Nielson, Anshuman Razdan, Gerald E. Farin, D. Page Baluch, David G.Capco, “Thin Structure Segmentation and Visualization in Three Dimensional Biomedical Images: A Shape Based Approach”, IEEE Transaction On Visualization and Computer Graphics, Vol.12, N0.1, January/February 2006. [17] Fabio Scotti, “Robust Segmentation and Measurement Techniques of White Cells in Blood Microscopic Images”, Instrumentation and Measurement Technology Conference, Sorrento, Italy, 24- 27 April 2006. [18] Yang Wang, Qianqian Wang, “Image Segmentation Based On Multi Scale Local Feature”, 3rd International Congress on Image and Signal Processing (CISP), 2010. [19] Ganesan P, R. Immanuvel Rajkumar, V. Rajini, “Segmentation and Edge Detection of Color Images Using CIELAB Color Space and Edge Detectors”, IEEE, 2010. [20] Lim Huey Nee, Mohd Yusoff Mashor, Rosline Hassan, “White Blood Cell Segmentation For Acute Leukemia Bone Marrow Images”, International Conference on Biomedical Engineering (ICoBE), Penang, Malaysia, 27-28 February, 2012. [21] Sos Agaian, Monica Madhukar, Anthony T. Chronopoulos, “Automated Screening System for Acute Myelogenous Leukemia Detection in Blood Microscopic Images”, IEEE Systems Journal. [22] Aimi Salihah, M. Y. Mashor, Nor Hazlyna Harun, Azian Azamimi Abdullah, H. Rosline, “Improving Color Image Segmentation on Acute Leukemia Images Using Contrast Enhancement Techniques”, IEEE EMBS Conference on Biomedical Engineering & Sciences, Kuala Lumpur, Malaysia, 30th Nov- 2nd Dec 2010. [23] Subrajeet Mohapatra, Sushanta Shekhar Samanta, Dipti Patra and Sanghamitra Satpathi, “Fuzzy Based Blood Image Segmentation for Automated Leukemia Detection”, IEEE, 2011. [24] Subrajeet Mohapatra, Dipti Patra, Sanghamitra Satpathi, “Image Analysis of Blood Microscopic Images for Acute Leukemia Detection”, International Conference on Industrial Electronics, Control & Robotics, IEEE, 2010. [25] Prasath Palanisamy, Perumal, K. Thangavel, R. Manavalan, “A Novel Approach to Select Significant Genes of Leukemia Cancer Data Using K-Means Clustering”, International Conference on Pattern Recognition, Informatics and Mobile Engineering, February 21-22, IEEE, 2013.