Вы находитесь на странице: 1из 8

EFFICIENT SEGMENTATION OF LIVER TISSUE TO DETECT LIVER

HYPERTROPHY AT THE CELLULAR LEVEL BY EXTRACTING


NUCLEUS COUNT
RAVINDRANATH K
Assistant professor, Department of ECE DBIT,Bangalore-74

SUSHMA G
Assistant professor Department of ECE MSEC, Bangalore

NARENDRA REDDY K
Sixth semester ECE SVCE Bangalore

GIRISH J R
Assistant Professor, Department of ECE SBIT, Bangalore

ABSTRACT: Liver Hypertrophy is the case where the excessive enlargement of the organ takes
place if the condition is not treated at the early stage it later leads to necrosis and cirrhosis to
identify the condition proper diagnosis has to be done, to support the diagnosis I have come up
with an paper where the enlargement is identified by reduction in the number of cells in the
cytoplasm of the standard size image (which is obtained from the electron microscope) the nucleus
is been extracted from the tissue and the number is used to conclude the case.

KEYWORDS: Hyper trophy , cell, Nucleus,Tissue.

INTRODUCTION

The liver is a vital organ present in vertebrates and some other animals. It has a wide range of
functions, including detoxification, protein synthesis, and production of biochemicals necessary
for digestion. The liver is necessary for survival; there is currently no way to compensate for the
absence of liver function long term, although liver dialysis can be used short term.

This organ plays a major role in metabolism and has a number of functions in the body, including
glycogen storage, decomposition of red blood cells, plasma protein synthesis, hormone production,
and detoxification. It lies below the diaphragm in the abdominal-pelvic region of the abdomen. It
produces bile, an alkaline compound which aids in digestion via the emulsification of lipids. The
liver's highly specialized tissues regulate a wide variety of high-volume biochemical reactions,
including the synthesis and breakdown of small and complex molecules, many of which are
necessary for normal vital functions. Medical terms related to the liver often start in hepato- or
hepatic from the Greek word for liver.

A human liver normally weighs 1.441.66 kg (3.23.7 lb), and is a soft, pinkish-brown, triangular
organ. It is both the largest internal organ (the skin being the largest organ overall) and the largest
gland in the human body. It is located in the right upper quadrant of the abdominal cavity, resting
just below the diaphragm. The hepatic artery carries blood from the aorta, whereas the portal vein
carries blood containing digested nutrients from the entire gastrointestinal tract and also from the
spleen and pancreas.Pictorial presentation of the project is shown in Figure 2-2, which shows
collection of samples to obtain the nucleus count.

Figure 2.1: Pictorial representation of hypertrophy detection

System level block diagram

Methods of segmentation
Based on color

353
Color intensity
Edge detection
Thresholding

Based on color
The image is examined for different colors and the color objects which are required are retained
and the remaining objects are removed from the image from the figures below one can observe
that the colors which of not interest are removed and colors of interest are retained. Figure 3.4(a)
shows the normal image from the examination we can decide the colors of interest are red and
magenta by applying the segmentation we can extract only the colors of interest so that the nucleus
can be extracted as shown in Figure 3.4(b).Figure 3.4(c).

Figure 3.4(a): original

Figure 3.4(b): segmentation based on missing red color objects

354
Figure 3.4(c): segmentation based on missing magenta color objects

Advantage: Method is faster and simpler


Disadvantage: lot of information is lost which is needed for the further analysis

Based on intensity
Every color image is made up of three color components (R, G, B) R=red, G=green, B=blue, the
pixels can be examined for the intensity of the image using the command imtool(image), hence the
three planes of R,G,B are separated and visualized for the better results The outputs are obtained in
MATLAB by separating these three components are shown in Figures 3.5(b), Figures 3.5(c),
Figures 3.5(d).

Figure: 3.5(a) : Original image

Figure: 3.5(b): segmentation based on missing red components

355
Figure: 3.5(c): image segmentation based on missing blue components

Fig: 3.5(d) : image segmentation based on missing green components

Advantage: It is easier method with high accuracy


Disadvantage: computational steps are more

Edge detection
The purpose of detecting sharp changes in image brightness is to capture important events and
changes in properties of the world. It can be shown that under rather general assumptions for an
image formation model, discontinuities in image brightness are likely to correspond to:

discontinuities in depth,
discontinuities in surface orientation,
changes in material properties and
Variations in scene illumination.

In the ideal case, the result of applying an edge detector to an image may lead to a set of connected
curves that indicate the boundaries of objects, the boundaries of surface markings as well as curves
that correspond to discontinuities in surface orientation. Thus, applying an edge detection

356
algorithm to an image may significantly reduce the amount of data to be processed and may
therefore filter out information that may be regarded as less relevant, while preserving the
important structural properties of an image. If the edge detection step is successful, the subsequent
task of interpreting the information contents in the original image may therefore be substantially
simplified.

The basic edge-detection operator is a matrix area gradient operation that determines the level of
variance between different pixels. The edge-detection operator is calculated by forming a matrix
centered on a pixel chosen as the center of the matrix area. If the value of this matrix area is above
a given threshold, then the middle pixel is classified as an edge. Examples of gradient-based edge
detectors are Roberts, Prewitt, and Sobel operators. All the gradient-based algorithms have kernel
operators that calculate the strength of the slope in directions, which are orthogonal to each other,
commonly vertical and horizontal. Later, the contributions of the different components of the
slopes are combined to give the total value of the edge strength.

Experimental procedure:
1. Convert color image to gray image using command image=rgb2gray (img).
2. Apply different edge detection algorithms trial for the best results e.g.: sobel, canny,
prewitt, Robert, compass etc.,

