SlideShare a Scribd company logo
1 of 3
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 267
APPLICATION OF GENETIC ALGORITHM FOR LIVER CANCER
DETECTION
Yamini Upadhyay1
; Vikas Wasson2
Abstract
Human life is the most precious and valuable gift of God. The internal structure of human body is complex and weird. When there is
any medical complication or problem it gets very important for doctor to analyze it correctly. X ray, CT and MRI images help doctor
in this analysis. Cancer is a prominent reason for deaths in India. The cancer can be detected in human body through MRI images but
it gets difficult to correctly analyze it due to the reason of having almost same intensity of the images of other body parts. A better
system has to be find for the segmentation of liver from MRI images so that it can be identified clearly from the adjacent organs which
have similar intensity. Also livers geometry is very complex due to its high anatomical variability both in health and disease. In this
paper we will present different techniques for segmentation and will design a method for liver segmentation and cancer detection.
Keyword: Liver Segmentation, Genetic algorithm, MRI, Threshold based approaches. CBIR, Contour, Histogram
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
There is a dire need to design and implement a quick
responsive and exact calculative liver segmentation method
for medical image analysis. For the need of computer aid in
diagnoses, Liver segmentation is an important tool, it helps to
evaluate the methodology and pros and cons of liver
transplantation and the treatment method of liver tumors.
Magnetic resonance imaging is comparatively a better method
because it is free of ionizing radiation and also provides a
good contrast visualization of soft tissue [2].There are a
number of techniques for liver segmentation that include
Region Growing, Threshold based, Level Set method,
Statistical model, Active Contour, Clustering algorithm,
Histogram based approach and Gray level methods, Genetic
algorithm.
2. LITERATURE SURVEY
Due to the similar intensity of the organs and the complex
geometry of the liver, it gets difficult to detect the cancer in
the MRI of liver. There are also some artifacts of pulsation
and motion, and partial volume effects due to different factors
that make automatic liver segmentation difficult. The CT
images show gray values in an abdominal image, which range
between 90-92 out of 0-255 for a normal tumor free liver,
whereas if there is tumor the range is not clear and the images
show darker grey values. The pre existing methods which use
the basic location and distribution location information of the
general gray scale values of the image. There is a dire need to
design and implement a quick responsive and exact calculative
liver segmentation method for medical image analysis. For the
need of computer aid in diagnoses, Liver segmentation is an
important tool, it helps to evaluate the methodology and pros
and cons of liver transplantation and the treatment method of
liver tumors. Magnetic resonance imaging is comparatively a
better method because it is free of ionizing radiation and also
provides a good contrast visualization of soft tissue [2]
2.1 Region based Approaches
This method provides better results on contrast enhanced
images. It uses a small region as seed point and progresses
with the addition to the surrounding pixels, which will match
the developed region in terms of the intensity. This process
will end with the reception of the segmented area [3].
2.2 Threshold based Approaches
Due to the variation of liver intensity in CT images, it
becomes difficult to use fixed threshold method. The liver
segmentation using adaptive threshold technique should be
used. The technique helps to use different threshold for
different regions in the image [3].
2.3 Level Set Approach
This method can handle topological changes and define the
problem in higher dimension, but this method is time
consuming and results in over segmentation. The
Segmentation using level set method that evolves according to
a speed image that is the result of a scanning technique based
dynamic programming. The main limitations is level set
method adjusts this first segmentation using a speed function
obtained from a pixel classification algorithm. The accuracy is
only sufficient in a small number of cases [3].
2.4 Model based Approach
The statistical shape model based method has the best
performance among all the approaches in the grand challenge
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 268
workshop. This type of method uses Statistical Shape Model
(SSM) that includes shape correspondence, shape
representation, and search algorithms [3]. The drawback of the
SSM method is that, it do not ensure better output until the
dataset is large. Just in the same way, though most of the
applications use contour based approach, but segmentation is
for preprocessing, but when the content based image retrieval
(CBIR) method is used, the time taken is more.
2.5 Active Contour based Approach
This image is based on the enhancing and denoising on the
basis of filter. The filters can be based on chevshev or
histogram equalization or anisotropic diffusion. It is based on
the semi automatic segmentation of the liver for which
different techniques can be used, GVF snake method is one of
those techniques. Hermite-spline curve method is then implied
to connect the manually selected points and thus the edges of
the segmented area are designed using the edge detector [3].
2.6 Gray Level based Approach
An adaptive hybrid segmentation algorithm using Bayesian
classification on volume intensities, the process is initiated by
selecting any random pixel in the liver image. Of the adjoining
rectangular area around this pixel the values of variance &
mean are determined. Then, a voxel classification with a
smoothed MAP rule is applied to produce a segmentation label
map [3].
2.7 Generic Algorithm
Genetic algorithms are optimization techniques inspired by
natural evolution. In GA, solutions of an optimization problem
are encoded as binary strings. After Generating a first set of
random solutions, these can be improved by iteratively
applying operators, termed selection, crossover and mutation,
that mimic the corresponding processes of natural evolution.
In fact, selection lets only the fittest individuals (best
solutions, according to some goodness criteria or โ€™fitness
functionโ€™) be present in the next generation (iteration of the
algorithm); crossover lets them exchange tracts of their DNA
(corresponding substrings) to generate offspring (new
solutions), while mutation randomly introduces new genes (by
flipping one or more bits of a solution). Genetic algorithm
(GA) is a computing model which mainly simulates biological
heredity, mutation of evolutionary process in the nature and
manifests thoughts through selection, crossover and mutation
operators. Its main characteristics are the searching strategy,
exchanging of information between individuals in a group. It
is particularly appropriate for complex and nonlinear problems
which were difficult to be resolve dealing with traditional
methods, demonstrates its unique charm in combinatorial
optimization, adaptive control, artificial life and other
application areas. It is one of the intelligent computing
technologies.
3. PROBLEM DEFINITION AND OBJECTIVES
It is important to detect and then analyse the root cell in the
MRI images, so that the correct diagnosis and treatment can be
decided. To implement this problem it is important to use
segmentation of the liver images[7].This is the objective of the
dissertation. Development of medical imaging technologies
has made it a necessity to analyze patient datasets before
taking any decision on treatment planning.
๏‚ท The manual segmentation of the liver parenchyma is
extremely laborious [10].
๏‚ท Existing methods are cost intensive [5].
๏‚ท Most of existing methods are time consuming [3].
3.1 Objectives
Development of medical imaging technologies has made it a
necessity to analyze patient datasets before taking any
decision on treatment planning. In case of liver, its size,
volume, and shape; structure of its vessels; and tumors sizes
and locations are important. The main objective includes:
๏‚ท Acquire an image and perform pre-processing.
๏‚ท Find Region of Interest (ROI) and perform
segmentation with algorithm to be proposed.
๏‚ท Compare performance of proposed algorithm with
existing technique.
4. METHODOLOGY
In this review paper a technique for the segmentation of liver
is to be opted. The methodology opted is that, a liver image
will be selected, after that noise will be added to the image and
then the image will be denoised. The region of interest(ROI)
will be selected out of the denoised by making the fuzzy coded
binary map. The binary map values are selected and their
inverse is mixed with denoised values. These values are then
given to an empty matrix, this results as segmented liver
images. Out of the selected region of the segmented MRI
image, using GA the cancer can be detected.
4.1 Genetic Algorithm Based Clustering
Genetic algorithm is based upon a simple principle of survival
of the fittest. It uses clustering technique [11]. A cluster of
pixels is taken. Genetic algorithm using a number of pixels is
explained as:
1. First of all a chromosome is encoded using real, or binary
numbers.
2. Then taking the values from the data set, clusters are
defined and out of those the central cluster is initialized, which
results as the population initialization.
3. Genetic algorithm represents the survival of the fittest. We
define Davies Boulin index that is the ratio of sum of cluster
separation within a cluster and between different clusters.
4. Then out of the existing population the fittest is selected to
breed and generate the new generations.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 269
5. After this the crossover is done using stochastic method,
from which the parents and child clusters are generated.
6. After which the valid and best fitted genes in chromosomes
are mutated with a probability ยตc
7. After a number of iterations, a suitable gene is preserved in
a location outside the population with maximum fitness
contains the centers of the final cluster.
5. CONCLUSIONS
The best opted method out of all the methods discussed in
literature review is genetic algorithm, the choice may vary
from user to user. The methodology explains that, a liver
image will be selected, after that noise will be added to the
image and then the image will be denoised. The region of
interest(ROI) will be selected out of the denoised by making
the fuzzy coded binary map. The binary map values are
selected and their inverse is mixed with denoised values.
These values are then given to an empty matrix, this results as
segmented liver images. Out of the selected region of the
segmented MRI image, using GA the cancer can be detected.
REFERENCES
[1] Pedro Rodrigues, Joao L. Vilaca and Jaime Fonseca,
โ€œAn Image Processing Application for Liver Tumour
Segmentationโ€, IEEE, FEBRUARY 2011.
[2] Evgin Goceri, Mehmet Z. Unlu, Cuneyt Guzelis and
Oguz Dicle, โ€œAn Automatic Level Set Based Liver
Segmentation from MRI Data Setsโ€, IEEE, 2012.
[3] S. Priyadarshni and Dr. D. Selvathi, โ€œSurvey on
Segmentation of Liver from CT Imagesโ€, IEEE, 2012.
[4] Angelina. S, L. Padma Suresh and S. H. Krishna Veni,
โ€œImage Segmentation Based On Genetic Algorithm for
Region Growth and Region Mergingโ€, IEEE, 2012.
[5] Ying Li, Yan-Ning Zhang, Ying-Lei Cheng, Rong-
Chun Zhao and Gui-Sheng Liao, โ€œAn Effective Method
For Image Segmentationโ€, IEEE, 2005.
[6] S. Cagnoni, A. B. Dobrzeniecki, J. C. Yanch and R.
Poli, โ€œInteractive Segmentation of Multi-Dimensional
Medical Data With Contour-Based Application of
Genetic Algorithmsโ€, IEEE, 1994.
[7] Consuelo Cruz-Gomez, Petra Wiederhold and Marco
Gudino-Zayas, โ€œAutomatic Liver Tissue Segmentation
in Microscopic Images Using Fusion Color Space and
Multiscale Morphological Reconstructionโ€, IEEE,
2013.
[8] Jie Lu, Lin Shi, Min Deng, Simon C.H. YU and Pheng
Ann Heng, โ€œAn Interactive Approoach To Liver
Segmentation in CT Based on Deformable Model
Integrated With Attractor Forceโ€, IEEE, 2011.
[9] Amir H. Foruzan, Yen-Wei Chen, Reza A. Zoroofi,
Akira Furukawa, Yoshinobu Sato and Masatoshi Hori,
โ€œMulti-mode Narrow-band Thresholding with
Application in Liver Segmentation from Low-contrast
CT Imagesโ€, IEEE, 2009.
[10] Jie Lu, Defeng Wang, Lin Shi and Pheng Ann Heng,
โ€œAutomatic Liver Segmentation in CT Images based on
Support Vector Machineโ€, IEEE, 2012.
[11] Mridula J and Dipti Patra, โ€œGenetic Algorithm based
Segmentation of High Resolution Multispectral Images
using GMRF Modelโ€, IEEE, 2010.
[12] Jiang Hua Wei and Yang Kai, โ€œResearch of Improved
Genetic Algorithm for Thresholding Image
Segmentation Based on Maximum Entropyโ€, IEEE,
2010.
[13] S. S. Kumar and Dr. R. S. Moni, โ€œDiagnosis of Liver
Tumour from CT Images Using Fast Discrete Curvelet
Transformโ€, IJCA, 2010.
[14] N. Gopinath, โ€œ Extraction of Cancer Cells From MRI
Prostate Image Using MATLABโ€, IJESIT, 2012.
[15] M. A. Ansari and R. S. Anand, โ€œRegion Based
Segmenattion and Image Analysis with Application to
Medical Imagingโ€, ICTES, 2007.

