SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
Natarajan Meghanathan, et al. (Eds): ITCS, SIP, JSE-2012, CS & IT 04, pp. 273–280, 2012.
© CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2125
MEDICAL IMAGE TEXTURE SEGMENTATION
USINGRANGE FILTER
Amir Rajaei, LalithaRangarajan and ElhamDallalzadeh
Department of Studies in Computer Science, Mansagangothri,
University of Mysore, Mysore, India
rajaei80amir@gmail.com,lali85arun@yahoo.co.in,
elhamdallalzadeh@gmail.com
ABSTRACT
Medical image segmentation is a frequent processing step in image understanding and computer
aided diagnosis. In this paper, we propose medical image texture segmentation using texture
filter. Three different image enhancement techniques are utilized to remove strong speckle noise
as well enhance the weak boundaries of medical images. We propose to exploit the concept of
range filtering to extract the texture content of medical image. Experiment is conducted on
ImageCLEF2010 database. Results show the efficacy of our proposed medical image texture
segmentation.
KEYWORDS
Medical Image Texture Segmentation, Image Enhancement, Texture Filter, Range Filter
1. INTRODUCTION
Computer Aided Diagnosis (CAD) is an effective tool for analyzing the particular anatomical
structure of medical images leading to better diagnosis and decision-making. The number of
medical images has grown significantly in the recent years. These images are very important for
clinical diagnosis, localization of pathology, study of anatomical structure, treatment planning,
evolution of therapy, computer integrated surgery, surgical planning, post surgical assessment and
abnormality detection. It is well-established fact that segmentation plays an important role in
anatomical structure recognition. Segmentation is used to extract the anatomical structure in
medical images.
There exist many methods for automatic and semi-automatic medical image segmentation.
However, medical image segmentation may fail to segment well the anatomical structure, the
region of interest. Unknown noise, poor image contrast, inhomogeneity and weak boundaries
existing in medical images have made the segmentation process extremely difficult. Further,
medical images contain complicated structures.
The techniques such as thresholding[12], region growing[13], fast greedy algorithm[5], Fuzzy C-
mean (FCM) and statistical models[14], active contour model [4], watershed segmentation[9,10]
and clustering[8] have been proposed for medical image segmentation. Felzenszwalb and Daniel
[1] proposed Minimum Spanning Tree (MST) for segmentation of medical images. MST is one of
274 Computer Science & Information Technology (CS & IT)
the graph-based segmentation methods that it is computationally efficient for capturing
perceptually the important aspects of image regions. However, it is prone to cause the problem of
over segmentation with some long and narrow redundant areas between two regions. In [2],
authors describe an improved segmentation algorithm based on Minimum Spanning Tree (MST).
To overcome the problem of over segmentation, an adaptive neighbour mode is defined by
adding links between non-neighbour pixels of an image. They explored their proposed segmented
method on three different modalities of medical images such as MR, CT and X-ray.
Gradient Vector Flow (GVF) snake model is used in image segmentation. In [3], GVF snake is
proposed to overcome the inability of tracking concavityat boundary. However, noise existing in
medical images may cause the boundaries of medical images not to converge.Hence, in these
complicated images GVF still fails to capture object contours. To improve GVF snake model,
Chuag and Li [11] proposed a new downstream algorithm based on Extended Gradient Vector
Flow (E-GVF) for segmentation of multi-objects.In [7], they focused on texture features as well
as region growing algorithm to automate segmentation of the MR images. Co-occurrence texture
features and semi-variogram texture features are extracted from the image and then the seeded
region growing algorithm is run on these feature spaces. With a given region of interest, a seed
point is automatically picked up based on three homogeneity criteria. Medical ultrasound images
are poor in contrast and they have strong speckle noise. Hence, traditional image segmentation
methods fail to segment the ultrasound images satisfactorily. In [6], the ultrasound images are
segmented using texture feature and graph cut method. The texture feature parameters are
obtained according to the Gary level Co-occurrence Matrix (GLCM).
From the literature survey it is observed that a number of segmentation methods are applied on
only specific anatomical structure such as the use of GVF for segmentation of kidney images.
Moreover, the proposed methods are exploited on particular medical imaging modalities.
Furthermore, the well-known characteristics of medical images such as unknown noise, poor
image contrast, inhomogenity and weak boundaries affect the anatomical structure resulting in
poor segmentation. In this direction, we propose an algorithm to segment medical images that
include various anatomical structures belonging to different medical imaging modalities such as
X-ray, CT, MR, US, PET, PET-CT, Xr-Angio, NM, Micro. Besides, the poor characteristics of
medical images are moderated to have accurate medical image segmentation. The characteristic
of regions in an image are analyzed by their texture content.
The rest of the paper is organized as follows. Image filtering is discussed in section 2. Our
proposed algorithm for texture segmentation of medical images is explained in section 3. Section
4 gives the details of the experiments followed by the results. The paper is concluded in section 5.
2. IMAGE FILTERING
Filtering is perhaps the most fundamental operation of image processing. The term filtering can
be defined as the value of the filtered image at a given location. It is a function of the values of
the input image in a small neighbourhood of the same location. Filter operations can be used to
sharpen or blur images, to selectively suppress image noise, to detect and enhance edges, or to
alter the contrast of the image. The filters use the local statistical variations in an image to reveal
elements of the image texture.
2.1. Analyzing the Texture of an Image
Texture analysis refers to the characterization of regions in an image by their texture content.
Texture analysis attempts to quantify intuitive qualities described by terms such as rough,
Computer Science & Information Technology (CS & IT) 275
smooth, silky or bumpy as a function of the spatial variation in pixel intensities. In this sense, the
roughness or bumpiness refers to variations in the intensity values or gray levels.
Texture analysis is used in a variety of applications, including remote sensing, automated
inspection and medical image processing. Texture analysis can be used to find the texture
boundaries and texture segmentation. Texture analysis can be helpful when objects in an image
are more characterized by their texture than by intensity and hence, traditional thresholding
techniques cannot be used effectively. The texture analysis functions such as range filtering,
standard deviation filtering and entropy filtering, filter an image using standard statistical
measures. These statistics can characterize the texture of an image. They provide information
about the local variability of the pixels intensity values in an image. In the areas with smooth
texture, the range values in the neighbourhood around a pixel will be small and similarity,the
range values are large in the areas of rough texture.
The texture functions all operate in a similar way. They define a neighbourhood around the pixel
of interest calculate the statistic for that neighbourhood and use the computed statistic value as
the value of the pixel of interest in the output image. The example shown in Figure 1 illustrates
how the range filtering function operates on a simple matrix. In this example, the value of
element B (2, 4) is calculated from A (2, 4). Range filtering function use m by n pixels, in this
example 3 × 3, neighbourhood around the pixels.
Figure1.Range filtering function
3. PROPOSED METHOD
Image texture includes the local spatial pattern, scale and magnitude of brightness variations,
smoothness or roughness of the image. The output image can be used as the basis for further
image analysis such as image texture segmentation. Hence, in this paper we exploit 3 different
kinds of image enhancement technique to remove the strong speckle noise existing in a medical
image as well image edge enhancement. The details are explained in section 3.1. We propose
texture filtering to segment medical image texture. We propose to utilize the range filtering for
segmentation.Image texture segmentation using range filtering is discussed in section 3.2.
3.1. Pre-processing
The contrast of medical images is very low and these images have strong speckle noise. We apply
2D adaptive noise-removal, median and 2D order-statistic filtering to remove the noise and
enhance the weak boundaries of medical images. 2D adaptive noise removal is a low-pass filter
on gray scale images. 2D adaptive noise removal uses a pixel wise adaptive wiener method based
on the statistics estimated, mean and standard deviation, from a local neighbourhood of size m by
n for each pixel. Result of image enhancement using 2D adaptive noise removal is shown in
Figure 2(b). To remove ‘salt and pepper’ noise existing in medical images, we use median
filtering. Median filtering is a nonlinear operation which is very effective to simultaneously
276 Computer Science & Information Technology (CS & IT)
reduce noise and preserve edges. Each output pixel contains the median value in p by q
neighbourhood around the corresponding pixel of the input image. Figure 2(c) shows removal of
“salt and pepper” noise from a medical image using median filtering. The order statistic filter is
then applied to enhance the regions of an anatomical structure. The 2D order-statistic filtering
replaces each pixel of an image by the nth
order element in the sorted set of neighbours of size r by
s specified by the nonzero elements in domain. Image edge enhancement using 2D order-statistics
filtering is shown in Figure 2(d). In this paper, the medical image pre-processing step is done by
the three discussed image enhancement functions as shown in Figure 2(e).
(a)
(b) (c) (d)
(e)
Figure2.(a) Original image. (b) Applied adaptive noise removal on an image.
(c) Applied median filtering on an image. (d) Applied order-statistic filtering on an image.
(e) Pre-processedimage.
3.2. Image Texture Segmentation
Medical image segmentation is a critical task for analyzing the structural content of the images.
Surgical planning, early disease detection and 3D visualization can be provided for the physicians
by proper image segmentation. Medical image texture segmentation can be widely applicable to
evaluate an area of body that is not externally visible. The texture filter function can detect the
texture regions of a medical image. It can be argued that there is a little variation in the gray level
values of the background of medical imagessince the background is smooth.Hence in the
foreground the surface contours of the anatomical structure exhibit more texture. Therefore, the
foreground pixels of medical images have more variability and thus higher range values. Range
Computer Science & Information Technology (CS & IT) 277
filtering is one of the texture analysis methods that filter an image. Range filtering makes the
edges and contours of the anatomical structures of medical images become more
apparent.Consequently, the range filtering is explored for medical image texture segmentation as
explained in the following sub section.
3.2.1. Range Filtering
A local sub range filtering uses the statistical sub range of the pixel intensities within the window.
The range distance is often used in statistics as a measure of the sample variation. Edges are
typically characterized by discontinuities in mean intensity. If the variations existing among the
local intensity values are low then the local range distance is small. Similarly, the local range
distance is large if a region has large discontinuities in intensity values. Hence, range filtering is
able to detect pixel intensity values of the edges within a window.The output of the range filtering
is the difference between maximum and minimum range values of the filtered window. The range
values in the filtered window are multiplied by a constant value to provide strong edges. Local
range filtering tend to have short calculation time as it operates on only a small number of
input for each output pixel.Moreover, range filtering can have better segmentation through
creating a structure element to extract the neighbourhood for the local range of values. Hence a
structuring element is created to extract the neighbourhood for the local range of values. Figure 3
illustrates the range filtered medical image using the defined structure element.
(a) (b) (c)
Figure 3.(a) Pre-processedimage. (b) Range filtered medical image using horizontal
linestructure. (c) Range filtered image using vertical line structure.
4. EXPERIMENTAL RESULTS
4.1 Image Dataset
In this paper, ImageCLEF2010 database is used for segmentation of medical images. Experiments
are conducted on different medical imaging modalities having different sizes. The medical
imaging modalities are nine in number namely, Compute Tomography (CT), Magnetic
Resonance (MR), Ultrasound (US), Nuclear Medicine (NM), Xr-Angio, Positron Emission
Tomography (PET), PET-CT, Micro and X-ray. Medical images include various anatomical
structures and image orientation.
4.2 EXPERIMENTAL SETUP
Medical images contain strong speckle noise. To remove noise and smooth the images we have
applied 2D adaptive noise removal using neighbourhood of size 3 by 3. Moreover, medical
images suffer from “salt and paper” noise. We remove the existing ‘salt and paper’ noise using
median filtering. Each output pixel contains the median value of 9 by 9 neighbourhoods
278 Computer Science & Information Technology (CS & IT)
surrounding the pixel of the input image. Further, It is well known that the content of medical
images are inhomogeneous having weak boundaries. We use 2D order-statistic filtering by the 3rd
order element in the sorted set of neighbours of size 3 by 3 in domain.
We have exploited range filtering using ‘line’ structure element of size 1×2 and 2×1 in horizontal
and vertical directions respectively. Next, we have applied sum operation on the images extracted
using range filtering in both horizontal and vertical directions. Figure 4(a) shows the added image
obtained from the medical images illustrated in Figure 3(b) and 3(c) respectively. In addition, to
improve the extracted edges of the ranged filtered medical image shown in Figure 4(a) we scale
the image by multiplying with the fix value of ‘k’. In this experiment, the value of ‘k’ is set to 20
empirically. Figure 4(b) illustrates the scaled range filtered medical image.
+
(a) (b)
Figure 4.(a) Range filteredmedical images after filtering in horizontal and vertical directions are
added. (b) Scaled range filtered medical image.
Next, we have used ‘clean’ morphological operation to remove all detected isolated pixels. Figure
5 demonstrates the segmentation of the anatomical structure medical image using our proposed
texture segmentation method.
(a) (b)
Figure 5.(a) Original image. (b) Medical imagesegmentation.
In this paper, experiments are conducted on nine different medical imaging modalities having
different anatomical structures. The proposed medical image texture segmentation using range
filtering is shown in Figure 6.
5. CONCLUSION
In this paper, 2D adaptive noise removal, median and 2D order-statistic filtering are applied to
remove strong speckle noise and enhance the weak boundaries of medical images. We segment
various anatomical structures of different medical imaging modalities using texture filtering. The
Computer Science & Information Technology (CS & IT) 279
range filtering is exploited for medical image texture segmentation.Results show the efficiency,
simplicity and robustness of medical image texture segmentation
(a)CT (b)MR (c)Xray
(d)US (e)Xr-Angio (f)PET
(g)PET-CT (h)Micro (i)NM
Figure 6.(a-i)Segmented anatomical structures of differentmedical imagingmodalities.
280 Computer Science & Information Technology (CS & IT)
REFERENCE
[1] Pedro F. Felzenszwalb and P, Daniel, (2004) “Efficient Graph-Based Image Segmentation,”
International Journal of Computer Vision, Vol.59 (2), pp. 167-181.
[2] Y. Lu, Y. Quan, Z. Zhang and G. Wang, (2009) “MST Segmentation for Content-Based Medical
Image Retrieval”, International Conference on Computational Intelligent and Software Engineering,
pp.1-4.
[3] J. Cheng, R. Xue, W. Lu and R. Jia,(2008) “Segmentation of Medical Images with Canny Operator
and GVF Snake Model”, 7th World Congress on Intelligent Control and Automation, pp.1777-1780,
chaina
[4] L.D. Cohen, I.Cohen, (1993) “Finite-element Methods for Active Contour models and Balloons for
2D and 3D Images,” IEEE Transaction on Image Processing on Pattern Analysis & Machine
Intelligence Vol.25, pp.1131-1147.
[5] D.J.Williams, M.Shah, (1991) “A Fast Algorithm for Active Contours and Curvature Estimation,”
CVGIP: Image Understanding, vol.55, pp.14-26, Jan.
[6] Z. Chang-ming, G. Guo-chang, L. Hai-bo, S. Jing and Y. Hualong, “Segmentation of Ultrasound
Image Based on Texture Feature and Graph Cut”, International Conference on Computer Science and
Software Engineering, pp.795-798.
[7] J. Wu, S. Poehlman, M. Nosewrthy and M.V. Kamath, (2008) “Texture Feature based Automated
Seeded Region Growing in Abdominal MRI Segmentation”, International Conference on Biomedical
Engineering and Informatics, pp.263-267.
[8] TianD, Fan L,( 2007) “ A Brain MR Images Segmentation Method Based on SOM Neural Network”,
in the First International Conference on Bioinformatics and Biomedical Engineering, pp.868-689.
[9] Adalsteinsson D, Sethian JA, (1995) “A Fast Level Set Method for Propagating Interfaces,” Journal
of Computing Physics, 118, pp.269-277.
[10] Li N, Liu M and Li Y,( 2007) ” Image Segmentation Algorithm using Watershed Transform and
Level Set Method,” IEEE Transaction International Conference on Acoustics, Speech and Signal
Processing, pp.613-616.
[11] C.Chuang, W.Lie, (2004) “A Downstream Algorithm Based on Extended Gradient Vector Fellow
Field for Object Segmentation,” IEEE Transaction on Image Processing, Vol.13, pp.1379-1392,
October.
[12] Suzuki H, Toriwaki J,(1991) “Automatic Segmentation of Head MRI Images by Knowledge Guided
Thresholding”, Computer Medical Imaging Graph.Vol.15(4), pp.233-40.
[13] Robb RA, (2000) “Biomedical Imaging, Visualization and Analysis”, edited by Wiley-Liss, USA.
[14] Hall Lo, Bensaid AM, Clarke LP, Velthuizen RP, Silbeger MS., Bezdek J, “ A Comparison of Neural
Network and Fuzzy Clustering Techniques in Segmenting Magnetic Resonance Images of the Brain ”,
IEEE Transaction Neural Networks, Vol.26(4), pp. 479-486.

