SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1425
LIVER CANCER DETECTION USING IMAGE PROCESSING
R Aarthi1, S Nivetha2, P Vikashini3, Dr. V.T. Balamurugan4
1,2,3Student & Bannari Amman Institute of Technology, Tamilnadu, India
4Professor, Dept. of Electronics and Instrumentation Engineering, Bannari Amman Institute of Technology,
Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The abnormal growth of cells in the liver causes
liver cancer which is also known as hepatic cancer, where,
Hepatocellular Carcinoma (HCC) is the most common type of
liver cancer which makes up 75% of cases. The detection of
this tumour is difficult and mostly found at advanced stage
which causes life-threatening issues. Hence itisfaressentialto
discover the tumour at an early stage. So the principle
intention of this project is to detect liver cancer at earlier
stage using image processing technique. Here the malignant
liver tumours are detected from Computed Tomography (CT)
images. The image undergoes enhancement using anisotropic
diffusion filters and segmented by morphological operations
which is simple and easy to work. This operation uses
combination of two processes, dilation and erosion. The scope
of this propounded technique is to highlightthetumourregion
present in the Computed Tomography.
Key Words: Liver cancer, Morphological operations,
Computed Tomography, Early stage, Highlighting
tumour region.
1. INTRODUCTION
The formulation of the term cancer was in 460 - 370 BC. It is
credited to the Greek PhysicianHippocrateswhoisknownas
“FATHER OF MEDICINE”. Billions of cells inourbodydivides
each day to produce new cells. The newly formed cells
occupies the space of dead cells. Basically, cells get together
to form tissues, tissues get togethertoformorgans.Hence,in
some abnormal cases, cells divide more than the body
needed and form as lumps or growths normally called as
tumors.In this project we proposed simple methodofcancer
detection using image processing.
Digital image processing is the techniqueofusingcomputers
to process the image with the necessary algorithms. The
software used here is MATLAB. Computed tomography
image of liver cancer is employed to detectthetumor region.
Detection of liver cancer involves three main steps. It
includes preprocessing of image, processing of image and
highlighting tumor region. Preprocessing of image involves
image enhancement using anisotropic diffusion filter to
remove noise and imperfections in image. During
thresholding, there may be some chance of noise creation.
This step plays an important role in detection of cancer,
because a small deviation which may be caused due to
imperfections or noise will leaves a major effect in detection
process. After image enhancement, image is segmented for
detection of tumor region in processing stage. For
segmenting image, morphological operations are used. It
includes dilation and erosion which is the basic process for
completing the whole detection operation.
Morphological operations are simple and very easy to work
because it operates on basic set theory and does not contain
complex mathematical equations. Thelaststepistohighlight
the tumor region in the given image for easy and clear
observation.Forunderstandingthe wholeprocessobviously,
the sub plotted image of all processed image is shown which
includes original image, filtered image, tumor region,
bordered tumor image and highlighted tumor region in
original given image.
2. LITERATURE REVIEW
[1]Rong Zhu, et.al.,“Application of Improved Anisotropic
diffusion Filter on Image Processing” proposed that
anisotropic diffusion filter is the most commonly used
method in removing noises. This paper describes the
improved algorithm of anisotropic diffusion filter to remove
salt and pepper noises of the images
[2]Ravi S, et.al.,“Morphological Operations for Image
Processing: Understanding and its applications” described
morphological operations are easy to apply and it works on
the principle of set theory. The objective of using this type of
operation is to remove the imperfections in the structures of
the images
[3]Wassem Abdulrahman, et.al.,“Diagnosis of Liver Tumors
Using Image Processing” aimed to identify the specific
regions of liver area in the scanner imagestoabdominalarea.
This uses a new method for extraction the region of tumor in
the CT.
[4] Amit Verma, et.al., “A Survey on Digital Image Processing
Techniques for Tumor Detection” describes the image
processing techniques for tumor detection. It gives the best
result for detecting and classifying the tumor by comparing
with the existing methods.
[5] Jinshan Tang, et.al., “An Adaptive Anisotropic Diffusion
Filter for Noise Reduction in MR Images” proposed The
stepped forward anisotropic diffusion filter uses adaptive
threshold selection. The proposed technique becamecarried
out to real MR images and the outcomes are fantastic.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1426
[6] Gabriel Ramos-Llordén,et.al.,“AnisotropicDiffusionFilter
With Memory Based on Speckle Statistics for Ultrasound
Images” recommend an anisotropic diffusionclearoutwitha
probabilistic-pushed memory mechanism to triumph over
the over-filtering problem by using following a tissue
selective philosophy.
[7] Alireza Mazloumi Gavgani, et.al., “Noise reduction using
anisotropic diffusion filter in inverse electrocardiology”used
anisotropic diffusion filter to cancel the noise at the frame
floor potentials measurements withtheaimofenhancingthe
corresponding answers of the inverse hassle of
electrocardiology.
[8] Reitseng Lin, et.al., “Morphological operations on images
represented by quadtrees” proposed set of rules to directly
carry out morphological operations on photographs
represented via quadtrees and produce the dilated/eroded
snap shots, additionally represented through quadtrees
[9] Ruchika Chandel, et.al., “Image Filtering Algorithms and
Techniques” described the diverseimagefilteringalgorithms
and techniques used for image filtering/smoothing. Image
smoothing is one of the most critical andwidelyusedmethod
in image processing.
[10] N. Howard, et.al.,“A Novel Fully automated Liver and
Tumor Segmentation System using Morphological
Operations” purposed to develop an automated
Hepatocellular Carcinoma detection system in Computed
Tomography images with high sensitivityandlowspecificity.
3. PROPOSED METHODOLOGY
Liver cancer detection using image processing can be done
with three main phases. They are,
ď‚· Preprocessing of image
ď‚· Processing of image
ď‚· Highlighting the tumor in given image
Computed tomography (CT) imagesareusedforobservation
of liver tumors. MATLAB is the software used for processing
the images given.
3.1 Work Flow of Process
Fig -1: Work Flow
3.2 Software Description
MATLAB is the most popular softwareused forDigital Image
Processing. MATLAB (matrix laboratory) is multipurpose
tool used for matrix manipulation, plotting of functions and
data, implementation of algorithm and creating user
interface. For detecting liver cancer using image processing,
MATLAB software is used. It is a general usageprogramming
language. When it is used to process images by generally
writing function files, or script files to performthenecessary
operations. It forms a formal record of the processing
used and the final results can be tested and replicated by
others. It provides many important advantages for
forensic image processing.
3.3 Preprocessing of Image
Preprocessing of an image is the first and foremost step in
image processing. The main aim of preprocessing in image
processing is to improve the quality of image, suppressing
unwanted distortions in image due to noise and enhance
image features for further processing. Normally in
performing medical image processing, preprocessing of
an image plays a crucial role so that the input image does
not have any impurities or imperfections, anditisdonetobe
better for the upcoming process such as segmentation,
feature extraction, etc
3.4 Anisotropic Diffusion Filter
Diffusion filters contain two different filters called isotropic
diffusion filter and anisotropic diffusion filter. Isotropic
filters are linear and anisotropic filters are non-linearfilters.
Linear filters are homogeneous in nature and is with
constant conductivity. Hence to overcome this smoothening
Perona and Malik proposed the non liner method called
anisotropic filters. Anisotropic filters are also called as
perona-Malik equation. It is the powerful image enhancer.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1427
The main aim of this filter is to reduce noise without
removing significant parts of given image, sharp edges and
significant lines. Image processingwithanisotropic diffusion
in MATLAB code contains some important parameters. The
anisotropic diffusion is represented as,
Diff_image=anisodiff(Im, NUM_ITER, KAPPA, LAMBDA,
DELTA, OPTION)
Here, Im is the input image, Num_itr is used to represent
number of iterations, Kappa is the conduction coefficient,
lambda is the maximum value of 0.25 for stability, delta is
integration constant. There are two options first prefers
smaller region over wide region whereas next prefers wide
region over smaller one. In this project the input image is
computed tomography image of liver as shown in the figure
2. This image is preprocessed for further processing.
Fig -2: Input Image
After applying anisotropic diffusion filter the given image is
filtered and the noise and imperfections are removed for
clear inference. It plays an important role in processing the
image in next stage for clear observation of liver tumor
region. The filtered image is shown in the figure 3.
Fig -3: Filtered Image
3.5 Processing
Processing of image is performing certain operations on the
image to obtain certain information from the image. It is a
type of signal processing where the input is an image and
output is a feature extracted from the image. Digital image
processing helps in manipulation of image using digital
computers with help of certain algorithms.Itavoidsbuilding
of noise and distortion of image during processing.
3.6 Thresholding
It is one of the image processing method which converts the
image from gray scale to binary images which is one of the
segmentation method by setting up threshold value. It is
most commonly used in binary images butcanbeapplied for
coloured images also. The pixel values greater than the
threshold is converted into white (binary value 1) and the
pixels lesser than the threshold is converted into black
(binary value 0).The binary image should contain certain
necessary information like position and shape of objects.
The steps to be followed for thresholding are, Set the initial
threshold value, specifically the 8-bit valueoforiginal image.
Separating the image into two parts, Pixels less than
threshold –background Pixels greater than threshold –
foreground Identify the average mean value of two images.
Calculate the new threshold by finding the average of two
mean values.
G(x,y)=f(x)=1,if f(x,y)>T; G(x,y)=f(x)=0,if f(x,y)≤T
3.7 Bounding Box
Bounding box are imaginary boxes that are created around
an object. It is also one of the method of identifying the
target on the image. In digital image processing bounding
box is nothing but the rectangular border that covers or
encloses the digital images. The coordinate in the upper left
corner is x and the coordinate in the lower right corner is
y.Here we extract the tumor region present in the liver by
covering it with a rectangular box which is nothing but
bounding the tumor region. A specified pixel range of the
original liver computed tomography (CT) image will be
selected in the form of box which represents the tumor
region of the image.
As shown in figure 4, the original image is being pre-
processed for further image enhancement and filtered for
reducing the noise signals present in the image and a
rectangular box (bounding box) is made in the specified
region. This region is the tumour region whose threshold
value is greater than the normal threshold value.
Fig -4: Bounding box in given image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1428
3.8 Morphological Operations
Morphological operation is a non-linear operation which is
related to shapes or morphological featuresofanimage.This
operation depends on the ordering of the pixels in theimage
and not their numerical value. The operation deals with
structuring element producing output image of the same
size.The morphological operation has two common
processes which is, Dilation and Erosion
3.8.1 Dilation
The dilation adds pixels to the edges of the object in the
image. The number of pixels added in an image depends on
the dimensions of that image. The assess of theoutputimage
is maximum in case of dilation and in binary image the pixel
is to made 1 with respect to the neighbouring pixels. The
dilation expands the object and fills the holes.
3.8.2 Erosion
The erosion removes pixels to the edges of the object in the
image. The number of pixels subtracted inanimagedepends
on the dimensions of that image. The assess of the output
image is minimum in case of erosion and in binary imagethe
pixel is to made 0 with respect to the neighbouring pixels.
The erosion contracts the object and removes small objects
in the image. The eroded image is shown in the figure 5
.
(A) (B)
Fig -5: (A) Input image (B) Eroded image
3.9 Highlighting Tumor Region In Given Image
The last step is to present a clear indication of tumor region
from the original image for our easy interpretation. By
showing the tumor region alone is not sufficient for
identification for normal humans. Hence thisphasegives the
obvious detection of tumor with its border in thegiveninput
image. When tumor is shown in any other image, it will not
be that effective. One can find easy to observe in given input
image and so this method is implemented.
The final phase not only indicates the tumor normally it also
border the tumor region in different color for spontaneous
observation. Because the image is already given in the grey
scale, so it is useless to show the tumor region in black or
white. The other option is to represent it in red or green or
blue. Here the tumor region will be indicated in red color as
shown in the figure 6.
Fig -6: Highlighting tumor region in the given image
Finally for clear observation all the processes image in
step by step is sub plotted and shown clearly. The figure 7
shows the complete processed images of whole process.
Fig -7: Complete images of whole process
4. RESULTS AND DISCUSSIONS
Liver cancer detection using image processing is
implemented and the tumor region is found medical images
used for analysis and the complete observation is shown in
the table 1.
Table -1: Test results
IMAGES
ANALYSED
WITH
SPECIFIC
FEATURES
ACCURACY
PERCENTAGE
OBTAINED
RESULT OF
THE PROCESS
Liver image
with tumor in
a single mass
96% Outlines the
tumor region
clearly
Healthy liver 97% None of the
region is
specified
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1429
This method liver cancer detectionusingimageprocessingis
analyzed with different kinds of sample for complete
analysis. When image of liver cancer with single mass is
given as input it outlines the tumor region with red color
after processing. When images of healthy liver is given the
indication will be of no specific region indication. Some
deviations and inaccuracy takes place when very small
tumors around the single mass of tumor are present.
According to the proposed algorithm, it identify only the
single mass of tumor in the liver. Many suspecting regions
are discussed with medical persons for getting better
accuracy.
5. CONCLUSION
The proposed research presents a liver cancer detection
using image processingusingmorphological operationssuch
as dilation and erosionforabdominal computedtomography
scans. The obtained results ensure that this liver cancer
detection can be effectively used to help medical persons in
diagnosing hepato cellularcarcinoma.Ithasbeenshownthat
morphological operations requirelesscomputational power
and mathematical equations and calculations when
compared to other image segmentation algorithms. A
limitation of this research is that the performance was
designed for only single mass of tumors. In future, we will
collect clinical and computed tomography image data to
ensure accuracy of evaluation and perfect validation for
multiple tumors in the liver. We also intended to process
with magnetic resonance imaging images and apply
classification algorithms for classifying the tumors.
REFERENCES
[1] Chen EL, Chung PC, Chen CL, Tsai HM, Chang CI.
"Anautomatic diagnostic system for CT liver image
classification" 1998;
45(6):78394.https://www.ncbi.nlm.nih.gov/pubme
d/9609.
[2] Reitseng Lin, E.K. Wong. "Morphological operations
on images represented by quadtrees" 2002.
https://ieeexplore.ieee.org/document/545858
[3] Yuki Wakida, Yoshito Mekada, Ichiro Ide
"Development of hepatocyte cancer detection
method from dynamic Computed tomography
images" 2004.
https://www.researchgate.net/publication/310050
161.
[4] Jinshan Tang , Qingling Sun , Jun Liu , Yongyan Cao.
"An Adaptive Anisotropic Diffusion Filter for Noise
Reduction in MR Images" 2007.
https://ieeexplore.ieee.org/abstract/document/43
03737.
[5] Y. Masuda, A. H. Foruzan, T. Tateyama, Y. W. Chen,
"Automatic liver tumor detection using EM/MPM
algorithm and shape information ", IEICE technical
2010.
https://ieeexplore.ieee.org/document/5542834.
[6] Häme Y, Pollari M. "Semi -automatic liver tumor
segmentation with hidden Markov measure field
model and non-parametric distribution estimation.
MedImage Anal" 2011
https://www.ncbi.nlm.nih.gov/pubmed/21742543.
[7] Alireza Mazloumi Gavgani, Yesim Serinagaoglu
Dogrusoz. "Noise reduction using anisotropic
diffusion filter in inverse electrocardiology" 2012.
https://ieeexplore.ieee.org/document/6347341.
[8] William J. Richbourg, Jianfei Liu, Jeremy M. Watt,
VivekPamulapati,Shijun"TumorBurdenAnalysison
Computed Tomography byAutomated Liver and
Tumor Segmentation,"IEEETRANSACTIONS ON
MEDICAL IMAGING,
2012https://www.ncbi.nlm.nih.gov/pmc/articles/P
MC3924860/.