More Related Content

What's hot

Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ijcseit
ย 
Report (1)
Report (1)Report (1)
Report (1)
Arun Kumar
ย 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammograms
eSAT Journals
ย 

What's hot (19)

Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ย 
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...
ย 
Report (1)
Report (1)Report (1)
Report (1)
ย 
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
ย 
L045047880
L045047880L045047880
L045047880
ย 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
ย 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
ย 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
ย 
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
ย 
IRJET- Image Processing for Brain Tumor Segmentation and Classification
IRJET-  	  Image Processing for Brain Tumor Segmentation and ClassificationIRJET-  	  Image Processing for Brain Tumor Segmentation and Classification
IRJET- Image Processing for Brain Tumor Segmentation and Classification
ย 
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)
ย 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
ย 
Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images Optimization Based Liver Contour Extraction of Abdominal CT Images
Optimization Based Liver Contour Extraction of Abdominal CT Images
ย 
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...
ย 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods for
ย 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammograms
ย 
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)
ย 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
ย 
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A ReviewIRJET-Bone Tumor Detection from MRI  Images using Machine Learning: A Review
IRJET-Bone Tumor Detection from MRI Images using Machine Learning: A Review
ย 

Viewers also liked

Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
zamakhan
ย 
Measurable, safe and secure data management for sensitive users in cloud comp...
Measurable, safe and secure data management for sensitive users in cloud comp...Measurable, safe and secure data management for sensitive users in cloud comp...
Measurable, safe and secure data management for sensitive users in cloud comp...
eSAT Publishing House
ย 

