SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 245
LIVER EXTRACTION USING HISTOGRAM AND MORPHOLOGY
S. Kiruthika1
, I. Kaspar Raj2
1
Women Scientist, Computer Centre, Gandhigram Rural Institute-Deemed University, Tamilnadu
1
kiruthikasm09@gmail.com
2
Director i/c, Computer Centre, Gandhigram Rural Institute-Deemed University, Tamilnadu
2
kasparraj@gmail.com
Abstract
Liver is the largest glandular organ important for survival in human body. Computed tomography is generally used to image liver
due to its precision. This paper presents a method to extract liver from computed tomography (CT) abdomen images in axial
orientation. A traditional segmentation method based on histogram and morphology is proposed herein. Histogram is used to
analyze the intensity distribution, morphological operations are used to disconnect liver from the neighboring organs and greatest
connected pixels are extracted. The experimental results of the proposed method when applied to CT abdomen images with
contrast are presented and the effectiveness is discussed in accordance to the manual tracing obtained from the radiologist. Dice
similarity co-efficient amounts to 94% in the proposed method.
Keywords: Segmentation, Extraction, Histogram, Morphology, Connected Component, CT Liver
---------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
Liver is one of the most important organs in the human
body. It carries out varieties of functions such as filtering the
blood, making bile and proteins, processing sugar, hormone
production, breaking down medications and storing iron,
vitamins and minerals[1]. Liver weights approximately
1500g, and is located in the upper right corner of the
abdomen. Liver is the largest organ in the abdominal cavity.
Liver disease is one of the most serious health diseases that
cause death worldwide [2]. In modern medicine, medical
imaging techniques has major role in helping diagnosis.
Medical imaging is the technique and process of creating
visual representation of the function of some organs or
tissues. Various types of imaging technologies based on
non-invasive approach are X-rays, Computed Tomography
(CT) scan, Magnetic Resonance Imaging (MRI) scan,
ultrasound, Positron Emission Tomography (PET) etc.
These imaging technologies are used to view the human
body in order to diagnose, monitor, or treat medical
conditions. Each type of technology gives different
information about the body being studied or treated. Liver
image segmentation has played a very important role in
medical imaging field. The advancement in digital image
processing techniques has attracted researchers towards the
development of computerized methods for liver analysis.
Liver image segmentation is an essential step for the
diagnosis of liver tumors, liver surgical planning system
such as a system for liver transplantation and 3D liver
volume rendering. Computed Tomography image has been
widely used for liver disease diagnosis. Computed
Tomography images can be taken either with contrast agent
given to the patients or without contrast agent according to
the necessity. The most challenging task in segmenting liver
from the CT abdomen image is highly varying shape of the
liver, weak boundaries to its adjacent organs such as
stomach, kidney, and heart and the intensity homogeneity
between adjacent organs [3]. The axial section of computed
tomography (CT) of the abdomen image is shown in Fig-1.
Fig-1: CT scan of Abdomen Image (IR) (A)Liver;
(B)Stomach; (C)Spleen; (D)Spine; (E) Aorta; (F) Fat
Prior knowledge about location of the organ and image
features is required before segmenting liver from CT
abdomen images. The extraction of liver region from CT
abdomen images using histogram analysis and
morphological operations is proposed in this paper.
This paper is organized as follows: various approaches used
for liver segmentation is reviewed in section 2. Materials
used in this method are given in section 3. Section 4
A
B
CD
E
F
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 246
describes the image processing methods of the proposed
technique for liver extraction. Experimental results of the
proposed method are discussed in section 5. Conclusion is
given in Section 6.
2. PREVIOUS WORKS IN THE LITERATURE
An automatic segmentation method based on graph cuts [4]
separates the images into two classes “object” and the
“bottom” separates liver from CT images. Semi automatic
method based on 2D region growing with knowledge based
constraints proposed in [5]. Neural network classifier [6] is
used to obtain an initial estimation of the liver region. Liver
segmentation with region growing is proposed in [7]. The
seed point required for region growing is automatically
found by taking the centroid of the biggest connected area in
the simplified and eroded image. In [8] automatic liver
segmentation of contrast enhanced CT images is carried out.
3. MATERIALS AND METHODS
In this method, two dimensional Computed Tomography
axial abdomen images with contrast agents are used. The
contrast agents may be given to the patient in either of the
two ways: (1) oral, (2) intravenous [9]. These contrast
agents causes the particular organ or tissue under study to be
viewed better. These images are collected from Medall
Diagnostics. The dataset volume has 35 slices, of which
only 20 slices will have liver region.
Fig-3: Flow chart of the proposed method
The proposed method uses histogram, thresholding and
morphological segmentation for extracting liver region from
CT abdomen images.
4. PROPOSED METHOD
The principle of the proposed method is given in Fig-3.
Generally, the threshold value is used to separate liver,
which is the region of interest (ROI) from the background
image.
But in our case, according to the histogram of the image
slices of the abdominal CT, it is found that histogram [10] of
the liver has a shape as shown in Fig-2 with peak values that
lies between t1 and t2.
Fig-2: Histogram of fig.1 (IH)
4.1 Thresholding
With the values t1 and t2, the threshold is computed. For the
first threshold, t1 eliminates all the parts of the histogram to
the left of t1 and for the second threshold, the parts that
remains to the right of t2 is removed. The left over portion
of the image is the pixels that exist in the interval t1 and t2.
The image is then converted into a binary image by taking
threshold (IT). The binary image consists of liver, spleen and
fat muscles that surround the abdomen which has similar
intensity levels.
4.2 Morphological Erosion
The binary image obtained in the previous step contains
other organs which have similar intensity to liver and they
are also connected to liver. To remove the continuities
between them and to separate liver from the abdomen
boundary, morphological erosion (ME) operation is
implemented. Fig.4 (a) and (b) shows the original image and
the resultant image of erosion respectively.
Start
Obtain Histogram
Threshold
Morphological Erosion
Extraction of greatest
connected pixels
Stop
Read Input Image
Morphological Dilation
Output Image
IR
IH
IT
ME
GCP
MD
IM
t1 t2
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 247
Fig-4: a) Original Image; b)Eroded Image after thresholding
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
Fig-5: Structuring element (SE3)
Erosion [11] is an operation which removes the pixels from
the object boundaries. A structuring element is a matrix
consisting of only 0’s and 1’s with any arbitrary shape. In
this method disk shaped structuring element is used. The
disk shaped structuring element of radius 3 as shown in Fig-
5 is used in this method. The erosion process is shown in eq.
1
ME=IT Ɵ SE3 (1)
4.3 Greatest Connected Pixels
Once the image is eroded, the abdomen boundaries are
removed. Also the continuities between liver and its
neighboring organs are disconnected. Since liver is the
largest connected organ in the left side of CT abdomen
images, taking out the greatest connected pixels extract the
liver region exactly. The greatest connected pixels are
detected with labeling process. The pixels which share
similar intensities are grouped under a certain unique label.
Finally the label with greatest quantity is extracted, which is
liver.
4.4 Morphological Dilation
The extracted image (GCP) is then dilated with disk
operator of radius 3 (SE3), for regaining the necessary
elements which were lost during erosion. Dilation and
erosion are dual operators. Dilation [11] thickens object in
the binary image. Dilation is generally used for bridging
gaps. The dilation process is shown in eq. 2
MD=GCP SE3 (2)
The resultant image is a binary liver mask (IM) which is then
overlapped with the original image to obtain the liver
region.
5. RESULT AND DISCUSSION
Fig-6 shows the raw image dataset of CT abdomen and Fig-
7 shows the segmentation result produced by the proposed
procedure.
In the dataset shown in the Fig-6, first 4 slices contain liver,
aorta, spine and heart inside the abdominal wall, in the next
8 slices liver, stomach, aorta, spine, and spleen can be seen
and in the remaining 7 slices liver, aorta, left and right
kidneys, stomach, spleen, and pancreas are visible. Liver is
the organ which is located in the left side (which is actually
in the right side of the human body) of the CT axial image is
largest organ inside the abdomen.
Fig-6: Raw images of Computed Tomography
a b
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 248
Fig-7: Liver region segmented images
Experiments are conducted on a 2D CT axial abdomen
images with contrast. The average number of slices per case
was 35, and the slice interval in 1 mm. Organs focused in
this scan were heart, liver, stomach, kidneys, spleen, aorta,
inferior vena cava, pancreas and gall bladder. From this
image, the proposed method segments liver region.
The results obtained from the proposed method are validated
with manual segmentation obtained from the radiological
expert. The Dice co-efficient [12] is the most used metric for
validating the results of segmentation based on similarity.
We justify the proposed segmentation method by the
measure the agreement between proposed and manual
segmentation. Dice values are expressed in percentage and
obtained using eq.3
=
| ∩ |
| ∩ |
∗ 100 (3)
Here, A is the proposed method and B is the manual
segmentation obtained from radiologist. The average value
of the dice co-efficient for this volume is 94%.
In this execution, the result obtained by the proposed
method need refinement in the area where the joins exists
between abdominal wall and liver also between fat muscles
and liver. The proposed method shows average results for
CT abdomen-contrast images. To achieve commendable
result, the method should be meticulously refined with the
dominating knowledge about image and advanced
segmentation techniques.
6. CONCLUSION
A liver segmentation method is proposed using histogram
analysis and morphological operations for extracting liver
from the CT abdomen images. This method inputs raw ct
abdomen images. By finding the threshold interval of the
liver region with the histogram prediction, gray scale image
is converted into a binary image. Morphological erosion is
used to erode the pixels that do not come under ROI.
Extracting the greatest connected pixels, results in liver
extraction. Dilation brings back the lost pixels in the ROI.
Selecting the shape of structuring element plays an
important role in implementing morphological operations.
Overlapping the mask obtained in the previous result to the
raw image pull out the liver region. Dice similarity co-
efficient is used to compare the results of the proposed
method with manual segmentation, which results to 94%.
The future work will evolve with the feature to separate the
boundaries of liver with the neighbors and from the
abdominal wall.
ACKNOWLEDGEMENT
This research work is assisted by Department of Science and
Technology, Govt. of India under women scientist scheme.
We would like to thank Dr. Vidyasagar, M.B.B.S.,
M.D(Rad), consultant radiologist, Medall Diagnostics for
providing real datasets with manual segmentation.
REFERENCE
[1] Maton, et al.: Human Biology and Health. Englewood
Cliffs, New Jersey, USA, 1993.
[2] Ferlay J, Soerjomataram I, Ervik M, Dikshit R, Eser S,
Mathers C, Rebelo M, Parkin DM, Forman D, Bray F.:
Cancer Incidence and Mortality Worldwide: IARC
CancerBase No. 11, GLOBOCAN 2012.
[3] Shraddha Sangeswar, Dr.Prema Daigavane,: Liver
Segmentation of CT scan Images-A Survey,
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 249
International journal on Recent and Innovation Trends
in Computing and Communication, vol.3, 2015.
[4] M.Usman Akram, Aasia Khanum and Khalid Iqbal.:
An automatic system for Liver CT Enhancement and
Segmentation, ICGST,-GVIP Journal, vol.10, Issue IV,
October 2010.
[5] Yingyi Qi,Wei xioong,Wee keng leow.: "Semi-
automatic segmentation of liver tumors from CT scans
using Bayesian rule based 3D region growing", Grand
challenge, 2008.
[6] Gletsos, et al.: “A computer-aided diagnostic system to
characterize CT focal liver lesions: Design and
optimization of a neural network classifier,” IEEE
Tram. Inform. Tech” Biomed., in press, 2003.
[7] Kumar S. S., Moni R. S., Rajeesh J.: Automatic
Segmentation of Liver and Tumor for CAD of Liver,
Journal of advances in information technology, vol. 2,
pp: 63-70, 2011.
[8] Rusko L, Bekes G., Nemeth G, & Fidrich, M.:
Fully automatic liver segmentation for Contrast -
enhanced CT images. MICCAI Workshop. 3D
Segmentation in the Clinic: A Grand Challenge, 2(7),
2007.
[9] Hage Stephen John, Shratter, Lee Alan.: CT Scans,
Gale Encyclopedia of surgery: A guide for parients and
caregivers, Encyclopedia.com, 2004.
[10]Oussema Zayane, Besma Jouini, Mohamed Ali
Mahjoub.: Automatic liver segmentation method in CT
images, Canadian Journal on Image Processing &
Computer Vision, vol.2, No.8, December 2011.
[11]Rafael C. Gonzalez, Richard E. Woods.: Digital Image
Processing, Second Edition. 2007.
[12]Dice, L.R: Measures of the amount of ecologic
association between species. Ecology,26, 297–302
1945.