More Related Content

What's hot

Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesIRJET Journal
 
IRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET Journal
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodTELKOMNIKA JOURNAL
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...Noor Farahuda
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET Journal
 
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 imageseSAT Publishing House
 
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...ijsc
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMIRJET Journal
 
Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingijitcs
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 19031611083003446940736
 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Aboul Ella Hassanien
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis systemAboul Ella Hassanien
 
Design of Ultrafast Imaging System for Thyroid Nodule Detection
Design of Ultrafast Imaging System for Thyroid Nodule DetectionDesign of Ultrafast Imaging System for Thyroid Nodule Detection
Design of Ultrafast Imaging System for Thyroid Nodule DetectionIRJET Journal
 
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...csandit
 
Ol3425172524
Ol3425172524Ol3425172524
Ol3425172524IJERA Editor
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...IJECEIAES
 
IRJET- Detection & Classification of Melanoma Skin Cancer
IRJET-  	  Detection & Classification of Melanoma Skin CancerIRJET-  	  Detection & Classification of Melanoma Skin Cancer
IRJET- Detection & Classification of Melanoma Skin CancerIRJET Journal
 
DETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMDETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMadeij1
 

What's hot (19)

Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
IRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT ImagesIRJET- Analytical Study of Various Filters in Lung CT Images
IRJET- Analytical Study of Various Filters in Lung CT Images
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient method
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...
Empirical Edge Detection and Extraction of Lesion using Image Processing Tech...
 
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET -  	  Lung Disease Prediction using Image Processing and CNN AlgorithmIRJET -  	  Lung Disease Prediction using Image Processing and CNN Algorithm
IRJET - Lung Disease Prediction using Image Processing and CNN Algorithm
 
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
 
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...
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
 
Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imaging
 
Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830Imageprocessinginbraintumordetection 190316110830
Imageprocessinginbraintumordetection 190316110830
 
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
Neutrosophic sets and fuzzy c means clustering for improving ct liver image s...
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
 