Viewers also liked (20)

Genetic Algorithm
Genetic AlgorithmGenetic Algorithm
Genetic Algorithm
ย 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
ย 
Genetic Algorithms
Genetic AlgorithmsGenetic Algorithms
Genetic Algorithms
ย 
Genetic algorithms
Genetic algorithmsGenetic algorithms
Genetic algorithms
ย 
Genetic algorithm
Genetic algorithm Genetic algorithm
Genetic algorithm
ย 
Genetic Algorithm by Example
Genetic Algorithm by ExampleGenetic Algorithm by Example
Genetic Algorithm by Example
ย 
Genetic algorithm
Genetic algorithmGenetic algorithm
Genetic algorithm
ย 
Genetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial IntelligenceGenetic Algorithms - Artificial Intelligence
Genetic Algorithms - Artificial Intelligence
ย 
Accelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonationAccelerted testing of deteriorated concrete structures due to carbonation
Accelerted testing of deteriorated concrete structures due to carbonation
ย 
Novel technique for maximizing the thermal efficiency
Novel technique for maximizing the thermal efficiencyNovel technique for maximizing the thermal efficiency
Novel technique for maximizing the thermal efficiency
ย 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
ย 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
ย 
Enhanced equally distributed load balancing algorithm for cloud computing
Enhanced equally distributed load balancing algorithm for cloud computingEnhanced equally distributed load balancing algorithm for cloud computing
Enhanced equally distributed load balancing algorithm for cloud computing
ย 
Operating and emission characterstics of a novel
Operating and emission characterstics of a novelOperating and emission characterstics of a novel
Operating and emission characterstics of a novel
ย 
Flexural characteristics of sfrscc and sfrnc one way
Flexural characteristics of sfrscc and sfrnc one wayFlexural characteristics of sfrscc and sfrnc one way
Flexural characteristics of sfrscc and sfrnc one way
ย 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...
ย 
Performance of high power light emitting diode for
Performance of high power light emitting diode forPerformance of high power light emitting diode for
Performance of high power light emitting diode for
ย 
Measurable, safe and secure data management for sensitive users in cloud comp...
Measurable, safe and secure data management for sensitive users in cloud comp...Measurable, safe and secure data management for sensitive users in cloud comp...
Measurable, safe and secure data management for sensitive users in cloud comp...
ย 
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
Effect of modulus of masonry on initial lateral stiffness of infilled frames ...
ย 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniques
ย 