More Related Content

What's hot

Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...CSCJournals
 
Liver segmentationwith2du net
Liver segmentationwith2du netLiver segmentationwith2du net
Liver segmentationwith2du netAmrCady
 
Segmentation problems in medical images
Segmentation problems in medical imagesSegmentation problems in medical images
Segmentation problems in medical imagesJimin Lee
 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentationsipij
 
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...Dr. Amarjeet Singh
 
Introduction to deep learning and recent research topics in medical field
Introduction to deep learning and recent research topics in medical fieldIntroduction to deep learning and recent research topics in medical field
Introduction to deep learning and recent research topics in medical fieldJimin Lee
 
Comparative dosimetry of forward and inverse treatment planning for Intensity...
Comparative dosimetry of forward and inverse treatment planning for Intensity...Comparative dosimetry of forward and inverse treatment planning for Intensity...
Comparative dosimetry of forward and inverse treatment planning for Intensity...iosrjce
 
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXIMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXAM Publications
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...csandit
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis systemAboul Ella Hassanien
 
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...eSAT Journals
 
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 methodeSAT Publishing House
 

What's hot (15)

Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
Feature Extraction and Analysis on Xinjiang High Morbidity of Kazak Esophagea...
 
Liver segmentationwith2du net
Liver segmentationwith2du netLiver segmentationwith2du net
Liver segmentationwith2du net
 
