SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 8, Issue 9 (September 2013), PP. 13-17
13
Overview of Medical Image Segmentation
Adegoke, B. O.1
, Olawale, B. O2
., Olabisi, N.I.2
1
Department of Computer Science and Engineering, LAUTECH, Ogbomoso Nigeria.
2
Department of Computer Engineering, Osun State Polytechnic, Iree, Nigeria
ABSTRACT
This paper reviews image segmentation as related to medical image processing. It examined fundamental
medical image processing flow of actions, reviews available segmentation methods in literatures, their
applications and brief performance. It conclusively highlight the need for development of a robust medical
image segmentation method which will be able to recognize malignant growths in human body before it gets out
of hand. The problem of cancerous growth as a threat to human existence is emphasized.
Keywords: Image processing, medical images, image segmentation, image enhancement
I. INTRODUCTION
American Heritage Dictionary, 3rd edition: a reproduction of a person or an object, especially a
sculptured likeness. A physics philosophy where an optically formed duplicate, counterpart, or other
representative reproduction of an object, especially an optical reproduction of an object formed by a lens or a
mirror [1]. Medical imaging systems are based on the physical interaction between some energy source and the
human body. Exceptions include phonocardiography and thermography, which use internal energy sources
within the body are rare and represent very few applications. Literatures have identified many medical imaging
modalities [2; 3]. These modalities include: radiology and computed tomography with X-ray, diagnostic
ultrasound, magnetic resonance imaging, radioisotope imaging, and electrical impedance tomography.
II. MEDICAL IMAGE PROCESSING
Image processing in medical diagnosis involve stages such as image capture, image enhancement,
image segmentation and feature extraction [4:5] Figure 1 shows a general description of lung cancer detection
system that contains four basic stages. The first stage starts with taking a collection of image (normal and
abnormal) from the available client. The second stage applies several techniques of image enhancement, to get
best level of quality and clearness. The third stage applies image segmentation algorithms which play an
effective rule in image processing stages, and the fourth stage obtain the general features from enhanced
segmented image which gives indicators of normality or abnormality of images.
Figure 1: Lung Cancer image Processing Stages
III. MEDICAL IMAGE SEGMENTATION
The aim of segmentation is to extract region of interest (ROIs) containing all masses and locate the
suspicious mass candidates from the ROI. Segmentation of the suspicious regions on a mammographic image is
designed to have a very high sensitivity and a large number of false positives acceptable since they are expected
to be removed in later stage of the algorithm [6] Researchers have used several segmentation techniques and
their combinations also. Segmentation is very crucial in image processing; its output will determine the
Overview of Medical Image Segmentation
14
effectiveness of the features to be extracted at the feature extraction stage [7] The outcome of these extracted
features will be used in guiding the decision of medical personnel [8]
3.1 Thresholding Techniques
Global thresholding [9] is one of the common techniques for image segmentation. It is based on the
global information, such as histogram. The fact that masses usually have greater intensity than the surrounding
tissues can be used for finding global threshold value. On the histogram, the regions with an abnormality impose
extra peaks while a healthy region has only a single peak [10] after finding a threshold value the regions with
abnormalities can be segmented. Global thresholding is not a very good method to identify level. Global
thresholding has good results when used as a primary step of some other segmentation techniques. Local
thresholding is slightly better than global thresholding. The threshold value is defined locally for each pixel
based on the intensity values of its neighbor pixels [11] Multiple pixels belonging to the same class (pixels at the
periphery of the mass and pixels at the center of the mass) are not always homogenous and may be represented
by different feature values. Li and his associates used local adaptive thresholding to segment mammographic
image into parts belonging to same classes and an adaptive clustering was applied to refine the results[12]
` Matsubara’s group [13] developed an adaptive thresholding technique that uses histogram analysis to
divide mammographic image into three categories based on the density of the tissue ranging from fatty to dense.
ROIs containing potential masses are detected using multiple threshold values based on the category of the
mammographic image. Dominguez and Nandi [14] performed segmentation of regions via conversion of images
to binary images at multiple threshold levels. Images in their study, with grey values in the range (0, 1), 30
levels with step size of 0.025 were adequate to segment all mammographic images. Varel segmented suspicious
regions using an adaptive threshold level [15] The images were previously enhanced with an iris filter. Li [16]
used adaptive gray-level thresholding to obtain an initial segmentation of suspicious regions followed by a
multi-resolution Markov random field model-based method.
3.2 Region-Based Techniques
Markov random field (MRF) or Gibbs random field (GRF) is one of the segmentation methods in
iterative pixel classification category. MRFs/GRFs are statistical methods and powerful modeling tools [16]
Szekely [17] used MRF in fine segmentation to improve the preliminary results provided by the coarse
segmentation. In coarse segmentation the feature vector is calculated and passed to a set of decision tress that
classified the image segment. After the fine segmentation they used a combination of three different
segmentation methods; a modification of the radial gradient index method, the Bezier histogram method and
dual binarization to segment a mass from the image.
Region growing and region clustering are also based on pixel classification. In region growing methods
pixels are grouped into regions. A seed pixel is chosen as a starting point from which the region iteratively
grows and aggregates with neighboring pixels that fulfill a certain homogeneity criterion. Zheng [18] used an
adaptive topographic region growth algorithm to define initial boundary contour of the mass region and then
applied an active contour algorithm to modify the final mass boundary contour.
Region clustering searches the region directly without initial seed pixel [11] pappas [19] used a
generalization of k-means clustering algorithm to separate the pixels into clusters based on their intensity and
their relative location. Li [12] used adaptive clustering to refine the result attained from the localized adaptive
thresholding. Sahiner and his research group [20] used k-means clustering algorithm followed by object
selection to detect initial mass shape within the ROI. The ROI is extracted based on the location of the biopsied
mass identified by a qualified radiologist. initial mass shape detection is followed by an active contour
segmentation method to refine the boundaries of the segmented mass.
3.3 Edge Detection Techniques
Petrick used Laplacian of Gaussian filter in conjunction with density weighted contrast enhancement
(DWCE) [21]. DWCE method enhances the structures within the mammographic image to make the edge
detection algorithm able to density.
Edge detection algorithms are based on the gray level discontinuities in the image. Basis for edge
detection are gradients or derivatives that measure the rate of change in the gray level. Rangayyan [22]
described standard operators for edge detection such as Prewitt operator Sobel operator, Roberts operator and
Laplacian of Gaussian (LoG) operator. Fauci et al. [23] developed an edge-based segmentation algorithm that
operative procedure, a ROI Hunter algorithm for selecting ROIs. ROI Hunter algorithm is based on the search of
relative intensity maximum inside the square windows that form the mammographic image. Zou [24] proposed a
method that uses Gradient Vector Flow field (GVF), which is a parametric deformable contour model, after the
enhancement of mammographic images with adaptive histogram equalization, the GVF field component with
the larger entropy is used to generate the ROI. In the example of GVF with and without enhancement is given.
Overview of Medical Image Segmentation
15
Ferreira [25] used active contour model (ACM) based on self-organizing network (SON) to segment the ROI.
This model explores the principle of isomorphism and self-organization to create flexible contours that
characterizes the shapes in the image. Yuan [26] employed a dual-stage method to extract masses from the
surrounding tissues. Radial gradient index (RGI) based segmentation is used to yield an initial contour close to
the lesion boundary location and a region-based active contour model is utilized to evolve the contour further to
the lesion boundary.
3.4 Hybrid Techniques
Stochastic model-based image segmentation is a technique for partitioning an image into distinctive
meaningful regions based on the statistical properties of both grey level and context images. Li [27] employed a
Finite Generalized Gaussian Mixture (FGGM) distribution which is a statistical method for enhanced
segmentation and extraction of suspicious mass area. They used FGGM distribution to model mammography
pixel images together with a model selection procedure based on the two information theoretic criteria to
determine the optimal number of image regions. Finally, they applied a contextual Bayesian Relaxation
Labelling (CBRL) technique to perform the selection of the suspected masses.
Ball and Brue [28] segmented suspicious masses in polar domain. Adaptive Level Set Segmentation Method
(ALSSM) was used to adaptively adjust the border threshold at each angle in order to provide high-quality
segmentation results. The work was extended in [28], where Speculation Segmentation with Level Sets (SSLS)
was used to detect and segment speculated masses. In conjunction with level set segmentation, Dixon and
Taylor line operator (DTLO and a generalized version of DTLO (GDTLO) were hybridized.
Hassanien and Ali develop an algorithm for segmenting speculated masses based on Pulse Coupled Neutral
Networks (PCNN) in conjunction with fuzzy set theory [29].
IV. LITERATURE REVIEW
[30] summarized method of medical image segmentation. They divided into three generations. the first
generation is composed of the simplest forms of image analysis such as the use of intensity thresholds and
region growing. The second generation is characterized by the application of uncertainty models and
optimization methods, while the third generation incorporates knowledge into the segmentation process. Some
medical image database foe segmentation method validation were identified which include McConnell Brain
Imaging (MNI) Internet Brain Segmentation Repository (IBSR) Section for Biomedical Image Analysis
(SBIA).[31] summarised new method for medical image segmentation which is called the status Quo of
Artificial Intelligence method in Automatic medical image segmentation. Since segmentation is an effective and
fundamental step in the medical image analysis (MIA). It is categorized into four segmentation method based on
applied AI techniques. These methods can decrease the human intervention gradually and each category
facilitates the higher level of AI techniques than the previous one. They are respectively based on image
processing techniques, hybrid AI methods, expert systems development and ultimately registration-based in the
multispectral and multi model imaging.
[32] summarized eight different deformable contour methods (DCMs) of snake which are Balloon
snake, Topology snake, Distance snake, Gradient vector flow snake Original level set, Geodesic active contour,
Area and Length active contour and Constrained Optimization and level set method applied to the medical
image segmentation are presented. These DCMs are now applied extensively in industrial and medical image
application. The segmentation task that is required for biomedical application is usually not simple. The studied
DCMs are compared use both qualitative and quantitative measures and the comparative results both the
strength and limitation of these method. So from this medical segmentation comparison can also be translated to
other image segmentation domains.
Xiaolei and Gavrii, in their research efforts, have been devoted to processing and analyzing medical image to
extract meaningful information such as volume, shape, motion of organs in other to detect abnormalities and to
quantify changes. They also performed image data immense practical in medical information. Medical image
such as computed Axial Tomography (CAT), Magnetic Resonance Imaging (MRI), Ultrasound, and X-Ray,
they focus on two general categories of segmentation methods which are widely used in medical visions, namely
the deformable models and the machine learning-based classification.
Zulaikha and Mohamed developed a robust segmentation approach for noisy medical image
segmentation using Fuzzy Clustering with spatial probability [33] This developing robust and efficient
algorithm for medical image segmentation has been a demanding area of growing research interest. Fuzzy C-
Means (FCM) algorithm was extensively used in medical image segmentation. FCM is highly sensitive to noise
because it segment images on the basis of approach which utilizes histogram based fuzzy C-means clustering
algorithms for the segmentation of medical images. So to improve the robustness against noise, the spatial
probability of the neighbouring pixel is integrated in the objective function of FCM. The noisy medical are de-
noised with the help of an effective de-noising algorithm, prior to segmentation. The results obtained from the
Overview of Medical Image Segmentation
16
experimentation showed that the proposed approach attains reliable segmentation accuracy despite of noise
levels and it is also clear that the proposed approach is more efficient and robust against noise when compared
to that of the FCM.
Rastgarpour and Shanbehzadeh identified biomedical features for segmentation which are more
accurate by applying the artificial intelligence methods in which include intelligence methods in valuable
medical image segmentation [34]. This segmentation method depends on many factors like disease type and
image features and those factors result in remain the segmentation challengeable and lead to increasing the
growth of literatures. The literatures help the researchers to understand more easily and rapidly and then a novel
categorization is proposed related to the most recent important literatures in four sets based on applying the AI
techniques and decreasing human intervention. Categorization of available methods and literatures. The
segmentation methods depend on modality and dimension of imaging because of the high dependency on factor
like disease type and image features. Adegoke and his research group conducted an extensive survey on image
segmentation but it was basically on iris segmentation as it is related to development of iris recognition system
[7]
V. CONCLUSION
Increased development of malignant and recorded death rate of men and women in the 21st century
[35:36:37] necessitates development of real-time, robust segmentation algorithms which will be able to detect
development of growths in human body. It was discovered from literatures that early detection in malignant
such as ovarian cancer [38] colorectal cancer, breast cancer [39], prostate cancer [40] and other abnormal
developments in human systems at early stage can be helpful to their control [36:41]
REFERENCES
[1]. Ball, J. E and Bruce, L. M, (2007). Digital Mammographic Speculated Mass Detection and Spicule
Segmentation Using Level Set. In Proceeding of the 29th Annual International Conference of the IEEE
EMBS, 499-4984.
[2]. Rangayyan,R,M, Guliato, D, Decarvalho, J, D and Santiago, S.A, (2006). Feature Extraction from the
Turning Angle Function for the Classification of Contours of Breast Tumors. IEEE Special Topic
Symposium on Information Technology in Biomedicine, 4.
[3]. Li, H, Giger, M, L, Yuan, Y, Lan, L, and Sennett, C. A, (2008). Performance of CADx on a Large
Clinical Database of FFDM Image, Pattern Recognition, 51(16), 510-514.
[4]. Mokheld, S.A., (2012). Lung Cancer Detection Using Image Processing Techniques. Leonardo
Electronic Journal of Practices and Technologies, 20, 147-158.
[5]. Katrien V., Dirk R., Van B., and Zwi N.B., (2003). The cell cycle, a review of regulation, deregulation
and therapeutic targets in cancer. Black well Publishing, 36, 131-149
[6]. Sampat, M.P, Markey, M.B, Bovik, A.C (2005). Computer-Aided Detection and Diagnosis in
Mammography.
[7]. Adegoke, B.O, Omidiora, E.O, Falohun, S.A. and Ojo, D.A., (2013). Iris segmentation: a survey.
International Journal of Modern Engineering Research, 3(3), 1263-1267.
[8]. Tiina R., Jonathan S.C. and Philip K.M., (2007). Mathematical Models of Avascular Growth. Society
for Industrial and Applied Mathematics, 49 (2), 179 – 208.
[9]. Brzakovic, D., Luo, X.M, Brzakovic, P, (1990). An approach to automated detection of tumors
immammograms. IEEE Trasactions on Medical Imaging 9(3), 233-241
[10]. Van Schin, G, and Karssemeijer, N, (2008). Detection of Micro-calcifications Using a Non uniform
Noise Model, 51(16), 378-384.
[11]. Cheng, H.D, Shi, X,J, Min, R, Hu, L,M, Cai, X.P, Du, H,N, (2006). Approaches for Automated
Detection and Classification of Masses in Mammograms, Pattern Recognition, 39(4), 646-668.
[12]. Li, L,H, Qian, W, Clarke, I,P, Clark, R.A., Thomas J, (1999). Improving Mass Detection by Adaptive
and Multi-Scale Processing in Digitized Mommograms. Proceeding of SPIE, 490-498
[13]. Matsubara et al., 1996
[14]. Dominguez, A.R, Nandi, A.F(2007).Enhanced Multi-Level Thresholding Segmentation and rank Based
Region Selection for Detection of Masses in Mammograms, In, IEEE International Conference on
Acoustics, Speech and Signal Processing, (ICASSP), 449 - 452.
[15]. Varela, C, Tahoces, P .G, Mendez, A,J ,Soutu, M, Vidal ,J.J, (2007) .Computerized Detection of Breast
Masses in Digitized Mammograms. Computer in Biology and Medicine, 214-226.
[16]. Li ,H.D, MKallergi, M, Clarke. L, .P, Jain, V ,K, Clark, R.A(1995).Markov Random Field for Tumor
Detection in Digital Mammography, IEEE Transactions on Medical Imaging, 565-576.
[17]. Szekely, N, Toth, N, Pataki, B,(2006).A Hybrid System for Detection Masses in Mammographic
Images. IEEE Transactions on Instrumentation and Measurement, 944 - 915.
Overview of Medical Image Segmentation
17
[18]. Zheng, B, Mello-Thoms, C, Wang, X.H, Gur ,D, (2007).Improvement of Visual Similarity of Similar
Breast Masses Selection by Computer-Aided Diagnosis Schemes, 516-519.
[19]. Pappas, T.N, (1992). An Adaptive Clustering Algorithm for Image Segmentation. IEEE Transactions
on Signal Processing, 901-914.
[20]. Sahiner, B, Hadjiiski, L. M, Chan, H, P, Paramagul, C, Nees, A, ,Helvie, M,Shi, J, (2008).
Concordance of Computer-Extracted Image Features with BI-RADS Descriptors for Mammogrphic
Mass Margin. 69(15), 342-348.
[21]. Douglas H. and Robert A. W., (2000). . The Hallmarks of Cancer. Cell, vol. 100, pp. 57-70.
[22]. Rangayyan, R, M,(2005). Biomedical Image Analysis. CRC Press LLC, Boca Raton.
[23]. Fauci, F, Bagnasco, S, Bellotti, R, Cascio, D, Cheran,S.C, DeCarlo, F, DeNumzio, G, Fantacci, M. E,
Forni,G, Lauria, A, Torres, E. L, Magro, R, Masala, G. Oliva, P, Quarta, M, Raso, G, Retico, A.,
Tangaro, S., (2004). Mammographic Segmentation by Contour Searching and Massive Lesion
Classification with Neural Network, 5, 265-2699.
[24]. Zou, F, Zheng Y., Zhou Z., Agyepong K., (2008). Gradient Vector Flow Field and Mass Region
Extraction in Digital Mammograms, pp 17-19.
[25]. Ferreira, A. A, Nascimento, Jr, F, Tsang, I.R, Cavalcanri, G.D.O, Ludermir, T,B, Aquino, R. B.,
(2007). Analysis of Mammogram using self-organizing neural networks based on spatial Isomorphism,
In, Proceeeding of international Joint Conference on Neural Network, 1796-1801.
[26]. Yuan, Y, Giger, M. L, Li, H, Scennett, C,(2008).Correlative Feature Analysis of FDDM Images, 69
(15).
[27]. Li, H, Wang, Y, Liu, K.J.R, Lo, S.B, Freedman, M.T,(2001).ComputrizedRadiogeaphic Mass
Detection C Part I, Lesion Site Selection by Morpholigical Enhancement and Contextual Segmentation.
IEEE Transactions on Medical Imaging, pp 289-301.
[28]. Ball, J. E., Bruce L.M, (2007). Digital Mammographic Computer Aided Diagnosis (CAD) Using
Adaptive Level Set Segmentation. In Proceedings of the 29th Annual International Conference of the
IEEE EMBS, 4973-4978.
[29]. Hassanien, A. E, and Ali, J. M., (2004).Mammographic Segmentation Algorithm Using Pulse Coupled
Neural Network, In Proceeding of the third International Conference on Image and Graphics,
[30]. Withey D.J, ,Koles, Z.J, (2007).Medical Image segmentation ,Methods and Software Proceedings of
NFSI & ICFBI Hangzhou,China,140-143.
[31]. Maryam, and Jamshid, (2013). Feature Segmentation in medical images. International Journal of
innovative computing, information and control, 8(1), 578- 583.
[32]. Lei H., Zhigang P., Bryan E., Xun W.,Cgin, Y, Ha, Kenneth ,L,W., William, G,W., (2008).A
Comparative Study of Deformable Contour Method on Medical Image Segmentation. ScienceDirect,
26, 141-163.
[33]. Zulaikha Beevi, Mohamed Sthik, (2012).A Robust Segmentation Approach for Noisy MedicalImage
Using Fuzzy Clustering with Spatial Probability. The International Arab journal of Information
Technology, 9 , 75-83.
[34]. Rastgarpour, M, Shanbehzadeth, J, (2011). Application of AI Techniques inMedical Image
Segmentation and Novel Categorization of Available Methods and Tools. Proceedings of the
International Multiconference of Engineers and Computer Scientists 1, 823-831.
[35]. Sten F. and Stefan M., (1997). On the Growth Rates of Human Malignant Tumors: Implications for
Medical Decision Making. Journal of Medical Oncology, vol. 65, pp. 284 – 297.
[36]. Hanifa, B., Lorenzo, T., Pascal, C., Christian M., Walter S., Dominique S., Snejana A., Maurine M.,
Fred B. and Jean B., (2006). A cost-effective algorithm for Hereditary Non-polyposis Colorectal
Cancer Detection. America Journal of Clinical Pathology,
[37]. Mokheld, 2012; Katrien et al., (2003).
[38]. Roberts C.B., (2003). Status of Tumor Markers in Ovarian Cancer Screening. Journal of Clinical
Oncology, 21 (10), 200-205.
[39]. Byrne D.,O ’Halloran M.,Glavin M. and Jones E., (2011). Breast Cancer Detection Based on
Differential Ultra-wideband Microwave Radar. Progress in Electromagnetics Research, vol. 20, 231-
242.
[40]. ArulMurugan A., Tsung-Han C., Kannan K., Fei-Shih Y, and Chong-Yung C., (2012). An NBSS
Algorithm for Pharmacokinetic Analysis of Prostate Cancer Using DCE-MRImages, IEEE
Transaction, 566 – 569.
[41]. Anuradha K. and Sankaranarayanan K., (2012). Identification of Suspicious Regions to Detect Oral
Cancer at an earlier Stateg: a literature review. International Journal of Advances in Engineering and
Technology.

Más contenido relacionado

La actualidad más candente

Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused Images
CSCJournals
 
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
 
Image Registration
Image RegistrationImage Registration
Image Registration
Angu Ramesh
 

La actualidad más candente (20)

Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
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...
 
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Us...
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Us...Detection of Malignancy in Digital Mammograms from Segmented Breast Region Us...
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Us...
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
 
Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused Images
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
 
Non negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classificationNon negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classification
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
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
 
MRI Tissue Segmentation using MICO
MRI Tissue Segmentation using MICOMRI Tissue Segmentation using MICO
MRI Tissue Segmentation using MICO
 
RANSAC BASED MOTION COMPENSATED RESTORATION FOR COLONOSCOPY IMAGES
RANSAC BASED MOTION COMPENSATED RESTORATION FOR COLONOSCOPY IMAGESRANSAC BASED MOTION COMPENSATED RESTORATION FOR COLONOSCOPY IMAGES
RANSAC BASED MOTION COMPENSATED RESTORATION FOR COLONOSCOPY IMAGES
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
L045066671
L045066671L045066671
L045066671
 
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
Lec5: Pre-Processing Medical Images (III) (MRI Intensity Standardization)
 
Kx2418461851
Kx2418461851Kx2418461851
Kx2418461851
 
Image Registration
Image RegistrationImage Registration
Image Registration
 
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
 
International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)International Journal of Pharmaceutical Science Invention (IJPSI)
International Journal of Pharmaceutical Science Invention (IJPSI)
 

Destacado

Semblanza Rogelio Prior Solis 2016
Semblanza Rogelio Prior Solis 2016Semblanza Rogelio Prior Solis 2016
Semblanza Rogelio Prior Solis 2016
Rogelio Prior
 

Destacado (10)

Sertifikat Asdos
Sertifikat AsdosSertifikat Asdos
Sertifikat Asdos
 
Web- és mobil SEO trendek (2013.01-10.01) kivonat
Web- és mobil SEO trendek (2013.01-10.01) kivonatWeb- és mobil SEO trendek (2013.01-10.01) kivonat
Web- és mobil SEO trendek (2013.01-10.01) kivonat
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Daniels Presentation
Daniels PresentationDaniels Presentation
Daniels Presentation
 
Diabetes
DiabetesDiabetes
Diabetes
 
cv2016linkedin
cv2016linkedincv2016linkedin
cv2016linkedin
 
Droid Pro Launch
Droid Pro LaunchDroid Pro Launch
Droid Pro Launch
 
Semblanza Rogelio Prior Solis 2016
Semblanza Rogelio Prior Solis 2016Semblanza Rogelio Prior Solis 2016
Semblanza Rogelio Prior Solis 2016
 
Coursera onlinegames 2013
Coursera onlinegames 2013Coursera onlinegames 2013
Coursera onlinegames 2013
 
Cisco Routing Pro
Cisco Routing ProCisco Routing Pro
Cisco Routing Pro
 

Similar a International Journal of Engineering Research and Development (IJERD)

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
 
Classification of mammograms based on features extraction techniques using su...
Classification of mammograms based on features extraction techniques using su...Classification of mammograms based on features extraction techniques using su...
Classification of mammograms based on features extraction techniques using su...
CSITiaesprime
 

Similar a International Journal of Engineering Research and Development (IJERD) (20)

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
 
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
 
Mass segmentation
Mass segmentationMass segmentation
Mass segmentation
 
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
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
D05222528
D05222528D05222528
D05222528
 
Survey on Brain MRI Segmentation Techniques
Survey on Brain MRI Segmentation TechniquesSurvey on Brain MRI Segmentation Techniques
Survey on Brain MRI 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)
 
Lq3519891992
Lq3519891992Lq3519891992
Lq3519891992
 
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 UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
 
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHMAUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
 
Classification of mammograms based on features extraction techniques using su...
Classification of mammograms based on features extraction techniques using su...Classification of mammograms based on features extraction techniques using su...
Classification of mammograms based on features extraction techniques using su...
 
Application of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detectionApplication of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detection
 
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
 
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
 
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and DetectionIRJET-A Novel Approach for MRI Brain Image Classification and Detection
IRJET-A Novel Approach for MRI Brain Image Classification and Detection
 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
 

Más de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
IJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
IJERD Editor
 

Más de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

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
 
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
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 

International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 8, Issue 9 (September 2013), PP. 13-17 13 Overview of Medical Image Segmentation Adegoke, B. O.1 , Olawale, B. O2 ., Olabisi, N.I.2 1 Department of Computer Science and Engineering, LAUTECH, Ogbomoso Nigeria. 2 Department of Computer Engineering, Osun State Polytechnic, Iree, Nigeria ABSTRACT This paper reviews image segmentation as related to medical image processing. It examined fundamental medical image processing flow of actions, reviews available segmentation methods in literatures, their applications and brief performance. It conclusively highlight the need for development of a robust medical image segmentation method which will be able to recognize malignant growths in human body before it gets out of hand. The problem of cancerous growth as a threat to human existence is emphasized. Keywords: Image processing, medical images, image segmentation, image enhancement I. INTRODUCTION American Heritage Dictionary, 3rd edition: a reproduction of a person or an object, especially a sculptured likeness. A physics philosophy where an optically formed duplicate, counterpart, or other representative reproduction of an object, especially an optical reproduction of an object formed by a lens or a mirror [1]. Medical imaging systems are based on the physical interaction between some energy source and the human body. Exceptions include phonocardiography and thermography, which use internal energy sources within the body are rare and represent very few applications. Literatures have identified many medical imaging modalities [2; 3]. These modalities include: radiology and computed tomography with X-ray, diagnostic ultrasound, magnetic resonance imaging, radioisotope imaging, and electrical impedance tomography. II. MEDICAL IMAGE PROCESSING Image processing in medical diagnosis involve stages such as image capture, image enhancement, image segmentation and feature extraction [4:5] Figure 1 shows a general description of lung cancer detection system that contains four basic stages. The first stage starts with taking a collection of image (normal and abnormal) from the available client. The second stage applies several techniques of image enhancement, to get best level of quality and clearness. The third stage applies image segmentation algorithms which play an effective rule in image processing stages, and the fourth stage obtain the general features from enhanced segmented image which gives indicators of normality or abnormality of images. Figure 1: Lung Cancer image Processing Stages III. MEDICAL IMAGE SEGMENTATION The aim of segmentation is to extract region of interest (ROIs) containing all masses and locate the suspicious mass candidates from the ROI. Segmentation of the suspicious regions on a mammographic image is designed to have a very high sensitivity and a large number of false positives acceptable since they are expected to be removed in later stage of the algorithm [6] Researchers have used several segmentation techniques and their combinations also. Segmentation is very crucial in image processing; its output will determine the
  • 2. Overview of Medical Image Segmentation 14 effectiveness of the features to be extracted at the feature extraction stage [7] The outcome of these extracted features will be used in guiding the decision of medical personnel [8] 3.1 Thresholding Techniques Global thresholding [9] is one of the common techniques for image segmentation. It is based on the global information, such as histogram. The fact that masses usually have greater intensity than the surrounding tissues can be used for finding global threshold value. On the histogram, the regions with an abnormality impose extra peaks while a healthy region has only a single peak [10] after finding a threshold value the regions with abnormalities can be segmented. Global thresholding is not a very good method to identify level. Global thresholding has good results when used as a primary step of some other segmentation techniques. Local thresholding is slightly better than global thresholding. The threshold value is defined locally for each pixel based on the intensity values of its neighbor pixels [11] Multiple pixels belonging to the same class (pixels at the periphery of the mass and pixels at the center of the mass) are not always homogenous and may be represented by different feature values. Li and his associates used local adaptive thresholding to segment mammographic image into parts belonging to same classes and an adaptive clustering was applied to refine the results[12] ` Matsubara’s group [13] developed an adaptive thresholding technique that uses histogram analysis to divide mammographic image into three categories based on the density of the tissue ranging from fatty to dense. ROIs containing potential masses are detected using multiple threshold values based on the category of the mammographic image. Dominguez and Nandi [14] performed segmentation of regions via conversion of images to binary images at multiple threshold levels. Images in their study, with grey values in the range (0, 1), 30 levels with step size of 0.025 were adequate to segment all mammographic images. Varel segmented suspicious regions using an adaptive threshold level [15] The images were previously enhanced with an iris filter. Li [16] used adaptive gray-level thresholding to obtain an initial segmentation of suspicious regions followed by a multi-resolution Markov random field model-based method. 3.2 Region-Based Techniques Markov random field (MRF) or Gibbs random field (GRF) is one of the segmentation methods in iterative pixel classification category. MRFs/GRFs are statistical methods and powerful modeling tools [16] Szekely [17] used MRF in fine segmentation to improve the preliminary results provided by the coarse segmentation. In coarse segmentation the feature vector is calculated and passed to a set of decision tress that classified the image segment. After the fine segmentation they used a combination of three different segmentation methods; a modification of the radial gradient index method, the Bezier histogram method and dual binarization to segment a mass from the image. Region growing and region clustering are also based on pixel classification. In region growing methods pixels are grouped into regions. A seed pixel is chosen as a starting point from which the region iteratively grows and aggregates with neighboring pixels that fulfill a certain homogeneity criterion. Zheng [18] used an adaptive topographic region growth algorithm to define initial boundary contour of the mass region and then applied an active contour algorithm to modify the final mass boundary contour. Region clustering searches the region directly without initial seed pixel [11] pappas [19] used a generalization of k-means clustering algorithm to separate the pixels into clusters based on their intensity and their relative location. Li [12] used adaptive clustering to refine the result attained from the localized adaptive thresholding. Sahiner and his research group [20] used k-means clustering algorithm followed by object selection to detect initial mass shape within the ROI. The ROI is extracted based on the location of the biopsied mass identified by a qualified radiologist. initial mass shape detection is followed by an active contour segmentation method to refine the boundaries of the segmented mass. 3.3 Edge Detection Techniques Petrick used Laplacian of Gaussian filter in conjunction with density weighted contrast enhancement (DWCE) [21]. DWCE method enhances the structures within the mammographic image to make the edge detection algorithm able to density. Edge detection algorithms are based on the gray level discontinuities in the image. Basis for edge detection are gradients or derivatives that measure the rate of change in the gray level. Rangayyan [22] described standard operators for edge detection such as Prewitt operator Sobel operator, Roberts operator and Laplacian of Gaussian (LoG) operator. Fauci et al. [23] developed an edge-based segmentation algorithm that operative procedure, a ROI Hunter algorithm for selecting ROIs. ROI Hunter algorithm is based on the search of relative intensity maximum inside the square windows that form the mammographic image. Zou [24] proposed a method that uses Gradient Vector Flow field (GVF), which is a parametric deformable contour model, after the enhancement of mammographic images with adaptive histogram equalization, the GVF field component with the larger entropy is used to generate the ROI. In the example of GVF with and without enhancement is given.
  • 3. Overview of Medical Image Segmentation 15 Ferreira [25] used active contour model (ACM) based on self-organizing network (SON) to segment the ROI. This model explores the principle of isomorphism and self-organization to create flexible contours that characterizes the shapes in the image. Yuan [26] employed a dual-stage method to extract masses from the surrounding tissues. Radial gradient index (RGI) based segmentation is used to yield an initial contour close to the lesion boundary location and a region-based active contour model is utilized to evolve the contour further to the lesion boundary. 3.4 Hybrid Techniques Stochastic model-based image segmentation is a technique for partitioning an image into distinctive meaningful regions based on the statistical properties of both grey level and context images. Li [27] employed a Finite Generalized Gaussian Mixture (FGGM) distribution which is a statistical method for enhanced segmentation and extraction of suspicious mass area. They used FGGM distribution to model mammography pixel images together with a model selection procedure based on the two information theoretic criteria to determine the optimal number of image regions. Finally, they applied a contextual Bayesian Relaxation Labelling (CBRL) technique to perform the selection of the suspected masses. Ball and Brue [28] segmented suspicious masses in polar domain. Adaptive Level Set Segmentation Method (ALSSM) was used to adaptively adjust the border threshold at each angle in order to provide high-quality segmentation results. The work was extended in [28], where Speculation Segmentation with Level Sets (SSLS) was used to detect and segment speculated masses. In conjunction with level set segmentation, Dixon and Taylor line operator (DTLO and a generalized version of DTLO (GDTLO) were hybridized. Hassanien and Ali develop an algorithm for segmenting speculated masses based on Pulse Coupled Neutral Networks (PCNN) in conjunction with fuzzy set theory [29]. IV. LITERATURE REVIEW [30] summarized method of medical image segmentation. They divided into three generations. the first generation is composed of the simplest forms of image analysis such as the use of intensity thresholds and region growing. The second generation is characterized by the application of uncertainty models and optimization methods, while the third generation incorporates knowledge into the segmentation process. Some medical image database foe segmentation method validation were identified which include McConnell Brain Imaging (MNI) Internet Brain Segmentation Repository (IBSR) Section for Biomedical Image Analysis (SBIA).[31] summarised new method for medical image segmentation which is called the status Quo of Artificial Intelligence method in Automatic medical image segmentation. Since segmentation is an effective and fundamental step in the medical image analysis (MIA). It is categorized into four segmentation method based on applied AI techniques. These methods can decrease the human intervention gradually and each category facilitates the higher level of AI techniques than the previous one. They are respectively based on image processing techniques, hybrid AI methods, expert systems development and ultimately registration-based in the multispectral and multi model imaging. [32] summarized eight different deformable contour methods (DCMs) of snake which are Balloon snake, Topology snake, Distance snake, Gradient vector flow snake Original level set, Geodesic active contour, Area and Length active contour and Constrained Optimization and level set method applied to the medical image segmentation are presented. These DCMs are now applied extensively in industrial and medical image application. The segmentation task that is required for biomedical application is usually not simple. The studied DCMs are compared use both qualitative and quantitative measures and the comparative results both the strength and limitation of these method. So from this medical segmentation comparison can also be translated to other image segmentation domains. Xiaolei and Gavrii, in their research efforts, have been devoted to processing and analyzing medical image to extract meaningful information such as volume, shape, motion of organs in other to detect abnormalities and to quantify changes. They also performed image data immense practical in medical information. Medical image such as computed Axial Tomography (CAT), Magnetic Resonance Imaging (MRI), Ultrasound, and X-Ray, they focus on two general categories of segmentation methods which are widely used in medical visions, namely the deformable models and the machine learning-based classification. Zulaikha and Mohamed developed a robust segmentation approach for noisy medical image segmentation using Fuzzy Clustering with spatial probability [33] This developing robust and efficient algorithm for medical image segmentation has been a demanding area of growing research interest. Fuzzy C- Means (FCM) algorithm was extensively used in medical image segmentation. FCM is highly sensitive to noise because it segment images on the basis of approach which utilizes histogram based fuzzy C-means clustering algorithms for the segmentation of medical images. So to improve the robustness against noise, the spatial probability of the neighbouring pixel is integrated in the objective function of FCM. The noisy medical are de- noised with the help of an effective de-noising algorithm, prior to segmentation. The results obtained from the
  • 4. Overview of Medical Image Segmentation 16 experimentation showed that the proposed approach attains reliable segmentation accuracy despite of noise levels and it is also clear that the proposed approach is more efficient and robust against noise when compared to that of the FCM. Rastgarpour and Shanbehzadeh identified biomedical features for segmentation which are more accurate by applying the artificial intelligence methods in which include intelligence methods in valuable medical image segmentation [34]. This segmentation method depends on many factors like disease type and image features and those factors result in remain the segmentation challengeable and lead to increasing the growth of literatures. The literatures help the researchers to understand more easily and rapidly and then a novel categorization is proposed related to the most recent important literatures in four sets based on applying the AI techniques and decreasing human intervention. Categorization of available methods and literatures. The segmentation methods depend on modality and dimension of imaging because of the high dependency on factor like disease type and image features. Adegoke and his research group conducted an extensive survey on image segmentation but it was basically on iris segmentation as it is related to development of iris recognition system [7] V. CONCLUSION Increased development of malignant and recorded death rate of men and women in the 21st century [35:36:37] necessitates development of real-time, robust segmentation algorithms which will be able to detect development of growths in human body. It was discovered from literatures that early detection in malignant such as ovarian cancer [38] colorectal cancer, breast cancer [39], prostate cancer [40] and other abnormal developments in human systems at early stage can be helpful to their control [36:41] REFERENCES [1]. Ball, J. E and Bruce, L. M, (2007). Digital Mammographic Speculated Mass Detection and Spicule Segmentation Using Level Set. In Proceeding of the 29th Annual International Conference of the IEEE EMBS, 499-4984. [2]. Rangayyan,R,M, Guliato, D, Decarvalho, J, D and Santiago, S.A, (2006). Feature Extraction from the Turning Angle Function for the Classification of Contours of Breast Tumors. IEEE Special Topic Symposium on Information Technology in Biomedicine, 4. [3]. Li, H, Giger, M, L, Yuan, Y, Lan, L, and Sennett, C. A, (2008). Performance of CADx on a Large Clinical Database of FFDM Image, Pattern Recognition, 51(16), 510-514. [4]. Mokheld, S.A., (2012). Lung Cancer Detection Using Image Processing Techniques. Leonardo Electronic Journal of Practices and Technologies, 20, 147-158. [5]. Katrien V., Dirk R., Van B., and Zwi N.B., (2003). The cell cycle, a review of regulation, deregulation and therapeutic targets in cancer. Black well Publishing, 36, 131-149 [6]. Sampat, M.P, Markey, M.B, Bovik, A.C (2005). Computer-Aided Detection and Diagnosis in Mammography. [7]. Adegoke, B.O, Omidiora, E.O, Falohun, S.A. and Ojo, D.A., (2013). Iris segmentation: a survey. International Journal of Modern Engineering Research, 3(3), 1263-1267. [8]. Tiina R., Jonathan S.C. and Philip K.M., (2007). Mathematical Models of Avascular Growth. Society for Industrial and Applied Mathematics, 49 (2), 179 – 208. [9]. Brzakovic, D., Luo, X.M, Brzakovic, P, (1990). An approach to automated detection of tumors immammograms. IEEE Trasactions on Medical Imaging 9(3), 233-241 [10]. Van Schin, G, and Karssemeijer, N, (2008). Detection of Micro-calcifications Using a Non uniform Noise Model, 51(16), 378-384. [11]. Cheng, H.D, Shi, X,J, Min, R, Hu, L,M, Cai, X.P, Du, H,N, (2006). Approaches for Automated Detection and Classification of Masses in Mammograms, Pattern Recognition, 39(4), 646-668. [12]. Li, L,H, Qian, W, Clarke, I,P, Clark, R.A., Thomas J, (1999). Improving Mass Detection by Adaptive and Multi-Scale Processing in Digitized Mommograms. Proceeding of SPIE, 490-498 [13]. Matsubara et al., 1996 [14]. Dominguez, A.R, Nandi, A.F(2007).Enhanced Multi-Level Thresholding Segmentation and rank Based Region Selection for Detection of Masses in Mammograms, In, IEEE International Conference on Acoustics, Speech and Signal Processing, (ICASSP), 449 - 452. [15]. Varela, C, Tahoces, P .G, Mendez, A,J ,Soutu, M, Vidal ,J.J, (2007) .Computerized Detection of Breast Masses in Digitized Mammograms. Computer in Biology and Medicine, 214-226. [16]. Li ,H.D, MKallergi, M, Clarke. L, .P, Jain, V ,K, Clark, R.A(1995).Markov Random Field for Tumor Detection in Digital Mammography, IEEE Transactions on Medical Imaging, 565-576. [17]. Szekely, N, Toth, N, Pataki, B,(2006).A Hybrid System for Detection Masses in Mammographic Images. IEEE Transactions on Instrumentation and Measurement, 944 - 915.
  • 5. Overview of Medical Image Segmentation 17 [18]. Zheng, B, Mello-Thoms, C, Wang, X.H, Gur ,D, (2007).Improvement of Visual Similarity of Similar Breast Masses Selection by Computer-Aided Diagnosis Schemes, 516-519. [19]. Pappas, T.N, (1992). An Adaptive Clustering Algorithm for Image Segmentation. IEEE Transactions on Signal Processing, 901-914. [20]. Sahiner, B, Hadjiiski, L. M, Chan, H, P, Paramagul, C, Nees, A, ,Helvie, M,Shi, J, (2008). Concordance of Computer-Extracted Image Features with BI-RADS Descriptors for Mammogrphic Mass Margin. 69(15), 342-348. [21]. Douglas H. and Robert A. W., (2000). . The Hallmarks of Cancer. Cell, vol. 100, pp. 57-70. [22]. Rangayyan, R, M,(2005). Biomedical Image Analysis. CRC Press LLC, Boca Raton. [23]. Fauci, F, Bagnasco, S, Bellotti, R, Cascio, D, Cheran,S.C, DeCarlo, F, DeNumzio, G, Fantacci, M. E, Forni,G, Lauria, A, Torres, E. L, Magro, R, Masala, G. Oliva, P, Quarta, M, Raso, G, Retico, A., Tangaro, S., (2004). Mammographic Segmentation by Contour Searching and Massive Lesion Classification with Neural Network, 5, 265-2699. [24]. Zou, F, Zheng Y., Zhou Z., Agyepong K., (2008). Gradient Vector Flow Field and Mass Region Extraction in Digital Mammograms, pp 17-19. [25]. Ferreira, A. A, Nascimento, Jr, F, Tsang, I.R, Cavalcanri, G.D.O, Ludermir, T,B, Aquino, R. B., (2007). Analysis of Mammogram using self-organizing neural networks based on spatial Isomorphism, In, Proceeeding of international Joint Conference on Neural Network, 1796-1801. [26]. Yuan, Y, Giger, M. L, Li, H, Scennett, C,(2008).Correlative Feature Analysis of FDDM Images, 69 (15). [27]. Li, H, Wang, Y, Liu, K.J.R, Lo, S.B, Freedman, M.T,(2001).ComputrizedRadiogeaphic Mass Detection C Part I, Lesion Site Selection by Morpholigical Enhancement and Contextual Segmentation. IEEE Transactions on Medical Imaging, pp 289-301. [28]. Ball, J. E., Bruce L.M, (2007). Digital Mammographic Computer Aided Diagnosis (CAD) Using Adaptive Level Set Segmentation. In Proceedings of the 29th Annual International Conference of the IEEE EMBS, 4973-4978. [29]. Hassanien, A. E, and Ali, J. M., (2004).Mammographic Segmentation Algorithm Using Pulse Coupled Neural Network, In Proceeding of the third International Conference on Image and Graphics, [30]. Withey D.J, ,Koles, Z.J, (2007).Medical Image segmentation ,Methods and Software Proceedings of NFSI & ICFBI Hangzhou,China,140-143. [31]. Maryam, and Jamshid, (2013). Feature Segmentation in medical images. International Journal of innovative computing, information and control, 8(1), 578- 583. [32]. Lei H., Zhigang P., Bryan E., Xun W.,Cgin, Y, Ha, Kenneth ,L,W., William, G,W., (2008).A Comparative Study of Deformable Contour Method on Medical Image Segmentation. ScienceDirect, 26, 141-163. [33]. Zulaikha Beevi, Mohamed Sthik, (2012).A Robust Segmentation Approach for Noisy MedicalImage Using Fuzzy Clustering with Spatial Probability. The International Arab journal of Information Technology, 9 , 75-83. [34]. Rastgarpour, M, Shanbehzadeth, J, (2011). Application of AI Techniques inMedical Image Segmentation and Novel Categorization of Available Methods and Tools. Proceedings of the International Multiconference of Engineers and Computer Scientists 1, 823-831. [35]. Sten F. and Stefan M., (1997). On the Growth Rates of Human Malignant Tumors: Implications for Medical Decision Making. Journal of Medical Oncology, vol. 65, pp. 284 – 297. [36]. Hanifa, B., Lorenzo, T., Pascal, C., Christian M., Walter S., Dominique S., Snejana A., Maurine M., Fred B. and Jean B., (2006). A cost-effective algorithm for Hereditary Non-polyposis Colorectal Cancer Detection. America Journal of Clinical Pathology, [37]. Mokheld, 2012; Katrien et al., (2003). [38]. Roberts C.B., (2003). Status of Tumor Markers in Ovarian Cancer Screening. Journal of Clinical Oncology, 21 (10), 200-205. [39]. Byrne D.,O ’Halloran M.,Glavin M. and Jones E., (2011). Breast Cancer Detection Based on Differential Ultra-wideband Microwave Radar. Progress in Electromagnetics Research, vol. 20, 231- 242. [40]. ArulMurugan A., Tsung-Han C., Kannan K., Fei-Shih Y, and Chong-Yung C., (2012). An NBSS Algorithm for Pharmacokinetic Analysis of Prostate Cancer Using DCE-MRImages, IEEE Transaction, 566 – 569. [41]. Anuradha K. and Sankaranarayanan K., (2012). Identification of Suspicious Regions to Detect Oral Cancer at an earlier Stateg: a literature review. International Journal of Advances in Engineering and Technology.