Similar to Application of genetic algorithm for liver cancer detection

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
ย 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
Alexander Decker
ย 
11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms
Alexander Decker
ย 

Similar to Application of genetic algorithm for liver cancer detection (20)

Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
ย 
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
ย 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
ย 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
ย 
A Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
ย 
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 ...
ย 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
ย 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
ย 
A theoretical study on partially automated method
A theoretical study on partially automated methodA theoretical study on partially automated method
A theoretical study on partially automated method
ย 
A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...A theoretical study on partially automated method for (prostate) cancer pinpo...
A theoretical study on partially automated method for (prostate) cancer pinpo...
ย 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
ย 
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and ThresholdingIRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
IRJET- Brain Tumor Detection using Hybrid Model of DCT DWT and Thresholding
ย 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
ย 
11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms
ย 
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
ย 
A New Approach to the Detection of Mammogram Boundary
A New Approach to the Detection of Mammogram Boundary A New Approach to the Detection of Mammogram Boundary
A New Approach to the Detection of Mammogram Boundary
ย 
Mri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithmMri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithm
ย 
Mri brain image segmentatin and classification by
Mri brain image segmentatin and classification byMri brain image segmentatin and classification by
Mri brain image segmentatin and classification by
ย 
Liver segmentation from ct images using a modified distance regularized level...
Liver segmentation from ct images using a modified distance regularized level...Liver segmentation from ct images using a modified distance regularized level...
Liver segmentation from ct images using a modified distance regularized level...
ย 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
eSAT Publishing House
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
eSAT Publishing House
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a review
eSAT Publishing House
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
eSAT Publishing House
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
eSAT Publishing House
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
ย 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a review
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
ย 