Segmentation problems in medical images
Segmentation problems in medical imagesSegmentation problems in medical images
Segmentation problems in medical images
 
FinalPoster2
FinalPoster2FinalPoster2
FinalPoster2
 
Batch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver SegmentationBatch Normalized Convolution Neural Network for Liver Segmentation
Batch Normalized Convolution Neural Network for Liver Segmentation
 
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...
Follicle Detection in Digital Ultrasound Images using Bi-Dimensional Empirica...
 
Introduction to deep learning and recent research topics in medical field
Introduction to deep learning and recent research topics in medical fieldIntroduction to deep learning and recent research topics in medical field
Introduction to deep learning and recent research topics in medical field
 
Comparative dosimetry of forward and inverse treatment planning for Intensity...
Comparative dosimetry of forward and inverse treatment planning for Intensity...Comparative dosimetry of forward and inverse treatment planning for Intensity...
Comparative dosimetry of forward and inverse treatment planning for Intensity...
 
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAXIMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
IMAGINARY ANATOMY LINE MEASUREMENTS ON THE THORAX
 
ECSS final poster
ECSS final posterECSS final poster
ECSS final poster
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...Visible watermarking within the region of non interest of medical images base...
Visible watermarking within the region of non interest of medical images base...
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
 
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...
 
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
 