Design of Ultrafast Imaging System for Thyroid Nodule Detection
Design of Ultrafast Imaging System for Thyroid Nodule DetectionDesign of Ultrafast Imaging System for Thyroid Nodule Detection
Design of Ultrafast Imaging System for Thyroid Nodule Detection
 
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
 
Ol3425172524
Ol3425172524Ol3425172524
Ol3425172524
 
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
Hybrid Speckle Noise Reduction Method for Abdominal Circumference Segmentatio...
 
IRJET- Detection & Classification of Melanoma Skin Cancer
IRJET-  	  Detection & Classification of Melanoma Skin CancerIRJET-  	  Detection & Classification of Melanoma Skin Cancer
IRJET- Detection & Classification of Melanoma Skin Cancer
 
DETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMDETECTION OF LESION USING SVM
DETECTION OF LESION USING SVM
 

Similar to IRJET - Liver Cancer Detection using Image Processing

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 DetectionIRJET Journal
 
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...IRJET Journal
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processingijtsrd
 
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...IRJET Journal
 
Analysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In HealthcareAnalysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In HealthcarePedro Craggett
 
IRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET Journal
 
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 COUNTINGIRJET Journal
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
Lung Tumour Detection using Image Processing
 Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image ProcessingAviral Chaurasia
 
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 Journal
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23Punit Karnani
 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A ReviewIRJET Journal
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET Journal
 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationIRJET Journal
 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingIJCSIS Research Publications
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsIRJET Journal
 
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 ClassificationIRJET Journal
 

