SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 566
COMPARATIVE ANALYSIS OF EDGE BASED AND REGION BASED
ACTIVE CONTOUR USING LEVEL SETS AND ITS APPLICATION ON
CT IMAGES
B.S Saini1
, G.Sethi2
1
Associate Professor, ECE, National Institute of Technology, Jalandhar, Punjab, India, sainibss@gmail.com
2
Research Scholar, ECE, National Institute of Technology, Jalandhar, Punjab, India, gaurav257161@rediffmail.com
Abstract
Detection of Liver cancer from CT images is an exigent task due to the reason that cancer impression in CT images are of very low in
contrast and have indistinguishable edges. Indistinguishable edges are edges in which foreground and background are almost same.
Image segmentation is used to extract desired anatomical structure from image. Image segmentation is the process of dividing the
image into multiple regions. These regions are sometimes called region of interest (ROI). These ROI’s are used as informative inputs
to further image processing e.g. feature extraction, selection and ultimately the classification of a disease. Thus an effective image
segmentation is utmost important in medical images. In case of indistinguishable edges most segmentation techniques fails to detect
edges. Edge based and region based active contour methods are most prevalent for image segmentation. Edge based technique works
using gradient function and ultimately stopping function to detect edges , while region based uses average information inside and
outside regions to control evolution and termination at edges. In this paper comparative analysis of edge based and region based
active contour using level sets is done. When applying these methods on the CT images with an impression of liver cancer, it has been
found that the edge based contour able to locate the desired edges more accurately. The quantitative and qualitative results
comparison between two techniques has also been done. Results shows that edge based methods performs comparatively better than
region based active contour using level set if number of iterations are controlled properly.
Index Terms: Level Sets, Gradient, Stopping function, Active contours and Liver cancer.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Cancer diseases accounts for approximately one sixth of death
worldwide but as per WHO report liver cancer contributes
heavily to overall deaths caused by all types of cancer [1].
Recently it was concluded that fifty percent of cancer diseases
are curable if detected early and accurately. Also in the
prognosis and diagnosis of a cancer it is necessary to know
beforehand the size and area of spread of cancer. In this the
studies related to medical imaging plays an important role in
the early diagnosis of cancer. The medical imaging has now
emerging as a non invasive tool for disease diagnosis [2].
Many medical modalities related to imaging are being used
like X-rays, Ultrasound, CT scan, MRI etc. The CT and MRI
are the latest and best of all due to their better resolution and
contrast. Now with respect to CT scan the MRI scan is more
expensive in nature; it is difficult for patient to hold breath for
couple of seconds and is not congenial for patients having
claustrophobia. In comparison to this the CT scans are less
expensive, patient friendly, takes less time to scan as
compared to MRI [3]. CT scan is perhaps the oldest and first
technology developed by Hounsfield in 1970, which makes
possible to take tomography images [4]. Thus, in general the
CT images are now becoming more and more popular in
disease diagnosis and prognosis. Now days as volume of data
increases manifolds and it is not possible for a radiologist or
an oncologist to diagnose the disease manually and sometimes
this may leads to misdiagnosis of a disease. Thus, computer
aided diagnosis system attracts a great amount of interest [4]
for detection of diseases to improve accuracy and efficiency.
According to the recent statistics , liver cancer is one of the
dangerous cancerous disease and in this work our main stress
is on detection of cancer in the CT images of a liver.
Therefore, designing and developing CAD system for liver
cancer is of great interest. The most important part of
computer aided diagnosis system is automatic image
segmentation.
Image segmentation is the process of dividing the image into
multiple regions. These regions are sometimes called Region
of Interest (ROI). These ROI’s are used as informative inputs
to further image processing e.g. for feature extraction,
selection and ultimately the classification of a disease. Thus an
effective image segmentation is utmost important not only in
detecting the location of cancer in liver but also equally
imperative to observe the extent to which cancer spread across
liver. In addition, it also gives information that how much
damage has been done to nearby organs or to liver itself. This
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 567
information becomes very critical in deciding the line of
treatment to be followed by the oncologist/surgeon i.e.
chemotherapy or surgery etc. If image segmentation is not
proper and gives incorrect information regarding the location
and extent of spread of cancer by not detecting desired
boundaries of ROIs i.e. either the ROI is over segmented or
under segmented, then CAD system may gives false
diagnostic report. Thus segmentation method needs to be
sensitive enough to detect correct location and area of cancer
tissues so that faithful diagnosis can be done.
Extensive studies have done is past on image segmentation
and many methods have been proposed for the same. Sezgin
and Sankur [4] perform a quantitative comparison of various
thresholding techniques for image segmentation. Weszka,
Nagel and Rosenfeld [5] proposed a technique for the
selection of a threshold value for image segmentation.
Yenwan and Higgins [6] proposed symmetric region growing
method, in which extraction of region is based on some
predefined criteria and concentrates on selection of seed point.
Coleman and Andrew proposed clustering for image
segmentation and is an unsupervised method of segmentation
[7], Dunn [8] proposed fuzzy c-means clustering, Bezdex [9]
improves fuzzy clustering algorithm and Sewchand [10]
proposed expectation maximum algorithm for image
segmentation. Dzung, Jerryprince and Chenyang Xu [11]
reviewed various methods of image segmentation like
thresholding, region growing clustering and deformable
contours. Kass [12] proposed deformable contours named as
snakes. Caselles [13] introduced geometric curves for
representing the deformable or active contours for image
processing. Level set is to represent and embed interface to
higher dimension function known as level set function  and
devise the movement of contour as the evolution of level set
function. Based on the stopping criteria the contours were
divided into two categories: Region based and Edge based
.The edge based active contours used a stopping function,
computed using the gradient of an image for stopping the
curve at edges. In images where the edges are vague, the
contour is unable to terminate. This problem of spreading of
contour out of desired region is commonly named as leakage.
In order to overcome this problem of leakage region based
contour has been proposed by Chan and Vese
In CT images, with an impression of cancer in liver, the
intensity of infected region of liver is almost same as that of
non infected regions as shown in Fig. (1). It has been found
that most of the methods which were used in past for image
segmentation of such images do not perform well. This may
give the radiologist wrong information about the extent of
spread of cancer across the liver.
So two active contour methods i.e edge based and region
based active contour models using level sets are compared to
find out which one segments tumor better.
In this paper, to determine which segmentation method would
provide the best results in locating the cancer region in liver in
CT images comparative performance evaluation of these
methods has been statistically evaluated using (i) Correlation,
(ii) Variation of Information (VOI), (iii) Global Consistency
Error (GCE), (iv) Rand Index (RI). Tests are performed on 10
CT images.
The outline of this paper is as follows: Section 2 consists of
edge based model Section 3 consists of region based model.
Section 4 consists of review of level sets. Section 5 includes
results and comparison. Last section concludes this paper.
2. EDGE BASED ACTIVE CONTOURS
In medical imaging Edge based active contours [18] uses an
edge detector based stopping function for terminating the
contours at edges. This stopping function can be defined by a
positive and decreasing function g, depending on the gradient
of the image ),( yxI , such that
2
|),(),(|1
1
|)),(|
yxIyxG
yxIg


(1)
Where g is the stopping function, ),(),( yxIyxG  is the
smoother version of image ),( yxI .
In general the gradient is defined as a measure of change in
intensity and in context of medical imaging an edge is also
defined by the same i.e. change in intensity. So the location in
the image where value of gradient is high there is a possibility
of an edge.
In edge based active contours when curve evolves and comes
closer to an edge, the gradient value approaches maximum and
in turn the stopping function approaches close to zero and
finally at edge the curve which is evolving attains a zero speed
and stops at desired edge.
This method works well for only distinct edges but does not
provide satisfactory results when it comes to indistinguishable
edges.
This was due to the reason that at indistinguishable edges the
gradient value is not high enough to make stopping function
close to zero for the curve to terminate at edges and is shown
in fig. 1
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 568
Fig-1: Level Sets applied on Indistinguishable Edges
3. REGION BASED ACTIVE CONTOURS
As edge based active contours suffers from the drawback of
not terminating at indistinguishable edges. The region based
active contours are proposed [21]; using global information of
an image for evolution and termination of curve at edges. In
this method the contour divides the image into two regions i.e.
inside and outside or foreground and background regions, and
calculates the energy based on the mean value of intensity.
This method is based on the principal of energy minimization
and utilizes the statistical information inside and outside the
contour to control the evolution. For a given image I in
domain  , the energy function is formulated by minimizing
equation (3)
  xdxcxcxE
OUTSIDEINSIDE
CV
,)()(
2
22
2
11 
(2)
Where C1 and C2 are mean intensities inside and outside the
contour.
4. LEVEL SETS
The level set method has now become well known and has far-
reaching impact in various applications, such as computational
geometry, fluid dynamics, and image processing and computer
vision . In image segmentation, the level sets along with active
contours are being used for detecting indistinguishable edges
and shapes.
The basic idea of level set method is to represent a contour as
the zero level set function of higher dimension called level set
function and thus formulate the motion of contour as evolution
of this level set function
The movement of contour as the evolution of level set
function under the influence of Force '' F is defined using
level set equation (5)
0 Ft
(3)
Where '' F is force and is a function of various arguments like
curvature, normal direction and gradient
During evolution of level set function it is expected that this
function behaves like signed distance function but in practice
the level set function is not been able to maintain its signed
distance profile and this may leads to numerical errors and
eventually destroys the evolution of level sets.
C Li et al. [18] proposed Distance Regularized Level Set
Evolution (DRLSE), using an edge based active contour
method for eliminating the need of re-initialization.
Advantages of level sets are that they inherited with the
property of topology change like region merging and splitting
naturally. Secondly the numeric calculation can be done on
Cartesian grid which leads to the simplification in calculations
and making algorithm less complex.
In this work by looking into the merits of active contours level
set models, firstly for segmenting the cancerous region in liver
using CT images edge based Distance Regularized Level Set
Evolution (DRLSE) method and region based active contour
level set methods has been used.
5. EXPERIMENTAL RESULTS
In order to evaluate the performance of two methods pictorial
and quantitative comparison is done with closely related
algorithms DRLSE [18] and Region based active contour [21]
models. MATLAB 2010 was used in implementation of
methods.
To verify the accuracy of proposed method quantitative
comparison is carried using four parameters. The comparison
is done to show the effectiveness of edge based method over
other technique.
5.1 Rand Index:- Rand Index is the measure of similarity of
data partitions. Consider two sets R and R’ having N points i.e
X={x1,x2……..xN) [27].
Rand Index measures the similarity in these two data sets by
taking ratio of number of pairs of points having the similar
relationship by using (4).
   
2
1
2
1
1,
,
22
.
2
.
'















 
NN
nnn
SSR
vu
uv
u v
vu
(4)
Rand Index measures the similarity ranging from 0 to1.
Where 0 means no similarity and 1 means maximum
similarity. Higher the value better segmentation.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 569
5.2 Variation of information (VoI): Meila [28] gives
another metric called Variation of information which is the
measure of information gain or loss changing from one
cluster to another. Clusters can be viewed as ROI in this case.
VOI is calculated on the basis of entropy and mutual
information using (5) [28]
     YXIXHYXVoI ;2,  (5)
5.3 Correlation: Correlation is the comparison of a
template of an image with an actual image .The template
image is superimposed on the actual image of an object to
generate the correlation image to display match or disparity.
Mathematically correlation is calculated using (6)
  

N
Nj
N
Ni
iyixIjiFyxIF ),(),(),(*
(6)
Where F is original Template and I is segmented template.
Correlation value ranges from 0 means no match or maximum
disparity to 1 perfect match or no disparity.
5.4 Global Consistency Error (GCE): Global
consistency Error is measure of the extent to which one
segmented region is refinement of other. Lower the value of
GCE better is segmentation.
Experiments were performed on 10 images, but seven
cases are used for comparative analysis.
Fig-2: From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based
.
Fig-3: - From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based
Fig-4: - From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 570
Fig-5: - From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based
Fig 6: - From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region
based
Fig -7: From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 571
Fig-8: From Top Left to bottom right a) Original CT image
cancer marked as ROI b) Segmented output by edge based c)
Segmented output by Region based.
Fig-9: (a) RI (b) GCE (c)VOI (d) Correlation
6. DISCUSSION OF RESULTS
This section demonstrates the results as shown in Fig 2a
shows liver cancer in circle. Fig 2b shows the results of edge
based active contour model, fig 2c shows result of Region
based it is evident that contour reaches far away from desired
boundaries in case of region based as compared to edge based.
So this gives wrong input to the later stages of computer aided
system which in turn gives false result to radiologist for
diagnose. This is misleading to the radiologist as he might
comprehend wrongly the extent of spreading of cancer in
liver. This argument is supported by taking Quantitative
parameters and using these parameters for comparison of two
techniques. Quantitative Comparison confirms that edge based
works better for all types of images taken. Similarly for
Figures 3,4,5,6,7 and 8 it is amply clear that while region
based methods go beyond the desired region as compared to
edge based active contour model, hence giving wrong
information about the whereabouts of cancer and also wrong
information about the spread of cancer.
CONCLUSIONS
To conclude we compared two methods of image
segmentation based on level sets i.e edge based and region
based active contours. Results show that if iteration are
controlled then edge based can able to locate ROI more
accurately as compared to other method. Region based either
go far beyond cancer periphery or confined within periphery
gives false information regarding the spread of cancer in body.
Quantitative comparison is also done which shows that edge
based is giving far more accurate idea of location and spread
of cancer.
REFERENCES:
[1] “Burden of non-communicable disease in India” report by
Cameron Institute, 2010.
[2] Erkonen, W.E. Smith, The Basics and fundamentals of
imaging, Philadelphia Wolters, 2010.
[3] E. Chen and P. Chung, “An automatic diagnostic system
for CT liver image classification,” IEEE Trans.
Biomedical Engineering, pp. 783-794, vol. 45, 1998.
[4] M. Sezgin and B. Sankur, “Survey over image
thresholding techniques and quantitative performance
evaluation,” Journal of Electronic Imaging, vol. 13, pp.
146-165, 2004.
[5] Weszka, R.N. Nagel and A. Rosenfeld, “A threshold
selection technique,” IEEE Trans. Computing, vol. 23,
pp. 1322-1326, 1974.
[6] S. Wan and W.E. Higgins, “Symmetric region growing,”
IEEE Trans. Image Processing, vol. 12, pp. 1007-1015,
2003.
[7] G. B. Coleman and H.C. Andrew, “Image segmentation
by clustering,” in Proc. IEEE, 1979, vol. 67, pp. 773-85.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 572
[8] J. C. Dunn, “A fuzzy relative of the ISODATA process
and its use in detecting compact well-separated clusters,”
Journal of Cybernetics, vol. 3, pp. 32-57, 1973.
[9] Bezdek, Pattern recognition with fuzzy objective function
algorithms, Plenum Press, New York, 1981.
[10] T. Lei and Sewchand, “Statistical approach to X ray CT
imaging and its applications in image analysis A new
stochastic model-based image segmentation technique for
X-ray CT image,” IEEE Trans. Medical Imaging, vol. 2,
pp. 62–69.
[11] L. Pham,C. Xu and J. Prince, “Current methods in image
segmentation”, Annual Review Biomedical Engineering,
vol. 2, pp. 315–37 , 2000.
[12] M. Kass, A. Witkin and D. Terzopoulos, “Snakes: active
contour models,” International Journal of Computer
Vision, vol. 1, pp. 321–331, 1988.
[13] V. Caselles, F. Catte, T. Coll, and F. Dibos, “A geometric
model for active contours in image processing”,
Numerical Math, vol. 66, pp. 1-31, 1993.
[14] S. Osher and R. Fedkiw, Level set methods and dynamic
implicit surfaces, Springer, New York, 2002.
[15] V. Caselles, R. Kimmel and G. Sapiro, “Geodesic active
contours,” in Proc. IEEE International Conference on
Computer Vision, 1995, Boston, MA, pp. 694–699.
[16] S. Osher and J. Sethian, “Fronts propagating with
curvature-dependent speed: algorithms based on
hamilton-jacobi formulations,” Journal of Computer and
Physics, pp. 12–49, Nov. 1988.
[17] V. Caselles, R. Kimmel and G. Sapiro, “Geodesic active
contours,” International Journal of Computer Vision, pp.
61–79, 1997.
[18] C. Li, C.Y. Xu, C.F. Gui and M.D. Fox, “Distance
regularized level set evolution and its application to
image segmentation,” IEEE Trans. Image Processing,
vol. 19, pp. 3243-3254, 2010.
[19] Sethian, Level sets methods and fast marching methods,
Cambridge university press, Cambridge U.K, 1999.
[20] L.A. Vese and T.F. Chan, “Active contours without
edges,” IEEE Trans. Image Processing, vol. 10, pp. 266–
277, 2001.
[21] K Zhang, L Zhang, H. Song and W. Zhou, “Active
contours with selective local or global segmentation: a
new formulation and level set method,” Image and Vision
Computing, vol. 28, pp. 668–676, 2010.
[22] C. Li, C.Y. Xu, C.F. Gui and M.D. Fox, “Level set
evolution without re-initialization: a new variational
formulation,” in Proc. IEEE Conference on Computer
Vision and Pattern Recognition, San Diego, 2005, pp.
430–436.
[23] Mumford and J. Shah, “Optimal approximation by
piecewise smooth function and associated variational
problems,” Communication on Pure and Applied
Mathematics, pp. 577–685, 1989.
[24] P. Kovesi, “Phase congruency detects corners and edges,”
in Proc. DICTA, pp. 309–318, 2003.
[25] Morrone and Owens, “Feature detection from local
energy,” Pattern Recognition Letters, vol. 6, pp. 303–
313, 1987.
[26] Rand, “Objective criteria for the evaluation of clustering
methods,” Journal of the American Quantitative
association, vol. 66, pp. 846–850, 1971.
[27] Unnikrishnan and M. Hebert, “Measures of similarity,”
IEEE Workshop on Computer Vision Applications, pp.
394–400, 2005.
[28] M Meilǎ, “Comparing clustering - An axiomatic view,” in
Proc international conference on Machine learning,
2005, pp. 577-584.
[29] H. Y. Chai, “Performance metric for active contour
models in image segmentation,” International Journal of
Physical Sciences, vol. 6, pp. 6329-6341, 2011.
[30] D.Dogra, A.K. Majumdar and S. Sural, “Evaluation of
segmentation techniques using region area and boundary
matching information,” Journal Vision Communication
and Image, vol. 23, pp. 150–160, 2012.
[31] D. Martin, C. Fowlkes, D. Tal and J. Malik, “A database
of human segmented natural images and its application to
evaluating segmentation algorithms and measuring
ecological statistics,” in Proc ICCV, 2001, pp. 416– 425.
[32] Tsai, A. Yezzi and A.S. Willsky, “Curve evolution
implementation of the Mumford–Shah functional for
image segmentation, denoising, interpolation, and
magnification,” IEEE Trans. Image Processing, pp.
1169–1186, 2001.
[33] L.A. Vese and T.F. Chan, “A multiphase level set
framework for image segmentation using the Mumford–
Shah model,” International Journal of Computer Vision
,vol. 50, pp. 271–293, 2002..
[34] Ronfard, “Region-based strategies for active contour
models,” International Journal of Computer Vision, vol.
13, pp. 223–247, 2002.
[35] N. Paragios and Deriche, “Geodesic active regions and
level set methods for supervised texture segmentation,”
International Journal of Computer Vision,vol. 46, pp.
223–247, 2002.
[36] C. Xu and J.L. Prince, “Snakes, shapes, and gradient
vector flow,” IEEE Trans. Image Processing, pp. 359–
369, 1998.
[37] G. Aubert and P. Kornprobst, Mathematical problems in
image processing: partial differential equations and the
calculus of variations, Springer New York, 2002.
[38] Malladi, J. A. Sethian and B.C. Vemuri, “Shape modeling
with front propagation: A level set approach,” IEEE
Trans. Pattern and Machine Intelligence, pp. 158–175,
Feb. 1995.
[39] C. Li, C. Kao, J.C. Gore, Z. Ding, “Minimization of
region-scalable fitting energy for image segmentation,”
IEEE Trans. Image Processing, vol. 17, pp. 1940–1949,
2008.
[40] C. Li, C. Xu, K. Konwar and M. D. Fox, “Fast distance
preserving level set evolution for medical image
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 573
segmentation,” in Proc. 9th International Conference on
Control and Automation, 2006, pp. 1–7.
[41] A. Belaid, D. Boukerroui, Y. Maingourd and J. Lerallut,”
Phase based level sets for ultrasound images,” IEEE
Trans. Information Technology In Biomedicine, vol. 15,
pp. 138-147, 2011.
[42] Viola Thomasson, “Liver Tumor Segmentation Using
Level Sets and Region Growing,” Ph.D. dissertation
Linköpings universitet Sweden. 2011.
[43] Haralick and L.G. Shapiro, “Image segmentation
techniques,” in Proc. Computer Vision Graph. Image
Processing, 1985, pp. 100-32.
[44] J. Sethian, Level set methods: evolving interfaces in
geometry, fluid mechanics, Computer Vision, and
Materials Science, 1996.
[45] J. Sethian, “Evolution, implementation, and application of
level set and fast marching methods for advancing
fronts,” Journal of Computational Physics, pp. 503–555
2001.
[46] A. Hoover, G. Jiang, P. Flynn, H. Bunke, D. Goldgof, K.
Bowyer, D.W. Eggert, A. Fitzgibbon and R.B. Fisher,
“An experimental comparison of range image
segmentation algorithms,” IEEE trans. pattern analysis
and machine intelligence,vol. 18, pp. 673-689, 1996.
[47] K. I. Chang , “Evaluation of texture segmentation
algorithm,” in Proc CVPR, 1999
[48] F. Ge, S. Wang and T. Liu, “New benchmark for image
segmentation evaluation,” Journal of Electronic Imaging,
vol. 16, 2007.
[49] P. Luckas, R. Hudec, M. benco, P. Kamencay, Z.
Dubcova and M. chariasova,” Simple comparison of
image segmentation algorithms based on evaluation
criterion,” in Proc IEEE, 2011.
[50] C. Grigorescu and N. Petkov, “Distance sets for shape
filters and shape recognition,” IEEE Trans. Image
Processing, vol. 12, pp. 1274-1287, 2003.
BIOGRAPHIES:
Barjinder S. Saini was born in Jalandhar,
India, in 1970. He received his B.Tech
and M.Tech. degrees in Electronics &
Communication Engineering in 1994 and
1996 respectively. He then obtained his
PhD degree in Engineering on “Signal
Processing of Heart Rate Variability” in
2009 from Dr. B. R. Ambedkar National Institute of
Technology, Jalandhar. He is working as Associate Professor
in Electronics & Communication Engineering Department at
NIT Jalandhar since 1997. He supervised more than 20
M.Tech dissertations and presently guiding 06 Ph. D research
scholars. He has published more than 20 research papers in
internationally reputed Journals and Conference proceedings.
He has accomplished research projects from government
departments. He has also conducted several courses,
workshops and international conferences for the benefit of
faculty and field engineers. His areas of interest are Medical
Image Processing, Digital Signal Processing and Telemedicine
and embedded systems. Dr. Saini holds membership of many
professional bodies. He is a life member of the IETE.
Gaurav Sethi was born in Jalandhar, India,
in 1979. He received his B.Tech From
B.C.E.T, Gurdaspur, India in 2002 and
M.Tech from DAVIET, Jalandhar in 2007.
He is currently working towards Ph. D in
biomedical Image Processing from Dr. B. R.
Ambedkar National Institute of Technology,
Jalandhar. His Research Interest includes biomedical image
processing, computer vision, pattern recognition.