Similar to Liver extraction using histogram and morphology

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
 
Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform IJECEIAES
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis ijsc
 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR ijcga
 
An approach for cross-modality guided quality enhancement of liver image
An approach for cross-modality guided quality enhancement of  liver imageAn approach for cross-modality guided quality enhancement of  liver image
An approach for cross-modality guided quality enhancement of liver imageIJECEIAES
 
Reinforcing optimization enabled interactive approach for liver tumor extrac...
Reinforcing optimization enabled interactive approach for liver  tumor extrac...Reinforcing optimization enabled interactive approach for liver  tumor extrac...
Reinforcing optimization enabled interactive approach for liver tumor extrac...IJECEIAES
 
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONsipij
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES ijcsa
 
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...IJECEIAES
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONsipij
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentationsipij
 
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...eSAT Journals
 
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...eSAT Publishing House
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...CrimsonPublishersUrologyJournal
 
Detection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onDetection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onIAEME Publication
 
3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible CystoscopyCSCJournals
 
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...IRJET Journal
 
IRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT ImagesIRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT ImagesIRJET Journal
 
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 ReviewIRJET Journal
 

Similar to Liver extraction using histogram and morphology (20)

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)
 
Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform Liver segmentation using marker controlled watershed transform
Liver segmentation using marker controlled watershed transform
 
Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis Medical Image Processing Methodology for Liver Tumour Diagnosis
Medical Image Processing Methodology for Liver Tumour Diagnosis
 
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR T HE  U PLIFT  M ODEL  T ERRAIN  G ENERATOR
T HE U PLIFT M ODEL T ERRAIN G ENERATOR
 