The experimental results obtained after applying edge detection algorithms on the original image
as shown in Figure 3.6.

Figure 3. 1:Showing different edge detection techniques applied on gray image

357
Advantage: accuracy is maintained
Disadvantage: computational steps are more, with more complexity

Threshold segmentation:
Image segmentation is a key technology in image processing, and threshold segmentation is one of
the methods used frequently. Aimed at that only one threshold or several thresholds are set in
traditional threshold-based segmentation algorithm, it is difficult to extract the complex
information in an image; a new segmentation algorithm that each pixel in the image has its own
threshold is proposed. In this algorithm, the threshold of a pixel in an image is estimated by
calculating the mean of the grayscale values of its neighbor pixels, and the square variance of the
grayscale values of the neighbor pixels are also calculated as an additional judge condition, so that
the result of the proposed algorithm is the binary image as shown in Figure:3.7.

1 , if pixel value is 130>p<150


fbw =
0 , else where ..Eq 3.1.

Where fbw =binary value

Figure 3. 2:Output of threshold segmentation

Four different segmentation are used out of which threshold segmentation provides the results with
higher accuracy and less complexity as summarized in Table 3.1.

Table 3. 1: Comparison of segmentation techniques


Methodologies Performance Complexity Computation
(segmentation) steps
Color Good More More
Color intensity Better More More
Edge detection Good More Less
Intensity Best Less Less
Threshold Best Less Less

358
REFERENCES

Lawrence o'gorman, member, ieee, arthur c. sanderson, member, ieee,and kenda preston, jr.,
fellow, ieee A System for Automated Liver Tissue Image Analysis: 0018-9294/85/0900-
06961985 IEEE
LAWRENCE O'GORMAN AND ARTHUR C. SANDERSON The Wedge Filter Technique for
Convex Boundary Estimation 0162-8828/85/0500-0326 1985 IEEE
P. Mussio*, M. Pietrogrande, P.Bottoni* automatic cell count in digital images of liver tissue
sections CH2951-2/91/0000/0101 .OO 0 1991 IEEE.
Fritz Albregtsen, Birgit te Nielsen and Kanagasingam Yogesan Fractal Dimension, Only a
Fraction of the Truth? 0-8186-2920-7192 Q 1992 IEEE.
Fritz Albregtsen1, Birgitte Nielsen1 and Havard E. Danielsen2 Adaptive Gray Level Run Length
Features from Class Distance Matrices 0-7695-0750-6/00 2000 IEEE.
Xiu juan-Zhang1,2 Wei Shi1,2 Peng An1,2 Yu bin-Ji1,2 Resveratrol induces human hepatoma
cancer cells HepG-2 apoptosis via mitochondria pathways 978-1-4244-2902-8/092009 IEEE
1
Wei Wang1, Cheng Chen1, Tao Peng1, Dejan Slepcev2, John A. Ozolek3, Gustavo K. Rohde1
A GRAPH-BASED METHOD FOR DETECTING CHARACTERISTIC PHENOTYPES
FROM BIOMEDICAL IMAGES 978-1-4244-4126-6/102010 IEEE
Alexander Lex, Student Member, IEEE, Marc Streit, Student Member, IEEE,Christian Partl, Karl
Kashofer, and Dieter Schmalstieg, Member, IEEE Comparative Analysis of Multidimensional,
Quantitative Data 1077-2626/102010 IEEE
C. Li, R. Huang, Z. Ding, C. Gatenby, D. Metaxas, and J. Gore, A variational level set approach
to segmentation and bias correction of images with intensity inhomogeneity, Int Conf Med
Image Comput Comput Assist Interv, vol. 11, no.
Pt 2, pp.108391, 2008.
A Ruiz, M Ujaldon, J.A Andrades, J. Becerra, Kun Huang,T. Pan, and J. Saltz, The gpu on
biomedical image processing for color and phenotype analysis, Proceedings of IEEE BIBE, pp.
11241128, 2007.
A.E. Carpenter, T.R. Jones, M.R. Lamprecht, C. Clarke, I.H.Kang, O. Friman, D.A. Guertin, J.H.
Chang, R.A. Lindquist, J.Moffat, P. Golland, and D.M. Sabatini, Cellprofiler: image analysis
software for identifying and quantifying cell phenotypes, Genome Biol., vol. 7, no. 10, 2006.
W.Wang, J.A. Ozolek, and G.K. Rohde, Detection and classification of thyroid follicular lesions
based on nuclear structure from histopathology images, Cytometry A, 2010, In Press.
S. Haker, L. Zhu, A. Tennembaum, and S. Angenent, Optimal mass transport for registration and
warping, Intern. J. Comp. Vis., vol. 60, no. 3, pp. 225240, 2004.
Y. Rubner, C. Tomassi, and L. J. Guibas, The earth movers distance as a metric for image
retrieval, Intern. J. Comp. Vis., vol. 40, no. 2, pp. 99121, 2000.
Y. Boyokov and G. Funka-Lea, Graph cuts and efficient n-d image segmentation, Intern. J.
Comp. Vis., vol. 70, no. 2, pp. 109131, 2006.
T. Peng, W. Wang, G.K. Rohde, and R.F. Murphy, Instancebased generative biological shape
modeling, Proceedings of the 2009 IEEE International Symposium on Biomedical Imaging, pp.
690693, 2009
Ohata M, Koyama Y, Suzuki T, et al. Effects of tea constituents on cell cycle progression of
human leukemia U937 cells. Biomed Res 2005

359

Вам также может понравиться