Contenu connexe

Tendances

A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SETA NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SETijbesjournal
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHMijbesjournal
 
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...AM Publications
 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modeleSAT Journals
 
Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingeSAT Publishing House
 
Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningWookjin Choi
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and ClassificationIRJET Journal
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionWookjin Choi
 
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma TreatmentThe Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma TreatmentIOSR Journals
 
Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Wookjin Choi
 
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
 
computer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scanscomputer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scansWookjin Choi
 
Multi modality medical image registration
Multi modality medical image registrationMulti modality medical image registration
Multi modality medical image registrationHabib Baluwala
 
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIES
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIESPATIENT DATA ACQUISITION USING MRI IMAGING MODALTIES
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIESMohammad Ullah shemanto
 
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
 
Image registraiton in Radiation Therapy
Image registraiton in Radiation TherapyImage registraiton in Radiation Therapy
Image registraiton in Radiation TherapyTalluri Anil Kumar
 
Image registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveImage registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveM'dee Phechudi
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingIRJET Journal
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET Journal
 

Tendances (19)

A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SETA NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
 
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...
CALCULATION OF AREA, CENTER AND DISTANCE OF CERVICAL CANCER FROM ORGAN AT RIS...
 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical model
 
Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer using
 
Radiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer ScreeningRadiomics and Deep Learning for Lung Cancer Screening
Radiomics and Deep Learning for Lung Cancer Screening
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and Classification
 
Optimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detectionOptimal fuzzy rule based pulmonary nodule detection
Optimal fuzzy rule based pulmonary nodule detection
 
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma TreatmentThe Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
The Advantages of Two Dimensional Techniques (2D) in Pituitary Adenoma Treatment
 
Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...Robust breathing signal extraction from cone beam CT projections based on ada...
Robust breathing signal extraction from cone beam CT projections based on ada...
 
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
 
computer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scanscomputer aided detection of pulmonary nodules in ct scans
computer aided detection of pulmonary nodules in ct scans
 
Multi modality medical image registration
Multi modality medical image registrationMulti modality medical image registration
Multi modality medical image registration
 
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIES
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIESPATIENT DATA ACQUISITION USING MRI IMAGING MODALTIES
PATIENT DATA ACQUISITION USING MRI IMAGING MODALTIES
 
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
 
Image registraiton in Radiation Therapy
Image registraiton in Radiation TherapyImage registraiton in Radiation Therapy
Image registraiton in Radiation Therapy
 
Image registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveImage registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest save
 
Optimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image ProcessingOptimizing Problem of Brain Tumor Detection using Image Processing
Optimizing Problem of Brain Tumor Detection using Image Processing
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
 

En vedette

Test case prioritization using hyperlink rankinga
Test case prioritization using hyperlink rankingaTest case prioritization using hyperlink rankinga
Test case prioritization using hyperlink rankingaeSAT Publishing House
 
Seasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemSeasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemeSAT Publishing House
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniqueseSAT Publishing House
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film oneSAT Publishing House
 
Study of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositesStudy of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositeseSAT Publishing House
 
A fuzzy logic controlled dc dc converter for an
A fuzzy logic controlled dc dc converter for anA fuzzy logic controlled dc dc converter for an
A fuzzy logic controlled dc dc converter for aneSAT Publishing House
 
A review on power electronics application on wind
A review on power electronics application on windA review on power electronics application on wind
A review on power electronics application on windeSAT Publishing House
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motoreSAT Publishing House
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentseSAT Publishing House
 
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...eSAT Publishing House
 
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steelEffectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steeleSAT Publishing House
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...eSAT Publishing House
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...eSAT Publishing House
 
Performance status of common effluent treatment
Performance status of common effluent treatmentPerformance status of common effluent treatment
Performance status of common effluent treatmenteSAT Publishing House
 
Predicting construction project duration with support
Predicting construction project duration with supportPredicting construction project duration with support
Predicting construction project duration with supporteSAT Publishing House
 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureeSAT Publishing House
 
Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...eSAT Publishing House
 
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...eSAT Publishing House
 
Emotional telugu speech signals classification based on k nn classifier
Emotional telugu speech signals classification based on k nn classifierEmotional telugu speech signals classification based on k nn classifier
Emotional telugu speech signals classification based on k nn classifiereSAT Publishing House
 