An approach for cross-modality guided quality enhancement of liver image
An approach for cross-modality guided quality enhancement of  liver imageAn approach for cross-modality guided quality enhancement of  liver image
An approach for cross-modality guided quality enhancement of liver image
 
Reinforcing optimization enabled interactive approach for liver tumor extrac...
Reinforcing optimization enabled interactive approach for liver  tumor extrac...Reinforcing optimization enabled interactive approach for liver  tumor extrac...
Reinforcing optimization enabled interactive approach for liver tumor extrac...
 
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATIONBATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
BATCH NORMALIZED CONVOLUTION NEURAL NETWORK FOR LIVER SEGMENTATION
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
 
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATIONBATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
BATA-UNET: DEEP LEARNING MODEL FOR LIVER SEGMENTATION
 
Bata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver SegmentationBata-Unet: Deep Learning Model for Liver Segmentation
Bata-Unet: Deep Learning Model for Liver Segmentation
 
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...
 
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
Crimson Publishers_Application of 3D Modeling for Preoperative Planning and I...
 
Detection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based onDetection of acute leukemia using white blood cells segmentation based on
Detection of acute leukemia using white blood cells segmentation based on
 
3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy3D Position Tracking System for Flexible Cystoscopy
3D Position Tracking System for Flexible Cystoscopy
 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
 
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...
A Review Paper on Various Segmentation Methods used on Ultrasound Images for ...
 
IRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT ImagesIRJET- Image Processing based Lung Tumor Detection System for CT Images
IRJET- Image Processing based Lung Tumor Detection System for CT Images
 
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
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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 Conduitsrknatarajan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
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 RecordAsst.prof M.Gokilavani
 
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
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
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.pptxAsutosh Ranjan
 

Recently uploaded (20)

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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
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
 
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...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
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
 