Weitere ähnliche Inhalte

Was ist angesagt?

A parallel rough set based smoothing filter
A parallel rough set based smoothing filterA parallel rough set based smoothing filter
A parallel rough set based smoothing filter
prjpublications
 
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
International Journal of Technical Research & Application
 
Ijarcet vol-2-issue-7-2369-2373
Ijarcet vol-2-issue-7-2369-2373Ijarcet vol-2-issue-7-2369-2373
Ijarcet vol-2-issue-7-2369-2373
Editor IJARCET
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
karhtikeyanvv
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
inventionjournals
 

Was ist angesagt? (19)

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
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
 
Lq3519891992
Lq3519891992Lq3519891992
Lq3519891992
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
 
A parallel rough set based smoothing filter
A parallel rough set based smoothing filterA parallel rough set based smoothing filter
A parallel rough set based smoothing filter
 
L045066671
L045066671L045066671
L045066671
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical image
 
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
HYBRID APPROACH FOR NOISE REMOVAL AND IMAGE ENHANCEMENT OF BRAIN TUMORS IN MA...
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
 
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
 
Ijarcet vol-2-issue-7-2369-2373
Ijarcet vol-2-issue-7-2369-2373Ijarcet vol-2-issue-7-2369-2373
Ijarcet vol-2-issue-7-2369-2373
 
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
Hybrid Technique Based on N-GRAM and Neural Networks for Classification of Ma...
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 
154 158
154 158154 158
154 158
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
 