Wavelet based denoisiong of acoustic signal
Wavelet based denoisiong of acoustic signalWavelet based denoisiong of acoustic signal
Wavelet based denoisiong of acoustic signaleSAT Publishing House
 

En vedette (20)

Test case prioritization using hyperlink rankinga
Test case prioritization using hyperlink rankingaTest case prioritization using hyperlink rankinga
Test case prioritization using hyperlink rankinga
 
Seasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life systemSeasonal variation in greywater quality for a real life system
Seasonal variation in greywater quality for a real life system
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniques
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film on
 
Study of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced compositesStudy of properties of banana fiber reinforced composites
Study of properties of banana fiber reinforced composites
 
A fuzzy logic controlled dc dc converter for an
A fuzzy logic controlled dc dc converter for anA fuzzy logic controlled dc dc converter for an
A fuzzy logic controlled dc dc converter for an
 
A review on power electronics application on wind
A review on power electronics application on windA review on power electronics application on wind
A review on power electronics application on wind
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motor
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
Reuse of inorganic sludge as a coagulant on colloidal suspension removal in r...
 
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steelEffectiveness of multilayer coated tool in turning of aisi 430 f steel
Effectiveness of multilayer coated tool in turning of aisi 430 f steel
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...
 
Performance status of common effluent treatment
Performance status of common effluent treatmentPerformance status of common effluent treatment
Performance status of common effluent treatment
 