Liver extraction using histogram and morphology

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 245 LIVER EXTRACTION USING HISTOGRAM AND MORPHOLOGY S. Kiruthika1 , I. Kaspar Raj2 1 Women Scientist, Computer Centre, Gandhigram Rural Institute-Deemed University, Tamilnadu 1 kiruthikasm09@gmail.com 2 Director i/c, Computer Centre, Gandhigram Rural Institute-Deemed University, Tamilnadu 2 kasparraj@gmail.com Abstract Liver is the largest glandular organ important for survival in human body. Computed tomography is generally used to image liver due to its precision. This paper presents a method to extract liver from computed tomography (CT) abdomen images in axial orientation. A traditional segmentation method based on histogram and morphology is proposed herein. Histogram is used to analyze the intensity distribution, morphological operations are used to disconnect liver from the neighboring organs and greatest connected pixels are extracted. The experimental results of the proposed method when applied to CT abdomen images with contrast are presented and the effectiveness is discussed in accordance to the manual tracing obtained from the radiologist. Dice similarity co-efficient amounts to 94% in the proposed method. Keywords: Segmentation, Extraction, Histogram, Morphology, Connected Component, CT Liver ---------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION Liver is one of the most important organs in the human body. It carries out varieties of functions such as filtering the blood, making bile and proteins, processing sugar, hormone production, breaking down medications and storing iron, vitamins and minerals[1]. Liver weights approximately 1500g, and is located in the upper right corner of the abdomen. Liver is the largest organ in the abdominal cavity. Liver disease is one of the most serious health diseases that cause death worldwide [2]. In modern medicine, medical imaging techniques has major role in helping diagnosis. Medical imaging is the technique and process of creating visual representation of the function of some organs or tissues. Various types of imaging technologies based on non-invasive approach are X-rays, Computed Tomography (CT) scan, Magnetic Resonance Imaging (MRI) scan, ultrasound, Positron Emission Tomography (PET) etc. These imaging technologies are used to view the human body in order to diagnose, monitor, or treat medical conditions. Each type of technology gives different information about the body being studied or treated. Liver image segmentation has played a very important role in medical imaging field. The advancement in digital image processing techniques has attracted researchers towards the development of computerized methods for liver analysis. Liver image segmentation is an essential step for the diagnosis of liver tumors, liver surgical planning system such as a system for liver transplantation and 3D liver volume rendering. Computed Tomography image has been widely used for liver disease diagnosis. Computed Tomography images can be taken either with contrast agent given to the patients or without contrast agent according to the necessity. The most challenging task in segmenting liver from the CT abdomen image is highly varying shape of the liver, weak boundaries to its adjacent organs such as stomach, kidney, and heart and the intensity homogeneity between adjacent organs [3]. The axial section of computed tomography (CT) of the abdomen image is shown in Fig-1. Fig-1: CT scan of Abdomen Image (IR) (A)Liver; (B)Stomach; (C)Spleen; (D)Spine; (E) Aorta; (F) Fat Prior knowledge about location of the organ and image features is required before segmenting liver from CT abdomen images. The extraction of liver region from CT abdomen images using histogram analysis and morphological operations is proposed in this paper. This paper is organized as follows: various approaches used for liver segmentation is reviewed in section 2. Materials used in this method are given in section 3. Section 4 A B CD E F
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 246 describes the image processing methods of the proposed technique for liver extraction. Experimental results of the proposed method are discussed in section 5. Conclusion is given in Section 6. 2. PREVIOUS WORKS IN THE LITERATURE An automatic segmentation method based on graph cuts [4] separates the images into two classes “object” and the “bottom” separates liver from CT images. Semi automatic method based on 2D region growing with knowledge based constraints proposed in [5]. Neural network classifier [6] is used to obtain an initial estimation of the liver region. Liver segmentation with region growing is proposed in [7]. The seed point required for region growing is automatically found by taking the centroid of the biggest connected area in the simplified and eroded image. In [8] automatic liver segmentation of contrast enhanced CT images is carried out. 3. MATERIALS AND METHODS In this method, two dimensional Computed Tomography axial abdomen images with contrast agents are used. The contrast agents may be given to the patient in either of the two ways: (1) oral, (2) intravenous [9]. These contrast agents causes the particular organ or tissue under study to be viewed better. These images are collected from Medall Diagnostics. The dataset volume has 35 slices, of which only 20 slices will have liver region. Fig-3: Flow chart of the proposed method The proposed method uses histogram, thresholding and morphological segmentation for extracting liver region from CT abdomen images. 4. PROPOSED METHOD The principle of the proposed method is given in Fig-3. Generally, the threshold value is used to separate liver, which is the region of interest (ROI) from the background image. But in our case, according to the histogram of the image slices of the abdominal CT, it is found that histogram [10] of the liver has a shape as shown in Fig-2 with peak values that lies between t1 and t2. Fig-2: Histogram of fig.1 (IH) 4.1 Thresholding With the values t1 and t2, the threshold is computed. For the first threshold, t1 eliminates all the parts of the histogram to the left of t1 and for the second threshold, the parts that remains to the right of t2 is removed. The left over portion of the image is the pixels that exist in the interval t1 and t2. The image is then converted into a binary image by taking threshold (IT). The binary image consists of liver, spleen and fat muscles that surround the abdomen which has similar intensity levels. 4.2 Morphological Erosion The binary image obtained in the previous step contains other organs which have similar intensity to liver and they are also connected to liver. To remove the continuities between them and to separate liver from the abdomen boundary, morphological erosion (ME) operation is implemented. Fig.4 (a) and (b) shows the original image and the resultant image of erosion respectively. Start Obtain Histogram Threshold Morphological Erosion Extraction of greatest connected pixels Stop Read Input Image Morphological Dilation Output Image IR IH IT ME GCP MD IM t1 t2
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 247 Fig-4: a) Original Image; b)Eroded Image after thresholding 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 Fig-5: Structuring element (SE3) Erosion [11] is an operation which removes the pixels from the object boundaries. A structuring element is a matrix consisting of only 0’s and 1’s with any arbitrary shape. In this method disk shaped structuring element is used. The disk shaped structuring element of radius 3 as shown in Fig- 5 is used in this method. The erosion process is shown in eq. 1 ME=IT Ɵ SE3 (1) 4.3 Greatest Connected Pixels Once the image is eroded, the abdomen boundaries are removed. Also the continuities between liver and its neighboring organs are disconnected. Since liver is the largest connected organ in the left side of CT abdomen images, taking out the greatest connected pixels extract the liver region exactly. The greatest connected pixels are detected with labeling process. The pixels which share similar intensities are grouped under a certain unique label. Finally the label with greatest quantity is extracted, which is liver. 4.4 Morphological Dilation The extracted image (GCP) is then dilated with disk operator of radius 3 (SE3), for regaining the necessary elements which were lost during erosion. Dilation and erosion are dual operators. Dilation [11] thickens object in the binary image. Dilation is generally used for bridging gaps. The dilation process is shown in eq. 2 MD=GCP SE3 (2) The resultant image is a binary liver mask (IM) which is then overlapped with the original image to obtain the liver region. 5. RESULT AND DISCUSSION Fig-6 shows the raw image dataset of CT abdomen and Fig- 7 shows the segmentation result produced by the proposed procedure. In the dataset shown in the Fig-6, first 4 slices contain liver, aorta, spine and heart inside the abdominal wall, in the next 8 slices liver, stomach, aorta, spine, and spleen can be seen and in the remaining 7 slices liver, aorta, left and right kidneys, stomach, spleen, and pancreas are visible. Liver is the organ which is located in the left side (which is actually in the right side of the human body) of the CT axial image is largest organ inside the abdomen. Fig-6: Raw images of Computed Tomography a b
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 248 Fig-7: Liver region segmented images Experiments are conducted on a 2D CT axial abdomen images with contrast. The average number of slices per case was 35, and the slice interval in 1 mm. Organs focused in this scan were heart, liver, stomach, kidneys, spleen, aorta, inferior vena cava, pancreas and gall bladder. From this image, the proposed method segments liver region. The results obtained from the proposed method are validated with manual segmentation obtained from the radiological expert. The Dice co-efficient [12] is the most used metric for validating the results of segmentation based on similarity. We justify the proposed segmentation method by the measure the agreement between proposed and manual segmentation. Dice values are expressed in percentage and obtained using eq.3 = | ∩ | | ∩ | ∗ 100 (3) Here, A is the proposed method and B is the manual segmentation obtained from radiologist. The average value of the dice co-efficient for this volume is 94%. In this execution, the result obtained by the proposed method need refinement in the area where the joins exists between abdominal wall and liver also between fat muscles and liver. The proposed method shows average results for CT abdomen-contrast images. To achieve commendable result, the method should be meticulously refined with the dominating knowledge about image and advanced segmentation techniques. 6. CONCLUSION A liver segmentation method is proposed using histogram analysis and morphological operations for extracting liver from the CT abdomen images. This method inputs raw ct abdomen images. By finding the threshold interval of the liver region with the histogram prediction, gray scale image is converted into a binary image. Morphological erosion is used to erode the pixels that do not come under ROI. Extracting the greatest connected pixels, results in liver extraction. Dilation brings back the lost pixels in the ROI. Selecting the shape of structuring element plays an important role in implementing morphological operations. Overlapping the mask obtained in the previous result to the raw image pull out the liver region. Dice similarity co- efficient is used to compare the results of the proposed method with manual segmentation, which results to 94%. The future work will evolve with the feature to separate the boundaries of liver with the neighbors and from the abdominal wall. ACKNOWLEDGEMENT This research work is assisted by Department of Science and Technology, Govt. of India under women scientist scheme. We would like to thank Dr. Vidyasagar, M.B.B.S., M.D(Rad), consultant radiologist, Medall Diagnostics for providing real datasets with manual segmentation. REFERENCE [1] Maton, et al.: Human Biology and Health. Englewood Cliffs, New Jersey, USA, 1993. [2] Ferlay J, Soerjomataram I, Ervik M, Dikshit R, Eser S, Mathers C, Rebelo M, Parkin DM, Forman D, Bray F.: Cancer Incidence and Mortality Worldwide: IARC CancerBase No. 11, GLOBOCAN 2012. [3] Shraddha Sangeswar, Dr.Prema Daigavane,: Liver Segmentation of CT scan Images-A Survey,
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 05 Issue: 01 | Jan-2016, Available @ http://www.ijret.org 249 International journal on Recent and Innovation Trends in Computing and Communication, vol.3, 2015. [4] M.Usman Akram, Aasia Khanum and Khalid Iqbal.: An automatic system for Liver CT Enhancement and Segmentation, ICGST,-GVIP Journal, vol.10, Issue IV, October 2010. [5] Yingyi Qi,Wei xioong,Wee keng leow.: "Semi- automatic segmentation of liver tumors from CT scans using Bayesian rule based 3D region growing", Grand challenge, 2008. [6] Gletsos, et al.: “A computer-aided diagnostic system to characterize CT focal liver lesions: Design and optimization of a neural network classifier,” IEEE Tram. Inform. Tech” Biomed., in press, 2003. [7] Kumar S. S., Moni R. S., Rajeesh J.: Automatic Segmentation of Liver and Tumor for CAD of Liver, Journal of advances in information technology, vol. 2, pp: 63-70, 2011. [8] Rusko L, Bekes G., Nemeth G, & Fidrich, M.: Fully automatic liver segmentation for Contrast - enhanced CT images. MICCAI Workshop. 3D Segmentation in the Clinic: A Grand Challenge, 2(7), 2007. [9] Hage Stephen John, Shratter, Lee Alan.: CT Scans, Gale Encyclopedia of surgery: A guide for parients and caregivers, Encyclopedia.com, 2004. [10]Oussema Zayane, Besma Jouini, Mohamed Ali Mahjoub.: Automatic liver segmentation method in CT images, Canadian Journal on Image Processing & Computer Vision, vol.2, No.8, December 2011. [11]Rafael C. Gonzalez, Richard E. Woods.: Digital Image Processing, Second Edition. 2007. [12]Dice, L.R: Measures of the amount of ecologic association between species. Ecology,26, 297–302 1945.