Recently uploaded

Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
ย 

Recently uploaded (20)

Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort ServiceCall Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
Call Girls in Ramesh Nagar Delhi ๐Ÿ’ฏ Call Us ๐Ÿ”9953056974 ๐Ÿ” Escort Service
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 

Application of genetic algorithm for liver cancer detection

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 267 APPLICATION OF GENETIC ALGORITHM FOR LIVER CANCER DETECTION Yamini Upadhyay1 ; Vikas Wasson2 Abstract Human life is the most precious and valuable gift of God. The internal structure of human body is complex and weird. When there is any medical complication or problem it gets very important for doctor to analyze it correctly. X ray, CT and MRI images help doctor in this analysis. Cancer is a prominent reason for deaths in India. The cancer can be detected in human body through MRI images but it gets difficult to correctly analyze it due to the reason of having almost same intensity of the images of other body parts. A better system has to be find for the segmentation of liver from MRI images so that it can be identified clearly from the adjacent organs which have similar intensity. Also livers geometry is very complex due to its high anatomical variability both in health and disease. In this paper we will present different techniques for segmentation and will design a method for liver segmentation and cancer detection. Keyword: Liver Segmentation, Genetic algorithm, MRI, Threshold based approaches. CBIR, Contour, Histogram -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION There is a dire need to design and implement a quick responsive and exact calculative liver segmentation method for medical image analysis. For the need of computer aid in diagnoses, Liver segmentation is an important tool, it helps to evaluate the methodology and pros and cons of liver transplantation and the treatment method of liver tumors. Magnetic resonance imaging is comparatively a better method because it is free of ionizing radiation and also provides a good contrast visualization of soft tissue [2].There are a number of techniques for liver segmentation that include Region Growing, Threshold based, Level Set method, Statistical model, Active Contour, Clustering algorithm, Histogram based approach and Gray level methods, Genetic algorithm. 2. LITERATURE SURVEY Due to the similar intensity of the organs and the complex geometry of the liver, it gets difficult to detect the cancer in the MRI of liver. There are also some artifacts of pulsation and motion, and partial volume effects due to different factors that make automatic liver segmentation difficult. The CT images show gray values in an abdominal image, which range between 90-92 out of 0-255 for a normal tumor free liver, whereas if there is tumor the range is not clear and the images show darker grey values. The pre existing methods which use the basic location and distribution location information of the general gray scale values of the image. There is a dire need to design and implement a quick responsive and exact calculative liver segmentation method for medical image analysis. For the need of computer aid in diagnoses, Liver segmentation is an important tool, it helps to evaluate the methodology and pros and cons of liver transplantation and the treatment method of liver tumors. Magnetic resonance imaging is comparatively a better method because it is free of ionizing radiation and also provides a good contrast visualization of soft tissue [2] 2.1 Region based Approaches This method provides better results on contrast enhanced images. It uses a small region as seed point and progresses with the addition to the surrounding pixels, which will match the developed region in terms of the intensity. This process will end with the reception of the segmented area [3]. 2.2 Threshold based Approaches Due to the variation of liver intensity in CT images, it becomes difficult to use fixed threshold method. The liver segmentation using adaptive threshold technique should be used. The technique helps to use different threshold for different regions in the image [3]. 2.3 Level Set Approach This method can handle topological changes and define the problem in higher dimension, but this method is time consuming and results in over segmentation. The Segmentation using level set method that evolves according to a speed image that is the result of a scanning technique based dynamic programming. The main limitations is level set method adjusts this first segmentation using a speed function obtained from a pixel classification algorithm. The accuracy is only sufficient in a small number of cases [3]. 2.4 Model based Approach The statistical shape model based method has the best performance among all the approaches in the grand challenge
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 268 workshop. This type of method uses Statistical Shape Model (SSM) that includes shape correspondence, shape representation, and search algorithms [3]. The drawback of the SSM method is that, it do not ensure better output until the dataset is large. Just in the same way, though most of the applications use contour based approach, but segmentation is for preprocessing, but when the content based image retrieval (CBIR) method is used, the time taken is more. 2.5 Active Contour based Approach This image is based on the enhancing and denoising on the basis of filter. The filters can be based on chevshev or histogram equalization or anisotropic diffusion. It is based on the semi automatic segmentation of the liver for which different techniques can be used, GVF snake method is one of those techniques. Hermite-spline curve method is then implied to connect the manually selected points and thus the edges of the segmented area are designed using the edge detector [3]. 2.6 Gray Level based Approach An adaptive hybrid segmentation algorithm using Bayesian classification on volume intensities, the process is initiated by selecting any random pixel in the liver image. Of the adjoining rectangular area around this pixel the values of variance & mean are determined. Then, a voxel classification with a smoothed MAP rule is applied to produce a segmentation label map [3]. 2.7 Generic Algorithm Genetic algorithms are optimization techniques inspired by natural evolution. In GA, solutions of an optimization problem are encoded as binary strings. After Generating a first set of random solutions, these can be improved by iteratively applying operators, termed selection, crossover and mutation, that mimic the corresponding processes of natural evolution. In fact, selection lets only the fittest individuals (best solutions, according to some goodness criteria or โ€™fitness functionโ€™) be present in the next generation (iteration of the algorithm); crossover lets them exchange tracts of their DNA (corresponding substrings) to generate offspring (new solutions), while mutation randomly introduces new genes (by flipping one or more bits of a solution). Genetic algorithm (GA) is a computing model which mainly simulates biological heredity, mutation of evolutionary process in the nature and manifests thoughts through selection, crossover and mutation operators. Its main characteristics are the searching strategy, exchanging of information between individuals in a group. It is particularly appropriate for complex and nonlinear problems which were difficult to be resolve dealing with traditional methods, demonstrates its unique charm in combinatorial optimization, adaptive control, artificial life and other application areas. It is one of the intelligent computing technologies. 3. PROBLEM DEFINITION AND OBJECTIVES It is important to detect and then analyse the root cell in the MRI images, so that the correct diagnosis and treatment can be decided. To implement this problem it is important to use segmentation of the liver images[7].This is the objective of the dissertation. Development of medical imaging technologies has made it a necessity to analyze patient datasets before taking any decision on treatment planning. ๏‚ท The manual segmentation of the liver parenchyma is extremely laborious [10]. ๏‚ท Existing methods are cost intensive [5]. ๏‚ท Most of existing methods are time consuming [3]. 3.1 Objectives Development of medical imaging technologies has made it a necessity to analyze patient datasets before taking any decision on treatment planning. In case of liver, its size, volume, and shape; structure of its vessels; and tumors sizes and locations are important. The main objective includes: ๏‚ท Acquire an image and perform pre-processing. ๏‚ท Find Region of Interest (ROI) and perform segmentation with algorithm to be proposed. ๏‚ท Compare performance of proposed algorithm with existing technique. 4. METHODOLOGY In this review paper a technique for the segmentation of liver is to be opted. The methodology opted is that, a liver image will be selected, after that noise will be added to the image and then the image will be denoised. The region of interest(ROI) will be selected out of the denoised by making the fuzzy coded binary map. The binary map values are selected and their inverse is mixed with denoised values. These values are then given to an empty matrix, this results as segmented liver images. Out of the selected region of the segmented MRI image, using GA the cancer can be detected. 4.1 Genetic Algorithm Based Clustering Genetic algorithm is based upon a simple principle of survival of the fittest. It uses clustering technique [11]. A cluster of pixels is taken. Genetic algorithm using a number of pixels is explained as: 1. First of all a chromosome is encoded using real, or binary numbers. 2. Then taking the values from the data set, clusters are defined and out of those the central cluster is initialized, which results as the population initialization. 3. Genetic algorithm represents the survival of the fittest. We define Davies Boulin index that is the ratio of sum of cluster separation within a cluster and between different clusters. 4. Then out of the existing population the fittest is selected to breed and generate the new generations.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 269 5. After this the crossover is done using stochastic method, from which the parents and child clusters are generated. 6. After which the valid and best fitted genes in chromosomes are mutated with a probability ยตc 7. After a number of iterations, a suitable gene is preserved in a location outside the population with maximum fitness contains the centers of the final cluster. 5. CONCLUSIONS The best opted method out of all the methods discussed in literature review is genetic algorithm, the choice may vary from user to user. The methodology explains that, a liver image will be selected, after that noise will be added to the image and then the image will be denoised. The region of interest(ROI) will be selected out of the denoised by making the fuzzy coded binary map. The binary map values are selected and their inverse is mixed with denoised values. These values are then given to an empty matrix, this results as segmented liver images. Out of the selected region of the segmented MRI image, using GA the cancer can be detected. REFERENCES [1] Pedro Rodrigues, Joao L. Vilaca and Jaime Fonseca, โ€œAn Image Processing Application for Liver Tumour Segmentationโ€, IEEE, FEBRUARY 2011. [2] Evgin Goceri, Mehmet Z. Unlu, Cuneyt Guzelis and Oguz Dicle, โ€œAn Automatic Level Set Based Liver Segmentation from MRI Data Setsโ€, IEEE, 2012. [3] S. Priyadarshni and Dr. D. Selvathi, โ€œSurvey on Segmentation of Liver from CT Imagesโ€, IEEE, 2012. [4] Angelina. S, L. Padma Suresh and S. H. Krishna Veni, โ€œImage Segmentation Based On Genetic Algorithm for Region Growth and Region Mergingโ€, IEEE, 2012. [5] Ying Li, Yan-Ning Zhang, Ying-Lei Cheng, Rong- Chun Zhao and Gui-Sheng Liao, โ€œAn Effective Method For Image Segmentationโ€, IEEE, 2005. [6] S. Cagnoni, A. B. Dobrzeniecki, J. C. Yanch and R. Poli, โ€œInteractive Segmentation of Multi-Dimensional Medical Data With Contour-Based Application of Genetic Algorithmsโ€, IEEE, 1994. [7] Consuelo Cruz-Gomez, Petra Wiederhold and Marco Gudino-Zayas, โ€œAutomatic Liver Tissue Segmentation in Microscopic Images Using Fusion Color Space and Multiscale Morphological Reconstructionโ€, IEEE, 2013. [8] Jie Lu, Lin Shi, Min Deng, Simon C.H. YU and Pheng Ann Heng, โ€œAn Interactive Approoach To Liver Segmentation in CT Based on Deformable Model Integrated With Attractor Forceโ€, IEEE, 2011. [9] Amir H. Foruzan, Yen-Wei Chen, Reza A. Zoroofi, Akira Furukawa, Yoshinobu Sato and Masatoshi Hori, โ€œMulti-mode Narrow-band Thresholding with Application in Liver Segmentation from Low-contrast CT Imagesโ€, IEEE, 2009. [10] Jie Lu, Defeng Wang, Lin Shi and Pheng Ann Heng, โ€œAutomatic Liver Segmentation in CT Images based on Support Vector Machineโ€, IEEE, 2012. [11] Mridula J and Dipti Patra, โ€œGenetic Algorithm based Segmentation of High Resolution Multispectral Images using GMRF Modelโ€, IEEE, 2010. [12] Jiang Hua Wei and Yang Kai, โ€œResearch of Improved Genetic Algorithm for Thresholding Image Segmentation Based on Maximum Entropyโ€, IEEE, 2010. [13] S. S. Kumar and Dr. R. S. Moni, โ€œDiagnosis of Liver Tumour from CT Images Using Fast Discrete Curvelet Transformโ€, IJCA, 2010. [14] N. Gopinath, โ€œ Extraction of Cancer Cells From MRI Prostate Image Using MATLABโ€, IJESIT, 2012. [15] M. A. Ansari and R. S. Anand, โ€œRegion Based Segmenattion and Image Analysis with Application to Medical Imagingโ€, ICTES, 2007.