Predicting construction project duration with support
Predicting construction project duration with supportPredicting construction project duration with support
Predicting construction project duration with support
 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architecture
 
Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...Architecture and implementation issues of multi core processors and caching –...
Architecture and implementation issues of multi core processors and caching –...
 
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
Synthesis, characterisation and antibacterial activity of copolymer (n vinylp...
 
Emotional telugu speech signals classification based on k nn classifier
Emotional telugu speech signals classification based on k nn classifierEmotional telugu speech signals classification based on k nn classifier
Emotional telugu speech signals classification based on k nn classifier
 
Wavelet based denoisiong of acoustic signal
Wavelet based denoisiong of acoustic signalWavelet based denoisiong of acoustic signal
Wavelet based denoisiong of acoustic signal
 

Similaire à Comparative analysis of edge based and region based active contour using level sets and its application on ct images

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
 
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
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET Journal
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
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
 
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET Journal
 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...IRJET Journal
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...IJECEIAES
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET Journal
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active ContoursIJARIDEA Journal
 
Application of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detectionApplication of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detectioneSAT Publishing House
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioeSAT Publishing House
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisAboul Ella Hassanien
 
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...IJERA Editor
 
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...IRJET Journal
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningIRJET Journal
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET Journal
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImageIRJET Journal
 

Similaire à Comparative analysis of edge based and region based active contour using level sets and its application on ct images (20)

PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
PERFORMANCE EVALUATION OF TUMOR DETECTION TECHNIQUES
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
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
 
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
IRJET- Content based Medical Image Retrieval for Diagnosing Lung Diseases usi...
 
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
Enhancing Lung Cancer Detection with Deep Learning: A CT Image Classification...
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active Contours
 
Application of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detectionApplication of genetic algorithm for liver cancer detection
Application of genetic algorithm for liver cancer detection
 
Cancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratioCancer cell segmentation and detection using nc ratio
Cancer cell segmentation and detection using nc ratio
 
Intelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosisIntelligent computer aided diagnosis system for liver fibrosis
Intelligent computer aided diagnosis system for liver fibrosis
 
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...
Digital Image Processing Assessment in Multi Slice CT Angiogram using Liner, ...
 
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
IRJET- Computer Aided Detection Scheme to Improve the Prognosis Assessment of...
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
 
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET -  	  Deep Learning based Bone Tumor Detection with Real Time DatasetsIRJET -  	  Deep Learning based Bone Tumor Detection with Real Time Datasets
IRJET - Deep Learning based Bone Tumor Detection with Real Time Datasets
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI Image
 
40120130405013
4012013040501340120130405013
40120130405013
 
IRJET-V9I1137.pdf
IRJET-V9I1137.pdfIRJET-V9I1137.pdf
IRJET-V9I1137.pdf
 

Plus de eSAT Publishing House

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

Plus de eSAT Publishing House (20)

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

Dernier

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
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
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 

Dernier (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
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
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
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...
 
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...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
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
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
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
 

Comparative analysis of edge based and region based active contour using level sets and its application on ct images

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 566 COMPARATIVE ANALYSIS OF EDGE BASED AND REGION BASED ACTIVE CONTOUR USING LEVEL SETS AND ITS APPLICATION ON CT IMAGES B.S Saini1 , G.Sethi2 1 Associate Professor, ECE, National Institute of Technology, Jalandhar, Punjab, India, sainibss@gmail.com 2 Research Scholar, ECE, National Institute of Technology, Jalandhar, Punjab, India, gaurav257161@rediffmail.com Abstract Detection of Liver cancer from CT images is an exigent task due to the reason that cancer impression in CT images are of very low in contrast and have indistinguishable edges. Indistinguishable edges are edges in which foreground and background are almost same. Image segmentation is used to extract desired anatomical structure from image. Image segmentation is the process of dividing the image into multiple regions. These regions are sometimes called region of interest (ROI). These ROI’s are used as informative inputs to further image processing e.g. feature extraction, selection and ultimately the classification of a disease. Thus an effective image segmentation is utmost important in medical images. In case of indistinguishable edges most segmentation techniques fails to detect edges. Edge based and region based active contour methods are most prevalent for image segmentation. Edge based technique works using gradient function and ultimately stopping function to detect edges , while region based uses average information inside and outside regions to control evolution and termination at edges. In this paper comparative analysis of edge based and region based active contour using level sets is done. When applying these methods on the CT images with an impression of liver cancer, it has been found that the edge based contour able to locate the desired edges more accurately. The quantitative and qualitative results comparison between two techniques has also been done. Results shows that edge based methods performs comparatively better than region based active contour using level set if number of iterations are controlled properly. Index Terms: Level Sets, Gradient, Stopping function, Active contours and Liver cancer. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Cancer diseases accounts for approximately one sixth of death worldwide but as per WHO report liver cancer contributes heavily to overall deaths caused by all types of cancer [1]. Recently it was concluded that fifty percent of cancer diseases are curable if detected early and accurately. Also in the prognosis and diagnosis of a cancer it is necessary to know beforehand the size and area of spread of cancer. In this the studies related to medical imaging plays an important role in the early diagnosis of cancer. The medical imaging has now emerging as a non invasive tool for disease diagnosis [2]. Many medical modalities related to imaging are being used like X-rays, Ultrasound, CT scan, MRI etc. The CT and MRI are the latest and best of all due to their better resolution and contrast. Now with respect to CT scan the MRI scan is more expensive in nature; it is difficult for patient to hold breath for couple of seconds and is not congenial for patients having claustrophobia. In comparison to this the CT scans are less expensive, patient friendly, takes less time to scan as compared to MRI [3]. CT scan is perhaps the oldest and first technology developed by Hounsfield in 1970, which makes possible to take tomography images [4]. Thus, in general the CT images are now becoming more and more popular in disease diagnosis and prognosis. Now days as volume of data increases manifolds and it is not possible for a radiologist or an oncologist to diagnose the disease manually and sometimes this may leads to misdiagnosis of a disease. Thus, computer aided diagnosis system attracts a great amount of interest [4] for detection of diseases to improve accuracy and efficiency. According to the recent statistics , liver cancer is one of the dangerous cancerous disease and in this work our main stress is on detection of cancer in the CT images of a liver. Therefore, designing and developing CAD system for liver cancer is of great interest. The most important part of computer aided diagnosis system is automatic image segmentation. Image segmentation is the process of dividing the image into multiple regions. These regions are sometimes called Region of Interest (ROI). These ROI’s are used as informative inputs to further image processing e.g. for feature extraction, selection and ultimately the classification of a disease. Thus an effective image segmentation is utmost important not only in detecting the location of cancer in liver but also equally imperative to observe the extent to which cancer spread across liver. In addition, it also gives information that how much damage has been done to nearby organs or to liver itself. This
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 567 information becomes very critical in deciding the line of treatment to be followed by the oncologist/surgeon i.e. chemotherapy or surgery etc. If image segmentation is not proper and gives incorrect information regarding the location and extent of spread of cancer by not detecting desired boundaries of ROIs i.e. either the ROI is over segmented or under segmented, then CAD system may gives false diagnostic report. Thus segmentation method needs to be sensitive enough to detect correct location and area of cancer tissues so that faithful diagnosis can be done. Extensive studies have done is past on image segmentation and many methods have been proposed for the same. Sezgin and Sankur [4] perform a quantitative comparison of various thresholding techniques for image segmentation. Weszka, Nagel and Rosenfeld [5] proposed a technique for the selection of a threshold value for image segmentation. Yenwan and Higgins [6] proposed symmetric region growing method, in which extraction of region is based on some predefined criteria and concentrates on selection of seed point. Coleman and Andrew proposed clustering for image segmentation and is an unsupervised method of segmentation [7], Dunn [8] proposed fuzzy c-means clustering, Bezdex [9] improves fuzzy clustering algorithm and Sewchand [10] proposed expectation maximum algorithm for image segmentation. Dzung, Jerryprince and Chenyang Xu [11] reviewed various methods of image segmentation like thresholding, region growing clustering and deformable contours. Kass [12] proposed deformable contours named as snakes. Caselles [13] introduced geometric curves for representing the deformable or active contours for image processing. Level set is to represent and embed interface to higher dimension function known as level set function  and devise the movement of contour as the evolution of level set function. Based on the stopping criteria the contours were divided into two categories: Region based and Edge based .The edge based active contours used a stopping function, computed using the gradient of an image for stopping the curve at edges. In images where the edges are vague, the contour is unable to terminate. This problem of spreading of contour out of desired region is commonly named as leakage. In order to overcome this problem of leakage region based contour has been proposed by Chan and Vese In CT images, with an impression of cancer in liver, the intensity of infected region of liver is almost same as that of non infected regions as shown in Fig. (1). It has been found that most of the methods which were used in past for image segmentation of such images do not perform well. This may give the radiologist wrong information about the extent of spread of cancer across the liver. So two active contour methods i.e edge based and region based active contour models using level sets are compared to find out which one segments tumor better. In this paper, to determine which segmentation method would provide the best results in locating the cancer region in liver in CT images comparative performance evaluation of these methods has been statistically evaluated using (i) Correlation, (ii) Variation of Information (VOI), (iii) Global Consistency Error (GCE), (iv) Rand Index (RI). Tests are performed on 10 CT images. The outline of this paper is as follows: Section 2 consists of edge based model Section 3 consists of region based model. Section 4 consists of review of level sets. Section 5 includes results and comparison. Last section concludes this paper. 2. EDGE BASED ACTIVE CONTOURS In medical imaging Edge based active contours [18] uses an edge detector based stopping function for terminating the contours at edges. This stopping function can be defined by a positive and decreasing function g, depending on the gradient of the image ),( yxI , such that 2 |),(),(|1 1 |)),(| yxIyxG yxIg   (1) Where g is the stopping function, ),(),( yxIyxG  is the smoother version of image ),( yxI . In general the gradient is defined as a measure of change in intensity and in context of medical imaging an edge is also defined by the same i.e. change in intensity. So the location in the image where value of gradient is high there is a possibility of an edge. In edge based active contours when curve evolves and comes closer to an edge, the gradient value approaches maximum and in turn the stopping function approaches close to zero and finally at edge the curve which is evolving attains a zero speed and stops at desired edge. This method works well for only distinct edges but does not provide satisfactory results when it comes to indistinguishable edges. This was due to the reason that at indistinguishable edges the gradient value is not high enough to make stopping function close to zero for the curve to terminate at edges and is shown in fig. 1
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 568 Fig-1: Level Sets applied on Indistinguishable Edges 3. REGION BASED ACTIVE CONTOURS As edge based active contours suffers from the drawback of not terminating at indistinguishable edges. The region based active contours are proposed [21]; using global information of an image for evolution and termination of curve at edges. In this method the contour divides the image into two regions i.e. inside and outside or foreground and background regions, and calculates the energy based on the mean value of intensity. This method is based on the principal of energy minimization and utilizes the statistical information inside and outside the contour to control the evolution. For a given image I in domain  , the energy function is formulated by minimizing equation (3)   xdxcxcxE OUTSIDEINSIDE CV ,)()( 2 22 2 11  (2) Where C1 and C2 are mean intensities inside and outside the contour. 4. LEVEL SETS The level set method has now become well known and has far- reaching impact in various applications, such as computational geometry, fluid dynamics, and image processing and computer vision . In image segmentation, the level sets along with active contours are being used for detecting indistinguishable edges and shapes. The basic idea of level set method is to represent a contour as the zero level set function of higher dimension called level set function and thus formulate the motion of contour as evolution of this level set function The movement of contour as the evolution of level set function under the influence of Force '' F is defined using level set equation (5) 0 Ft (3) Where '' F is force and is a function of various arguments like curvature, normal direction and gradient During evolution of level set function it is expected that this function behaves like signed distance function but in practice the level set function is not been able to maintain its signed distance profile and this may leads to numerical errors and eventually destroys the evolution of level sets. C Li et al. [18] proposed Distance Regularized Level Set Evolution (DRLSE), using an edge based active contour method for eliminating the need of re-initialization. Advantages of level sets are that they inherited with the property of topology change like region merging and splitting naturally. Secondly the numeric calculation can be done on Cartesian grid which leads to the simplification in calculations and making algorithm less complex. In this work by looking into the merits of active contours level set models, firstly for segmenting the cancerous region in liver using CT images edge based Distance Regularized Level Set Evolution (DRLSE) method and region based active contour level set methods has been used. 5. EXPERIMENTAL RESULTS In order to evaluate the performance of two methods pictorial and quantitative comparison is done with closely related algorithms DRLSE [18] and Region based active contour [21] models. MATLAB 2010 was used in implementation of methods. To verify the accuracy of proposed method quantitative comparison is carried using four parameters. The comparison is done to show the effectiveness of edge based method over other technique. 5.1 Rand Index:- Rand Index is the measure of similarity of data partitions. Consider two sets R and R’ having N points i.e X={x1,x2……..xN) [27]. Rand Index measures the similarity in these two data sets by taking ratio of number of pairs of points having the similar relationship by using (4).     2 1 2 1 1, , 22 . 2 . '                  NN nnn SSR vu uv u v vu (4) Rand Index measures the similarity ranging from 0 to1. Where 0 means no similarity and 1 means maximum similarity. Higher the value better segmentation.
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 569 5.2 Variation of information (VoI): Meila [28] gives another metric called Variation of information which is the measure of information gain or loss changing from one cluster to another. Clusters can be viewed as ROI in this case. VOI is calculated on the basis of entropy and mutual information using (5) [28]      YXIXHYXVoI ;2,  (5) 5.3 Correlation: Correlation is the comparison of a template of an image with an actual image .The template image is superimposed on the actual image of an object to generate the correlation image to display match or disparity. Mathematically correlation is calculated using (6)     N Nj N Ni iyixIjiFyxIF ),(),(),(* (6) Where F is original Template and I is segmented template. Correlation value ranges from 0 means no match or maximum disparity to 1 perfect match or no disparity. 5.4 Global Consistency Error (GCE): Global consistency Error is measure of the extent to which one segmented region is refinement of other. Lower the value of GCE better is segmentation. Experiments were performed on 10 images, but seven cases are used for comparative analysis. Fig-2: From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based . Fig-3: - From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based Fig-4: - From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 570 Fig-5: - From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based Fig 6: - From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based Fig -7: From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based
  • 6. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 571 Fig-8: From Top Left to bottom right a) Original CT image cancer marked as ROI b) Segmented output by edge based c) Segmented output by Region based. Fig-9: (a) RI (b) GCE (c)VOI (d) Correlation 6. DISCUSSION OF RESULTS This section demonstrates the results as shown in Fig 2a shows liver cancer in circle. Fig 2b shows the results of edge based active contour model, fig 2c shows result of Region based it is evident that contour reaches far away from desired boundaries in case of region based as compared to edge based. So this gives wrong input to the later stages of computer aided system which in turn gives false result to radiologist for diagnose. This is misleading to the radiologist as he might comprehend wrongly the extent of spreading of cancer in liver. This argument is supported by taking Quantitative parameters and using these parameters for comparison of two techniques. Quantitative Comparison confirms that edge based works better for all types of images taken. Similarly for Figures 3,4,5,6,7 and 8 it is amply clear that while region based methods go beyond the desired region as compared to edge based active contour model, hence giving wrong information about the whereabouts of cancer and also wrong information about the spread of cancer. CONCLUSIONS To conclude we compared two methods of image segmentation based on level sets i.e edge based and region based active contours. Results show that if iteration are controlled then edge based can able to locate ROI more accurately as compared to other method. Region based either go far beyond cancer periphery or confined within periphery gives false information regarding the spread of cancer in body. Quantitative comparison is also done which shows that edge based is giving far more accurate idea of location and spread of cancer. REFERENCES: [1] “Burden of non-communicable disease in India” report by Cameron Institute, 2010. [2] Erkonen, W.E. Smith, The Basics and fundamentals of imaging, Philadelphia Wolters, 2010. [3] E. Chen and P. Chung, “An automatic diagnostic system for CT liver image classification,” IEEE Trans. Biomedical Engineering, pp. 783-794, vol. 45, 1998. [4] M. Sezgin and B. Sankur, “Survey over image thresholding techniques and quantitative performance evaluation,” Journal of Electronic Imaging, vol. 13, pp. 146-165, 2004. [5] Weszka, R.N. Nagel and A. Rosenfeld, “A threshold selection technique,” IEEE Trans. Computing, vol. 23, pp. 1322-1326, 1974. [6] S. Wan and W.E. Higgins, “Symmetric region growing,” IEEE Trans. Image Processing, vol. 12, pp. 1007-1015, 2003. [7] G. B. Coleman and H.C. Andrew, “Image segmentation by clustering,” in Proc. IEEE, 1979, vol. 67, pp. 773-85.
  • 7. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 572 [8] J. C. Dunn, “A fuzzy relative of the ISODATA process and its use in detecting compact well-separated clusters,” Journal of Cybernetics, vol. 3, pp. 32-57, 1973. [9] Bezdek, Pattern recognition with fuzzy objective function algorithms, Plenum Press, New York, 1981. [10] T. Lei and Sewchand, “Statistical approach to X ray CT imaging and its applications in image analysis A new stochastic model-based image segmentation technique for X-ray CT image,” IEEE Trans. Medical Imaging, vol. 2, pp. 62–69. [11] L. Pham,C. Xu and J. Prince, “Current methods in image segmentation”, Annual Review Biomedical Engineering, vol. 2, pp. 315–37 , 2000. [12] M. Kass, A. Witkin and D. Terzopoulos, “Snakes: active contour models,” International Journal of Computer Vision, vol. 1, pp. 321–331, 1988. [13] V. Caselles, F. Catte, T. Coll, and F. Dibos, “A geometric model for active contours in image processing”, Numerical Math, vol. 66, pp. 1-31, 1993. [14] S. Osher and R. Fedkiw, Level set methods and dynamic implicit surfaces, Springer, New York, 2002. [15] V. Caselles, R. Kimmel and G. Sapiro, “Geodesic active contours,” in Proc. IEEE International Conference on Computer Vision, 1995, Boston, MA, pp. 694–699. [16] S. Osher and J. Sethian, “Fronts propagating with curvature-dependent speed: algorithms based on hamilton-jacobi formulations,” Journal of Computer and Physics, pp. 12–49, Nov. 1988. [17] V. Caselles, R. Kimmel and G. Sapiro, “Geodesic active contours,” International Journal of Computer Vision, pp. 61–79, 1997. [18] C. Li, C.Y. Xu, C.F. Gui and M.D. Fox, “Distance regularized level set evolution and its application to image segmentation,” IEEE Trans. Image Processing, vol. 19, pp. 3243-3254, 2010. [19] Sethian, Level sets methods and fast marching methods, Cambridge university press, Cambridge U.K, 1999. [20] L.A. Vese and T.F. Chan, “Active contours without edges,” IEEE Trans. Image Processing, vol. 10, pp. 266– 277, 2001. [21] K Zhang, L Zhang, H. Song and W. Zhou, “Active contours with selective local or global segmentation: a new formulation and level set method,” Image and Vision Computing, vol. 28, pp. 668–676, 2010. [22] C. Li, C.Y. Xu, C.F. Gui and M.D. Fox, “Level set evolution without re-initialization: a new variational formulation,” in Proc. IEEE Conference on Computer Vision and Pattern Recognition, San Diego, 2005, pp. 430–436. [23] Mumford and J. Shah, “Optimal approximation by piecewise smooth function and associated variational problems,” Communication on Pure and Applied Mathematics, pp. 577–685, 1989. [24] P. Kovesi, “Phase congruency detects corners and edges,” in Proc. DICTA, pp. 309–318, 2003. [25] Morrone and Owens, “Feature detection from local energy,” Pattern Recognition Letters, vol. 6, pp. 303– 313, 1987. [26] Rand, “Objective criteria for the evaluation of clustering methods,” Journal of the American Quantitative association, vol. 66, pp. 846–850, 1971. [27] Unnikrishnan and M. Hebert, “Measures of similarity,” IEEE Workshop on Computer Vision Applications, pp. 394–400, 2005. [28] M Meilǎ, “Comparing clustering - An axiomatic view,” in Proc international conference on Machine learning, 2005, pp. 577-584. [29] H. Y. Chai, “Performance metric for active contour models in image segmentation,” International Journal of Physical Sciences, vol. 6, pp. 6329-6341, 2011. [30] D.Dogra, A.K. Majumdar and S. Sural, “Evaluation of segmentation techniques using region area and boundary matching information,” Journal Vision Communication and Image, vol. 23, pp. 150–160, 2012. [31] D. Martin, C. Fowlkes, D. Tal and J. Malik, “A database of human segmented natural images and its application to evaluating segmentation algorithms and measuring ecological statistics,” in Proc ICCV, 2001, pp. 416– 425. [32] Tsai, A. Yezzi and A.S. Willsky, “Curve evolution implementation of the Mumford–Shah functional for image segmentation, denoising, interpolation, and magnification,” IEEE Trans. Image Processing, pp. 1169–1186, 2001. [33] L.A. Vese and T.F. Chan, “A multiphase level set framework for image segmentation using the Mumford– Shah model,” International Journal of Computer Vision ,vol. 50, pp. 271–293, 2002.. [34] Ronfard, “Region-based strategies for active contour models,” International Journal of Computer Vision, vol. 13, pp. 223–247, 2002. [35] N. Paragios and Deriche, “Geodesic active regions and level set methods for supervised texture segmentation,” International Journal of Computer Vision,vol. 46, pp. 223–247, 2002. [36] C. Xu and J.L. Prince, “Snakes, shapes, and gradient vector flow,” IEEE Trans. Image Processing, pp. 359– 369, 1998. [37] G. Aubert and P. Kornprobst, Mathematical problems in image processing: partial differential equations and the calculus of variations, Springer New York, 2002. [38] Malladi, J. A. Sethian and B.C. Vemuri, “Shape modeling with front propagation: A level set approach,” IEEE Trans. Pattern and Machine Intelligence, pp. 158–175, Feb. 1995. [39] C. Li, C. Kao, J.C. Gore, Z. Ding, “Minimization of region-scalable fitting energy for image segmentation,” IEEE Trans. Image Processing, vol. 17, pp. 1940–1949, 2008. [40] C. Li, C. Xu, K. Konwar and M. D. Fox, “Fast distance preserving level set evolution for medical image
  • 8. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 573 segmentation,” in Proc. 9th International Conference on Control and Automation, 2006, pp. 1–7. [41] A. Belaid, D. Boukerroui, Y. Maingourd and J. Lerallut,” Phase based level sets for ultrasound images,” IEEE Trans. Information Technology In Biomedicine, vol. 15, pp. 138-147, 2011. [42] Viola Thomasson, “Liver Tumor Segmentation Using Level Sets and Region Growing,” Ph.D. dissertation Linköpings universitet Sweden. 2011. [43] Haralick and L.G. Shapiro, “Image segmentation techniques,” in Proc. Computer Vision Graph. Image Processing, 1985, pp. 100-32. [44] J. Sethian, Level set methods: evolving interfaces in geometry, fluid mechanics, Computer Vision, and Materials Science, 1996. [45] J. Sethian, “Evolution, implementation, and application of level set and fast marching methods for advancing fronts,” Journal of Computational Physics, pp. 503–555 2001. [46] A. Hoover, G. Jiang, P. Flynn, H. Bunke, D. Goldgof, K. Bowyer, D.W. Eggert, A. Fitzgibbon and R.B. Fisher, “An experimental comparison of range image segmentation algorithms,” IEEE trans. pattern analysis and machine intelligence,vol. 18, pp. 673-689, 1996. [47] K. I. Chang , “Evaluation of texture segmentation algorithm,” in Proc CVPR, 1999 [48] F. Ge, S. Wang and T. Liu, “New benchmark for image segmentation evaluation,” Journal of Electronic Imaging, vol. 16, 2007. [49] P. Luckas, R. Hudec, M. benco, P. Kamencay, Z. Dubcova and M. chariasova,” Simple comparison of image segmentation algorithms based on evaluation criterion,” in Proc IEEE, 2011. [50] C. Grigorescu and N. Petkov, “Distance sets for shape filters and shape recognition,” IEEE Trans. Image Processing, vol. 12, pp. 1274-1287, 2003. BIOGRAPHIES: Barjinder S. Saini was born in Jalandhar, India, in 1970. He received his B.Tech and M.Tech. degrees in Electronics & Communication Engineering in 1994 and 1996 respectively. He then obtained his PhD degree in Engineering on “Signal Processing of Heart Rate Variability” in 2009 from Dr. B. R. Ambedkar National Institute of Technology, Jalandhar. He is working as Associate Professor in Electronics & Communication Engineering Department at NIT Jalandhar since 1997. He supervised more than 20 M.Tech dissertations and presently guiding 06 Ph. D research scholars. He has published more than 20 research papers in internationally reputed Journals and Conference proceedings. He has accomplished research projects from government departments. He has also conducted several courses, workshops and international conferences for the benefit of faculty and field engineers. His areas of interest are Medical Image Processing, Digital Signal Processing and Telemedicine and embedded systems. Dr. Saini holds membership of many professional bodies. He is a life member of the IETE. Gaurav Sethi was born in Jalandhar, India, in 1979. He received his B.Tech From B.C.E.T, Gurdaspur, India in 2002 and M.Tech from DAVIET, Jalandhar in 2007. He is currently working towards Ph. D in biomedical Image Processing from Dr. B. R. Ambedkar National Institute of Technology, Jalandhar. His Research Interest includes biomedical image processing, computer vision, pattern recognition.