Similar to IRJET - Liver Cancer Detection using Image Processing (20)

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
 
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...
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
A Comprehensive Study on the Phases and Techniques of Breast Cancer Classific...
 
Analysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In HealthcareAnalysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In Healthcare
 
IRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain TumorIRJET - Detection and Classification of Brain Tumor
IRJET - Detection and Classification of Brain Tumor
 
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
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
Lung Tumour Detection using Image Processing
 Lung Tumour Detection using Image Processing Lung Tumour Detection using Image Processing
Lung Tumour Detection using Image Processing
 
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...
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23
 
IRJET- Novel Approach for Detection of Brain Tumor :A Review
IRJET-  	  Novel Approach for Detection of Brain Tumor :A ReviewIRJET-  	  Novel Approach for Detection of Brain Tumor :A Review
IRJET- Novel Approach for Detection of Brain Tumor :A Review
 
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...IRJET-  	  An Efficient Brain Tumor Detection System using Automatic Segmenta...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM Classification
 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
 
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation MethodsDetection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
Detection of Diverse Tumefactions in Medial Images by Various Cumulation Methods
 
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
 
G43043540
G43043540G43043540
G43043540
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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, ...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

IRJET - Liver Cancer Detection using Image Processing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1425 LIVER CANCER DETECTION USING IMAGE PROCESSING R Aarthi1, S Nivetha2, P Vikashini3, Dr. V.T. Balamurugan4 1,2,3Student & Bannari Amman Institute of Technology, Tamilnadu, India 4Professor, Dept. of Electronics and Instrumentation Engineering, Bannari Amman Institute of Technology, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The abnormal growth of cells in the liver causes liver cancer which is also known as hepatic cancer, where, Hepatocellular Carcinoma (HCC) is the most common type of liver cancer which makes up 75% of cases. The detection of this tumour is difficult and mostly found at advanced stage which causes life-threatening issues. Hence itisfaressentialto discover the tumour at an early stage. So the principle intention of this project is to detect liver cancer at earlier stage using image processing technique. Here the malignant liver tumours are detected from Computed Tomography (CT) images. The image undergoes enhancement using anisotropic diffusion filters and segmented by morphological operations which is simple and easy to work. This operation uses combination of two processes, dilation and erosion. The scope of this propounded technique is to highlightthetumourregion present in the Computed Tomography. Key Words: Liver cancer, Morphological operations, Computed Tomography, Early stage, Highlighting tumour region. 1. INTRODUCTION The formulation of the term cancer was in 460 - 370 BC. It is credited to the Greek PhysicianHippocrateswhoisknownas “FATHER OF MEDICINE”. Billions of cells inourbodydivides each day to produce new cells. The newly formed cells occupies the space of dead cells. Basically, cells get together to form tissues, tissues get togethertoformorgans.Hence,in some abnormal cases, cells divide more than the body needed and form as lumps or growths normally called as tumors.In this project we proposed simple methodofcancer detection using image processing. Digital image processing is the techniqueofusingcomputers to process the image with the necessary algorithms. The software used here is MATLAB. Computed tomography image of liver cancer is employed to detectthetumor region. Detection of liver cancer involves three main steps. It includes preprocessing of image, processing of image and highlighting tumor region. Preprocessing of image involves image enhancement using anisotropic diffusion filter to remove noise and imperfections in image. During thresholding, there may be some chance of noise creation. This step plays an important role in detection of cancer, because a small deviation which may be caused due to imperfections or noise will leaves a major effect in detection process. After image enhancement, image is segmented for detection of tumor region in processing stage. For segmenting image, morphological operations are used. It includes dilation and erosion which is the basic process for completing the whole detection operation. Morphological operations are simple and very easy to work because it operates on basic set theory and does not contain complex mathematical equations. Thelaststepistohighlight the tumor region in the given image for easy and clear observation.Forunderstandingthe wholeprocessobviously, the sub plotted image of all processed image is shown which includes original image, filtered image, tumor region, bordered tumor image and highlighted tumor region in original given image. 2. LITERATURE REVIEW [1]Rong Zhu, et.al.,“Application of Improved Anisotropic diffusion Filter on Image Processing” proposed that anisotropic diffusion filter is the most commonly used method in removing noises. This paper describes the improved algorithm of anisotropic diffusion filter to remove salt and pepper noises of the images [2]Ravi S, et.al.,“Morphological Operations for Image Processing: Understanding and its applications” described morphological operations are easy to apply and it works on the principle of set theory. The objective of using this type of operation is to remove the imperfections in the structures of the images [3]Wassem Abdulrahman, et.al.,“Diagnosis of Liver Tumors Using Image Processing” aimed to identify the specific regions of liver area in the scanner imagestoabdominalarea. This uses a new method for extraction the region of tumor in the CT. [4] Amit Verma, et.al., “A Survey on Digital Image Processing Techniques for Tumor Detection” describes the image processing techniques for tumor detection. It gives the best result for detecting and classifying the tumor by comparing with the existing methods. [5] Jinshan Tang, et.al., “An Adaptive Anisotropic Diffusion Filter for Noise Reduction in MR Images” proposed The stepped forward anisotropic diffusion filter uses adaptive threshold selection. The proposed technique becamecarried out to real MR images and the outcomes are fantastic.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1426 [6] Gabriel Ramos-LlordĂ©n,et.al.,“AnisotropicDiffusionFilter With Memory Based on Speckle Statistics for Ultrasound Images” recommend an anisotropic diffusionclearoutwitha probabilistic-pushed memory mechanism to triumph over the over-filtering problem by using following a tissue selective philosophy. [7] Alireza Mazloumi Gavgani, et.al., “Noise reduction using anisotropic diffusion filter in inverse electrocardiology”used anisotropic diffusion filter to cancel the noise at the frame floor potentials measurements withtheaimofenhancingthe corresponding answers of the inverse hassle of electrocardiology. [8] Reitseng Lin, et.al., “Morphological operations on images represented by quadtrees” proposed set of rules to directly carry out morphological operations on photographs represented via quadtrees and produce the dilated/eroded snap shots, additionally represented through quadtrees [9] Ruchika Chandel, et.al., “Image Filtering Algorithms and Techniques” described the diverseimagefilteringalgorithms and techniques used for image filtering/smoothing. Image smoothing is one of the most critical andwidelyusedmethod in image processing. [10] N. Howard, et.al.,“A Novel Fully automated Liver and Tumor Segmentation System using Morphological Operations” purposed to develop an automated Hepatocellular Carcinoma detection system in Computed Tomography images with high sensitivityandlowspecificity. 3. PROPOSED METHODOLOGY Liver cancer detection using image processing can be done with three main phases. They are, ď‚· Preprocessing of image ď‚· Processing of image ď‚· Highlighting the tumor in given image Computed tomography (CT) imagesareusedforobservation of liver tumors. MATLAB is the software used for processing the images given. 3.1 Work Flow of Process Fig -1: Work Flow 3.2 Software Description MATLAB is the most popular softwareused forDigital Image Processing. MATLAB (matrix laboratory) is multipurpose tool used for matrix manipulation, plotting of functions and data, implementation of algorithm and creating user interface. For detecting liver cancer using image processing, MATLAB software is used. It is a general usageprogramming language. When it is used to process images by generally writing function files, or script files to performthenecessary operations. It forms a formal record of the processing used and the final results can be tested and replicated by others. It provides many important advantages for forensic image processing. 3.3 Preprocessing of Image Preprocessing of an image is the first and foremost step in image processing. The main aim of preprocessing in image processing is to improve the quality of image, suppressing unwanted distortions in image due to noise and enhance image features for further processing. Normally in performing medical image processing, preprocessing of an image plays a crucial role so that the input image does not have any impurities or imperfections, anditisdonetobe better for the upcoming process such as segmentation, feature extraction, etc 3.4 Anisotropic Diffusion Filter Diffusion filters contain two different filters called isotropic diffusion filter and anisotropic diffusion filter. Isotropic filters are linear and anisotropic filters are non-linearfilters. Linear filters are homogeneous in nature and is with constant conductivity. Hence to overcome this smoothening Perona and Malik proposed the non liner method called anisotropic filters. Anisotropic filters are also called as perona-Malik equation. It is the powerful image enhancer.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1427 The main aim of this filter is to reduce noise without removing significant parts of given image, sharp edges and significant lines. Image processingwithanisotropic diffusion in MATLAB code contains some important parameters. The anisotropic diffusion is represented as, Diff_image=anisodiff(Im, NUM_ITER, KAPPA, LAMBDA, DELTA, OPTION) Here, Im is the input image, Num_itr is used to represent number of iterations, Kappa is the conduction coefficient, lambda is the maximum value of 0.25 for stability, delta is integration constant. There are two options first prefers smaller region over wide region whereas next prefers wide region over smaller one. In this project the input image is computed tomography image of liver as shown in the figure 2. This image is preprocessed for further processing. Fig -2: Input Image After applying anisotropic diffusion filter the given image is filtered and the noise and imperfections are removed for clear inference. It plays an important role in processing the image in next stage for clear observation of liver tumor region. The filtered image is shown in the figure 3. Fig -3: Filtered Image 3.5 Processing Processing of image is performing certain operations on the image to obtain certain information from the image. It is a type of signal processing where the input is an image and output is a feature extracted from the image. Digital image processing helps in manipulation of image using digital computers with help of certain algorithms.Itavoidsbuilding of noise and distortion of image during processing. 3.6 Thresholding It is one of the image processing method which converts the image from gray scale to binary images which is one of the segmentation method by setting up threshold value. It is most commonly used in binary images butcanbeapplied for coloured images also. The pixel values greater than the threshold is converted into white (binary value 1) and the pixels lesser than the threshold is converted into black (binary value 0).The binary image should contain certain necessary information like position and shape of objects. The steps to be followed for thresholding are, Set the initial threshold value, specifically the 8-bit valueoforiginal image. Separating the image into two parts, Pixels less than threshold –background Pixels greater than threshold – foreground Identify the average mean value of two images. Calculate the new threshold by finding the average of two mean values. G(x,y)=f(x)=1,if f(x,y)>T; G(x,y)=f(x)=0,if f(x,y)≤T 3.7 Bounding Box Bounding box are imaginary boxes that are created around an object. It is also one of the method of identifying the target on the image. In digital image processing bounding box is nothing but the rectangular border that covers or encloses the digital images. The coordinate in the upper left corner is x and the coordinate in the lower right corner is y.Here we extract the tumor region present in the liver by covering it with a rectangular box which is nothing but bounding the tumor region. A specified pixel range of the original liver computed tomography (CT) image will be selected in the form of box which represents the tumor region of the image. As shown in figure 4, the original image is being pre- processed for further image enhancement and filtered for reducing the noise signals present in the image and a rectangular box (bounding box) is made in the specified region. This region is the tumour region whose threshold value is greater than the normal threshold value. Fig -4: Bounding box in given image
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1428 3.8 Morphological Operations Morphological operation is a non-linear operation which is related to shapes or morphological featuresofanimage.This operation depends on the ordering of the pixels in theimage and not their numerical value. The operation deals with structuring element producing output image of the same size.The morphological operation has two common processes which is, Dilation and Erosion 3.8.1 Dilation The dilation adds pixels to the edges of the object in the image. The number of pixels added in an image depends on the dimensions of that image. The assess of theoutputimage is maximum in case of dilation and in binary image the pixel is to made 1 with respect to the neighbouring pixels. The dilation expands the object and fills the holes. 3.8.2 Erosion The erosion removes pixels to the edges of the object in the image. The number of pixels subtracted inanimagedepends on the dimensions of that image. The assess of the output image is minimum in case of erosion and in binary imagethe pixel is to made 0 with respect to the neighbouring pixels. The erosion contracts the object and removes small objects in the image. The eroded image is shown in the figure 5 . (A) (B) Fig -5: (A) Input image (B) Eroded image 3.9 Highlighting Tumor Region In Given Image The last step is to present a clear indication of tumor region from the original image for our easy interpretation. By showing the tumor region alone is not sufficient for identification for normal humans. Hence thisphasegives the obvious detection of tumor with its border in thegiveninput image. When tumor is shown in any other image, it will not be that effective. One can find easy to observe in given input image and so this method is implemented. The final phase not only indicates the tumor normally it also border the tumor region in different color for spontaneous observation. Because the image is already given in the grey scale, so it is useless to show the tumor region in black or white. The other option is to represent it in red or green or blue. Here the tumor region will be indicated in red color as shown in the figure 6. Fig -6: Highlighting tumor region in the given image Finally for clear observation all the processes image in step by step is sub plotted and shown clearly. The figure 7 shows the complete processed images of whole process. Fig -7: Complete images of whole process 4. RESULTS AND DISCUSSIONS Liver cancer detection using image processing is implemented and the tumor region is found medical images used for analysis and the complete observation is shown in the table 1. Table -1: Test results IMAGES ANALYSED WITH SPECIFIC FEATURES ACCURACY PERCENTAGE OBTAINED RESULT OF THE PROCESS Liver image with tumor in a single mass 96% Outlines the tumor region clearly Healthy liver 97% None of the region is specified
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1429 This method liver cancer detectionusingimageprocessingis analyzed with different kinds of sample for complete analysis. When image of liver cancer with single mass is given as input it outlines the tumor region with red color after processing. When images of healthy liver is given the indication will be of no specific region indication. Some deviations and inaccuracy takes place when very small tumors around the single mass of tumor are present. According to the proposed algorithm, it identify only the single mass of tumor in the liver. Many suspecting regions are discussed with medical persons for getting better accuracy. 5. CONCLUSION The proposed research presents a liver cancer detection using image processingusingmorphological operationssuch as dilation and erosionforabdominal computedtomography scans. The obtained results ensure that this liver cancer detection can be effectively used to help medical persons in diagnosing hepato cellularcarcinoma.Ithasbeenshownthat morphological operations requirelesscomputational power and mathematical equations and calculations when compared to other image segmentation algorithms. A limitation of this research is that the performance was designed for only single mass of tumors. In future, we will collect clinical and computed tomography image data to ensure accuracy of evaluation and perfect validation for multiple tumors in the liver. We also intended to process with magnetic resonance imaging images and apply classification algorithms for classifying the tumors. REFERENCES [1] Chen EL, Chung PC, Chen CL, Tsai HM, Chang CI. "Anautomatic diagnostic system for CT liver image classification" 1998; 45(6):78394.https://www.ncbi.nlm.nih.gov/pubme d/9609. [2] Reitseng Lin, E.K. Wong. "Morphological operations on images represented by quadtrees" 2002. https://ieeexplore.ieee.org/document/545858 [3] Yuki Wakida, Yoshito Mekada, Ichiro Ide "Development of hepatocyte cancer detection method from dynamic Computed tomography images" 2004. https://www.researchgate.net/publication/310050 161. [4] Jinshan Tang , Qingling Sun , Jun Liu , Yongyan Cao. "An Adaptive Anisotropic Diffusion Filter for Noise Reduction in MR Images" 2007. https://ieeexplore.ieee.org/abstract/document/43 03737. [5] Y. Masuda, A. H. Foruzan, T. Tateyama, Y. W. Chen, "Automatic liver tumor detection using EM/MPM algorithm and shape information ", IEICE technical 2010. https://ieeexplore.ieee.org/document/5542834. [6] Häme Y, Pollari M. "Semi -automatic liver tumor segmentation with hidden Markov measure field model and non-parametric distribution estimation. MedImage Anal" 2011 https://www.ncbi.nlm.nih.gov/pubmed/21742543. [7] Alireza Mazloumi Gavgani, Yesim Serinagaoglu Dogrusoz. "Noise reduction using anisotropic diffusion filter in inverse electrocardiology" 2012. https://ieeexplore.ieee.org/document/6347341. [8] William J. Richbourg, Jianfei Liu, Jeremy M. Watt, VivekPamulapati,Shijun"TumorBurdenAnalysison Computed Tomography byAutomated Liver and Tumor Segmentation,"IEEETRANSACTIONS ON MEDICAL IMAGING, 2012https://www.ncbi.nlm.nih.gov/pmc/articles/P MC3924860/.