Q0460398103
Q0460398103Q0460398103
Q0460398103
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
Viva201393(1).pptxbaru
Viva201393(1).pptxbaruViva201393(1).pptxbaru
Viva201393(1).pptxbaru
 
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
 

Ähnlich wie MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER

Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
IAEME Publication
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
Editor IJMTER
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
karhtikeyanvv
 

Ähnlich wie MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER (20)

Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
M010128086
M010128086M010128086
M010128086
 
K011138084
K011138084K011138084
K011138084
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
 
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)
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
 
C1103041623
C1103041623C1103041623
C1103041623
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
Ijiir journal of vib and control paper
Ijiir journal of vib and control paperIjiir journal of vib and control paper
Ijiir journal of vib and control paper
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI Image
 

Mehr von cscpconf

MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 

Mehr von cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
 

Kürzlich hochgeladen

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 

Kürzlich hochgeladen (20)

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER

  • 1. Natarajan Meghanathan, et al. (Eds): ITCS, SIP, JSE-2012, CS & IT 04, pp. 273–280, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2125 MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER Amir Rajaei, LalithaRangarajan and ElhamDallalzadeh Department of Studies in Computer Science, Mansagangothri, University of Mysore, Mysore, India rajaei80amir@gmail.com,lali85arun@yahoo.co.in, elhamdallalzadeh@gmail.com ABSTRACT Medical image segmentation is a frequent processing step in image understanding and computer aided diagnosis. In this paper, we propose medical image texture segmentation using texture filter. Three different image enhancement techniques are utilized to remove strong speckle noise as well enhance the weak boundaries of medical images. We propose to exploit the concept of range filtering to extract the texture content of medical image. Experiment is conducted on ImageCLEF2010 database. Results show the efficacy of our proposed medical image texture segmentation. KEYWORDS Medical Image Texture Segmentation, Image Enhancement, Texture Filter, Range Filter 1. INTRODUCTION Computer Aided Diagnosis (CAD) is an effective tool for analyzing the particular anatomical structure of medical images leading to better diagnosis and decision-making. The number of medical images has grown significantly in the recent years. These images are very important for clinical diagnosis, localization of pathology, study of anatomical structure, treatment planning, evolution of therapy, computer integrated surgery, surgical planning, post surgical assessment and abnormality detection. It is well-established fact that segmentation plays an important role in anatomical structure recognition. Segmentation is used to extract the anatomical structure in medical images. There exist many methods for automatic and semi-automatic medical image segmentation. However, medical image segmentation may fail to segment well the anatomical structure, the region of interest. Unknown noise, poor image contrast, inhomogeneity and weak boundaries existing in medical images have made the segmentation process extremely difficult. Further, medical images contain complicated structures. The techniques such as thresholding[12], region growing[13], fast greedy algorithm[5], Fuzzy C- mean (FCM) and statistical models[14], active contour model [4], watershed segmentation[9,10] and clustering[8] have been proposed for medical image segmentation. Felzenszwalb and Daniel [1] proposed Minimum Spanning Tree (MST) for segmentation of medical images. MST is one of
  • 2. 274 Computer Science & Information Technology (CS & IT) the graph-based segmentation methods that it is computationally efficient for capturing perceptually the important aspects of image regions. However, it is prone to cause the problem of over segmentation with some long and narrow redundant areas between two regions. In [2], authors describe an improved segmentation algorithm based on Minimum Spanning Tree (MST). To overcome the problem of over segmentation, an adaptive neighbour mode is defined by adding links between non-neighbour pixels of an image. They explored their proposed segmented method on three different modalities of medical images such as MR, CT and X-ray. Gradient Vector Flow (GVF) snake model is used in image segmentation. In [3], GVF snake is proposed to overcome the inability of tracking concavityat boundary. However, noise existing in medical images may cause the boundaries of medical images not to converge.Hence, in these complicated images GVF still fails to capture object contours. To improve GVF snake model, Chuag and Li [11] proposed a new downstream algorithm based on Extended Gradient Vector Flow (E-GVF) for segmentation of multi-objects.In [7], they focused on texture features as well as region growing algorithm to automate segmentation of the MR images. Co-occurrence texture features and semi-variogram texture features are extracted from the image and then the seeded region growing algorithm is run on these feature spaces. With a given region of interest, a seed point is automatically picked up based on three homogeneity criteria. Medical ultrasound images are poor in contrast and they have strong speckle noise. Hence, traditional image segmentation methods fail to segment the ultrasound images satisfactorily. In [6], the ultrasound images are segmented using texture feature and graph cut method. The texture feature parameters are obtained according to the Gary level Co-occurrence Matrix (GLCM). From the literature survey it is observed that a number of segmentation methods are applied on only specific anatomical structure such as the use of GVF for segmentation of kidney images. Moreover, the proposed methods are exploited on particular medical imaging modalities. Furthermore, the well-known characteristics of medical images such as unknown noise, poor image contrast, inhomogenity and weak boundaries affect the anatomical structure resulting in poor segmentation. In this direction, we propose an algorithm to segment medical images that include various anatomical structures belonging to different medical imaging modalities such as X-ray, CT, MR, US, PET, PET-CT, Xr-Angio, NM, Micro. Besides, the poor characteristics of medical images are moderated to have accurate medical image segmentation. The characteristic of regions in an image are analyzed by their texture content. The rest of the paper is organized as follows. Image filtering is discussed in section 2. Our proposed algorithm for texture segmentation of medical images is explained in section 3. Section 4 gives the details of the experiments followed by the results. The paper is concluded in section 5. 2. IMAGE FILTERING Filtering is perhaps the most fundamental operation of image processing. The term filtering can be defined as the value of the filtered image at a given location. It is a function of the values of the input image in a small neighbourhood of the same location. Filter operations can be used to sharpen or blur images, to selectively suppress image noise, to detect and enhance edges, or to alter the contrast of the image. The filters use the local statistical variations in an image to reveal elements of the image texture. 2.1. Analyzing the Texture of an Image Texture analysis refers to the characterization of regions in an image by their texture content. Texture analysis attempts to quantify intuitive qualities described by terms such as rough,
  • 3. Computer Science & Information Technology (CS & IT) 275 smooth, silky or bumpy as a function of the spatial variation in pixel intensities. In this sense, the roughness or bumpiness refers to variations in the intensity values or gray levels. Texture analysis is used in a variety of applications, including remote sensing, automated inspection and medical image processing. Texture analysis can be used to find the texture boundaries and texture segmentation. Texture analysis can be helpful when objects in an image are more characterized by their texture than by intensity and hence, traditional thresholding techniques cannot be used effectively. The texture analysis functions such as range filtering, standard deviation filtering and entropy filtering, filter an image using standard statistical measures. These statistics can characterize the texture of an image. They provide information about the local variability of the pixels intensity values in an image. In the areas with smooth texture, the range values in the neighbourhood around a pixel will be small and similarity,the range values are large in the areas of rough texture. The texture functions all operate in a similar way. They define a neighbourhood around the pixel of interest calculate the statistic for that neighbourhood and use the computed statistic value as the value of the pixel of interest in the output image. The example shown in Figure 1 illustrates how the range filtering function operates on a simple matrix. In this example, the value of element B (2, 4) is calculated from A (2, 4). Range filtering function use m by n pixels, in this example 3 × 3, neighbourhood around the pixels. Figure1.Range filtering function 3. PROPOSED METHOD Image texture includes the local spatial pattern, scale and magnitude of brightness variations, smoothness or roughness of the image. The output image can be used as the basis for further image analysis such as image texture segmentation. Hence, in this paper we exploit 3 different kinds of image enhancement technique to remove the strong speckle noise existing in a medical image as well image edge enhancement. The details are explained in section 3.1. We propose texture filtering to segment medical image texture. We propose to utilize the range filtering for segmentation.Image texture segmentation using range filtering is discussed in section 3.2. 3.1. Pre-processing The contrast of medical images is very low and these images have strong speckle noise. We apply 2D adaptive noise-removal, median and 2D order-statistic filtering to remove the noise and enhance the weak boundaries of medical images. 2D adaptive noise removal is a low-pass filter on gray scale images. 2D adaptive noise removal uses a pixel wise adaptive wiener method based on the statistics estimated, mean and standard deviation, from a local neighbourhood of size m by n for each pixel. Result of image enhancement using 2D adaptive noise removal is shown in Figure 2(b). To remove ‘salt and pepper’ noise existing in medical images, we use median filtering. Median filtering is a nonlinear operation which is very effective to simultaneously
  • 4. 276 Computer Science & Information Technology (CS & IT) reduce noise and preserve edges. Each output pixel contains the median value in p by q neighbourhood around the corresponding pixel of the input image. Figure 2(c) shows removal of “salt and pepper” noise from a medical image using median filtering. The order statistic filter is then applied to enhance the regions of an anatomical structure. The 2D order-statistic filtering replaces each pixel of an image by the nth order element in the sorted set of neighbours of size r by s specified by the nonzero elements in domain. Image edge enhancement using 2D order-statistics filtering is shown in Figure 2(d). In this paper, the medical image pre-processing step is done by the three discussed image enhancement functions as shown in Figure 2(e). (a) (b) (c) (d) (e) Figure2.(a) Original image. (b) Applied adaptive noise removal on an image. (c) Applied median filtering on an image. (d) Applied order-statistic filtering on an image. (e) Pre-processedimage. 3.2. Image Texture Segmentation Medical image segmentation is a critical task for analyzing the structural content of the images. Surgical planning, early disease detection and 3D visualization can be provided for the physicians by proper image segmentation. Medical image texture segmentation can be widely applicable to evaluate an area of body that is not externally visible. The texture filter function can detect the texture regions of a medical image. It can be argued that there is a little variation in the gray level values of the background of medical imagessince the background is smooth.Hence in the foreground the surface contours of the anatomical structure exhibit more texture. Therefore, the foreground pixels of medical images have more variability and thus higher range values. Range
  • 5. Computer Science & Information Technology (CS & IT) 277 filtering is one of the texture analysis methods that filter an image. Range filtering makes the edges and contours of the anatomical structures of medical images become more apparent.Consequently, the range filtering is explored for medical image texture segmentation as explained in the following sub section. 3.2.1. Range Filtering A local sub range filtering uses the statistical sub range of the pixel intensities within the window. The range distance is often used in statistics as a measure of the sample variation. Edges are typically characterized by discontinuities in mean intensity. If the variations existing among the local intensity values are low then the local range distance is small. Similarly, the local range distance is large if a region has large discontinuities in intensity values. Hence, range filtering is able to detect pixel intensity values of the edges within a window.The output of the range filtering is the difference between maximum and minimum range values of the filtered window. The range values in the filtered window are multiplied by a constant value to provide strong edges. Local range filtering tend to have short calculation time as it operates on only a small number of input for each output pixel.Moreover, range filtering can have better segmentation through creating a structure element to extract the neighbourhood for the local range of values. Hence a structuring element is created to extract the neighbourhood for the local range of values. Figure 3 illustrates the range filtered medical image using the defined structure element. (a) (b) (c) Figure 3.(a) Pre-processedimage. (b) Range filtered medical image using horizontal linestructure. (c) Range filtered image using vertical line structure. 4. EXPERIMENTAL RESULTS 4.1 Image Dataset In this paper, ImageCLEF2010 database is used for segmentation of medical images. Experiments are conducted on different medical imaging modalities having different sizes. The medical imaging modalities are nine in number namely, Compute Tomography (CT), Magnetic Resonance (MR), Ultrasound (US), Nuclear Medicine (NM), Xr-Angio, Positron Emission Tomography (PET), PET-CT, Micro and X-ray. Medical images include various anatomical structures and image orientation. 4.2 EXPERIMENTAL SETUP Medical images contain strong speckle noise. To remove noise and smooth the images we have applied 2D adaptive noise removal using neighbourhood of size 3 by 3. Moreover, medical images suffer from “salt and paper” noise. We remove the existing ‘salt and paper’ noise using median filtering. Each output pixel contains the median value of 9 by 9 neighbourhoods
  • 6. 278 Computer Science & Information Technology (CS & IT) surrounding the pixel of the input image. Further, It is well known that the content of medical images are inhomogeneous having weak boundaries. We use 2D order-statistic filtering by the 3rd order element in the sorted set of neighbours of size 3 by 3 in domain. We have exploited range filtering using ‘line’ structure element of size 1×2 and 2×1 in horizontal and vertical directions respectively. Next, we have applied sum operation on the images extracted using range filtering in both horizontal and vertical directions. Figure 4(a) shows the added image obtained from the medical images illustrated in Figure 3(b) and 3(c) respectively. In addition, to improve the extracted edges of the ranged filtered medical image shown in Figure 4(a) we scale the image by multiplying with the fix value of ‘k’. In this experiment, the value of ‘k’ is set to 20 empirically. Figure 4(b) illustrates the scaled range filtered medical image. + (a) (b) Figure 4.(a) Range filteredmedical images after filtering in horizontal and vertical directions are added. (b) Scaled range filtered medical image. Next, we have used ‘clean’ morphological operation to remove all detected isolated pixels. Figure 5 demonstrates the segmentation of the anatomical structure medical image using our proposed texture segmentation method. (a) (b) Figure 5.(a) Original image. (b) Medical imagesegmentation. In this paper, experiments are conducted on nine different medical imaging modalities having different anatomical structures. The proposed medical image texture segmentation using range filtering is shown in Figure 6. 5. CONCLUSION In this paper, 2D adaptive noise removal, median and 2D order-statistic filtering are applied to remove strong speckle noise and enhance the weak boundaries of medical images. We segment various anatomical structures of different medical imaging modalities using texture filtering. The
  • 7. Computer Science & Information Technology (CS & IT) 279 range filtering is exploited for medical image texture segmentation.Results show the efficiency, simplicity and robustness of medical image texture segmentation (a)CT (b)MR (c)Xray (d)US (e)Xr-Angio (f)PET (g)PET-CT (h)Micro (i)NM Figure 6.(a-i)Segmented anatomical structures of differentmedical imagingmodalities.
  • 8. 280 Computer Science & Information Technology (CS & IT) REFERENCE [1] Pedro F. Felzenszwalb and P, Daniel, (2004) “Efficient Graph-Based Image Segmentation,” International Journal of Computer Vision, Vol.59 (2), pp. 167-181. [2] Y. Lu, Y. Quan, Z. Zhang and G. Wang, (2009) “MST Segmentation for Content-Based Medical Image Retrieval”, International Conference on Computational Intelligent and Software Engineering, pp.1-4. [3] J. Cheng, R. Xue, W. Lu and R. Jia,(2008) “Segmentation of Medical Images with Canny Operator and GVF Snake Model”, 7th World Congress on Intelligent Control and Automation, pp.1777-1780, chaina [4] L.D. Cohen, I.Cohen, (1993) “Finite-element Methods for Active Contour models and Balloons for 2D and 3D Images,” IEEE Transaction on Image Processing on Pattern Analysis & Machine Intelligence Vol.25, pp.1131-1147. [5] D.J.Williams, M.Shah, (1991) “A Fast Algorithm for Active Contours and Curvature Estimation,” CVGIP: Image Understanding, vol.55, pp.14-26, Jan. [6] Z. Chang-ming, G. Guo-chang, L. Hai-bo, S. Jing and Y. Hualong, “Segmentation of Ultrasound Image Based on Texture Feature and Graph Cut”, International Conference on Computer Science and Software Engineering, pp.795-798. [7] J. Wu, S. Poehlman, M. Nosewrthy and M.V. Kamath, (2008) “Texture Feature based Automated Seeded Region Growing in Abdominal MRI Segmentation”, International Conference on Biomedical Engineering and Informatics, pp.263-267. [8] TianD, Fan L,( 2007) “ A Brain MR Images Segmentation Method Based on SOM Neural Network”, in the First International Conference on Bioinformatics and Biomedical Engineering, pp.868-689. [9] Adalsteinsson D, Sethian JA, (1995) “A Fast Level Set Method for Propagating Interfaces,” Journal of Computing Physics, 118, pp.269-277. [10] Li N, Liu M and Li Y,( 2007) ” Image Segmentation Algorithm using Watershed Transform and Level Set Method,” IEEE Transaction International Conference on Acoustics, Speech and Signal Processing, pp.613-616. [11] C.Chuang, W.Lie, (2004) “A Downstream Algorithm Based on Extended Gradient Vector Fellow Field for Object Segmentation,” IEEE Transaction on Image Processing, Vol.13, pp.1379-1392, October. [12] Suzuki H, Toriwaki J,(1991) “Automatic Segmentation of Head MRI Images by Knowledge Guided Thresholding”, Computer Medical Imaging Graph.Vol.15(4), pp.233-40. [13] Robb RA, (2000) “Biomedical Imaging, Visualization and Analysis”, edited by Wiley-Liss, USA. [14] Hall Lo, Bensaid AM, Clarke LP, Velthuizen RP, Silbeger MS., Bezdek J, “ A Comparison of Neural Network and Fuzzy Clustering Techniques in Segmenting Magnetic Resonance Images of the Brain ”, IEEE Transaction Neural Networks, Vol.26(4), pp. 479-486.