SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -13
Segmentation of MR Images using Active Contours:
Methods, Challenges and Applications
K V Mahesan*
S. Bhargavi D. Jayadevappa
Associate Professor Professor, Dept. of ECE Professor, Dept. of E& IE
Dept. of Telecommunication SJCIT, Chikkaballapur, India JSSATE, Bengaluru,
Dr. AIT & Research Scholar VTU, Belagavi, India.
Jain University, Bengaluru, India
Abstract — In recent years, Active contours have been widely studied and applied in medical image analysis. Active
contours combine underlying information with high-level prior knowledge to achieve automatic segmentation for
complex objects. Their applications include edge detection, segmentation of objects, shape modelling and object
boundary tracking. This paper presents the development process of active contour models and describes the classical
parametric active contour models, geometric active contour models, and new hybrid active contour models based on
curve evolution and energy minimization techniques. It also discusses challenges and applications of active contour
models in medical image segmentation.
Keywords — Active Contours, Image Segmentation, Medical Image Analysis.
I. INTRODUCTION
Manual tracing of object boundaries generally suffers from poor reproducibility of results and it is also tedious and time
consuming. Further, manual segmentations are often restricted to 2D slice-wise processing, often suffer from
inconsistency across segmented slices. Quantitative analysis of medical images requires reproducible, accurate and
efficient segmentation methods. In this paper, various approaches of medical image segmentation using active contours
and available algorithms are reviewed and their advantages, disadvantages and limitations are discussed.
This paper reviews various types of active contour models used for the segmentation of medical images. Active contour
models can be implemented on the continuum and achieve sub pixel accuracy, a highly desirable property for medical
imaging applications. Current research on active contour models for medical image segmentation is extensive. Many
variations, extension, and alternative formulations appeared since the introduction of traditional snake model [1]. Survey
and review articles on active contour models in medical image segmentation are available in the literature [2], [3], [4], [5].
This review is on their basis for comparison of some more medical image segmentation techniques. Active contour
models (ACM) are less sensitive to noise, as well as the location of the initial contour, and have better performance with
weak boundaries. Hence these models can efficiently detect the exterior and interior tumour boundaries simultaneously.
II. ACTIVE CONTOUR MODELS
Medical image analysis has played a more and more important role in many clinical procedures due to the advancements
in medical imaging modalities such as computed tomography (CT), magnetic resonance imaging (MRI), and ultrasound.
Active contour models are capable of providing closed and smooth contours or surfaces of target objects with sub-pixel
accuracy and have been extensively applied to 2D and 3D image segmentations. These models can be formulated under
an energy minimization framework based on the theory of surface evolution and geometric flows. The first model of
active contour (Snake model) was proposed in [6] and named snakes due to the appearance of contour evolution and is
successfully applied to deal with a wide variety of computer vision applications.
The snake model is described as a controlled continuity model under the influence of image forces. Internal forces
control the bending characteristics of the while image forces, such as the gradient, serve to push the snake toward image
features.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -14
The total energy of the snake is defined as
1 1 1
*
int
0 0 0
( ( )) ( ( )) ( ( ))snake snake imageE E s ds E s ds E s ds  
  v v v (1)
The spline’s internal bending energy has been defined by this paper as follows
2 2
int ( ) ( ) ( ) ( )E s s s s  s ssv v (2)
The coefficients, and  can be used to control the continuity characteristics of the snake by changing its elasticity
and rigidity. Application of this basic model is limited because of contour initialization. Berger [7] has proposed the first
and primary uses of parametric models in medical image analysis to segment objects in 2D images. However, this classic
snake provide an accurate location of the edges only if the initial contour is given sufficiently near the edges, because
they make use of only the local information along the contour. This limitation indicates that, basic snake model alone
cannot serve the purpose of accurate segmentation and they need further modifications and extensions. Cohen [8] has
incorporated an inflation force in the original snake model and the contour curve is treated as a balloon that is inflated in
order to avoid local minima solutions i.e., the curve passes over edges and is stopped only if the edge is strong. However,
it does not work image with weak edges. Cohen and Cohen [9] used an internal inflation force to expand a snake’s model
past spurious edges towards the real edges of the structure, making the snake less sensitive to initial conditions. But it
suffers with poor capture range. Poon et al. [10] have proposed an algorithm to minimize the energy of active contour
models using simulated annealing. This method improves the capture range but noise and other image artefacts can cause
incorrect regions or boundary discontinuities in objects recovered by this method.
A. Gradient Vector Flow and Geodesic Active Contour Models
In order to overcome the limitations posed by traditional snake, Xu and Prince [11] have made an effort by introducing
gradient vector flow as an external force (region based features), that significantly increases the capture range. In this
method they replaced the potential force in the traditional equation with a novel external force field called Gradient
Vector Flow (GVF). The energy equation is as follows
    2 22 2 2 2
x y x yE C u u v v f V f dxdy      
 (3)
This technique makes the model free from the initial conditions and also they can handle concave objects. But still it
poses the following drawbacks. Paragios et al. [12] have introduced a set of diffusion equations applied to image gradient
vectors yielding a vector field over the image domain.
    1 ,
C
g k Vk x k x u v N N
t
    
        
(4)
This method has the bidirectional flow and can extract concave object extraction problem, however, it suffers from high
computational requirements. To overcome this drawback, Cvancarova et al. [13] proposed several improvements to the
original GVF algorithm.
       
1
2 2
0
1
' ''
2
extE C s C s E C s ds    (5)
Traditional snake often converges to local minimum and they do not perform well on noisy images, and their capture
range is small. This problem is overcome by Osher and Sethian [14] and suggested some external force model to enhance
capture range. By introducing several parameters to the GVF algorithm [15], the capture range is shown to be satisfactory.
In order to improve both segmentation quality and computational efficiency, Liu et al. [16] suggested the combination of
GVF algorithm and mean shift technique. The improved GVF using mean shift is formulated as,
         1
1 2 3'' ''' 0g d C s g d C s g d V
   (6)
This algorithm reduces the interferences from other edges, but it suffers with parameter optimization.
Caselles et al. [17, 18] and Malladi et al. [19] have introduced a new method called Geometric Active Contour (GAC)
model. These models can handle topology changes without any additional task. This method is based on the level set
frame work, where the curveC represented by the zero level set of a Lipschitz function :    which is usually
defined as a signed distance function such that
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -15
  
  
    
: 0
( ) : 0
: 0
C x x
inside C x x
outside C x x
 
 
 
   


  

  
(7)
 
GAC
g k v
t



    

(8)
Yezzi et al. [20] have proposed another geometric snake using energy to search for a curve of minimal weighted length,
and then the energy minimization functional for geodesic active contour is given by
      
1
2
0
1
'
2Geodesic
E C C s I C s ds 
 
   
  (9)
This can be generalized by replacing the edge detector I  with a decreasing function
2
g I then the evolution
equation for geodesic active contour is
 
Geodesic
g k v g
t

 

      

(10)
Sapiro et al. [21] have also proposed the modified geometric active contour model by introducing the curvature term in
the original snake model as,
 
 
1
0
, s
E C s
f N N KfN c ds
t t
  
      (11)
The above review on traditional snake, GAC, and GVF conclude that, in edge-based segmentation methods [22], the high
similarity that exists (especially MR images) in the intensities of adjacent regions may not provide prominent edge
information. Similarly, with region-based techniques with high similarity in intensities between adjacent structures may
cause under-segmentation problem. In order to formulate this, level set based active contour models (belongs to
geometric approach) are proposed. These models incorporate both edge and region information to provide an accurate
segmentation of regions that has highly similar intensities with their backgrounds.
Fig. 1. Results of GVF and GAC to brain MR image segmentation
Malladi et al. [23] and Siddiqui et al. [24], have attempted the first application of level sets in medical image
segmentation. Limitation of this method is that, one needs to ensure that a Zero Level Set (ZLS) lies embeded over the
object to be modeled. Tsai et al. [25] have also proposed a shape based approch to curve evolution for the segmentation
of medical images containing known objects. Goldenberg et al. [26] have explored a shape based level set approach. This
method is based on the coupled surfaces model that was derived as a minimization problem in a variational geometric
framework. Shi and Karl [27] have addressed the problem of segmenting heterogeneous features in the image by
reformulating region based segmentation energy in a local way. Jayadevappa et al. [28] have addressed the advantages
and disadvantages of various active contour models used in medical image segmentation.
Phan Truc et al. [29] presented a novel active contour model for medical image segmentation that is based on a convex
combination of two energy functional to both minimize the in-homogeneity within an object and maximize the distance
between the object and the background. This regularize the solution by constraining the length of the curve and the area
of the region inside it, yielding the total energy functional as
( ) ( ) ( ( ) ( ) (1 ) ( )E c Length C Area inside C F C B C        (12)
One of the advantages of the Active Contour (AC) over other geometric AC models is that it can be initialized outside,
inside, or even across the objects. Compared with the conventional model [30], this performs better and is less sensitive
to noise and contrast.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -16
An improved region-based model with local statistical features for medical image segmentation was proposed in [31].
This model utilizes an improved region fitting term to partition the regions of interests in images depending on the local
statistics regarding the intensity and the magnitude of gradient in the neighbourhood of a contour. Since it uses gradient
descent method, energy function will minimize by an efficient dual algorithm, which avoids the instability and the non-
differentiability of traditional numerical solutions. The energy functional of the proposed model is as follows.
2
1
2
1
( ( ) ( ))
( ) (logexp( )
x y C
l x C y
E X
 

 
 (13)
2 2
2 1
2 2
2 1
( ( ) ( ) ( ( ) ( ))
logexp logexp
I x C y I x v y
 
     
        
   
(14)
where, 1( )C y , 2 ( )C y and Y C denote the mean intensity inside and outside the contour in the local region. This
model is different from other general region-based models in two ways. First, the new regularization term proposed in the
proposed model is capable of extracting the complete local structural information from an image.
B. Gradient Vector Flow and Geodesic Active Contour Models
A new region-based active contour model, namely local region-based Chan–Vese (LRCV) model [32] is proposed for
image segmentation. By considering the image local characteristics, the proposed model can effectively and efficiently
segment images with intensity in-homogeneity and also to reduce the dependency on manual initialization in many active
contour models. In this technique, 1( )C x and 2 ( )C x degrade to constants,
1 2
1 2
( )( , )
2 ( ) ( ) ( )
2
c cx t
c c I x
t

 
  
      
(15)
Compared with the well-known local binary fitting (LBF) model and the LCV model, the LRCV is not only much more
computationally efficient and but also much less sensitive to the initial contour.
Graph cuts based active contour models [33] have been widely used in image segmentation for global minimization and
efficient calculation. For local segmentation with surrounding nearby clutter and intensity in-homogeneity the general
formulation of active contour model is used.
2 2
( ) ( ( ( )) ( ( ) ) ( ( ) )
in out
b in out
C C C
E c g I C S ds I x f dx I x f dx
 
      
    (16)
where, I corresponds to pixel intensities, C is the closed curve, and fin and outf are local versions of mean intensities
inside and outside curve C respectively. Based on the analysis of the initialized contour and the narrow band above, we
initialize the contour around the true boundary in experiments, and the narrow band is built.
(a) (b) (c)
Fig. 2. Analysis of the Graph cuts based active contour models [33]. (a) Red curve is the initialized contour, and the narrow band RNB is
constructed between the green curves, Result using only region term and (c) Result using only the edge term.
Qi Ge et al. [34] proposes a novel region-based active contour model (ACM) for image segmentation, which is robust to
noise and intensity non-uniformity. The energy functional of the proposed model consists of three terms, i.e., the patch-
statistical region fitting term, the improved regularization term, and the intensity variation penalization term. The patch-
statistical region fitting term computes the local statistical information in each patch as the basis for driving the curve
accurately with resist to intensity non uniformity and weak boundaries. The regularization term coupling with the
gradient information improves the ability of capturing the boundaries with cusps and narrow topology structures. The
image gradient describes intensity variation on two perpendicular orientations. So it is necessary to improve the total
variation regularization term by gradient information of intensity. For simplicity, the images are considered as the
2-dimensional matrices and the level set function is defined in the continuous setting. Then an improved regularization
term as
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -17
1 .
( )
I
R
I

 

 

 (17)
Recently, ACM and Geodesic Contours (GC) have become the most popular and important methods in image
segmentation. Considering the advantages of global minimization and efficient calculation over level set method, ACMs
are often optimized via GC. However, most GC-ACMs are global segmentation models [35], i.e., no matter where the
initial contours locate in the image, all of the objects in the image will be segmented globally. For local segmentation, the
localized GC-ACMs [36].
Fig. 3. The effects of the improved regularization term, the patch-statistical region fitting term and the intensity-variation penalized term
during the curve evolution [34].
The proposed model is different from other general region-based models in three ways. Firstly, a new region fitting
energy extracts the statistical information in the local patch to classify the pixels; secondly, an intensity variation
penalization term is proposed to make the evolution be robust to the noise and intensity non-uniformity; in addition, the
new regularization term coupling with the gradient information enhances the curve’s ability of capturing the complex
topological structures like cusps and corners. Region based segmentation in medical images considers the two facts; (i)
Medical images have typical feature of intensity in-homogeneity. (ii) Object segmentation in medical images has typical
feature of surrounding nearby clutter.
A nonparametric local region-based active contour driven by a local histogram fitting energy is presented by Weiping
Liu et al. [37]. In this algorithm, the energy is defined in terms of an evolving curve and two fitting histograms that
approximate the distribution of object and background locally through a truncated Gaussian kernel. In this method, a
nonparametric region-driven ACM using local histogram fitting energy is proposed. For a given point, the region is
localized by a Gaussian kernel. The local histogram fitting energy is defined as,
1 0( , , ) ( ) ( , ) ( ) ( , )x x x y x y
x t LE C P P K X Y D P P dy K X Y D P P dy 
 
      (18)
where, x
iP and 0
x
P are the fitting histograms that approximate the distribution inside and outside the evolving curve.
Fig. 4. Segmentation results using local histogram based active contour model [35].
The experiment in figure 3 shows the evolution process from the initial curve (first column) to the final curve (fourth
column) using local histogram fitting energy with varying kernel width. This technique applies the nonparametric
statistic and does not predefine any kind of distribution of each region. It is not appropriate to use a fixed kernel width
when compute the local fitting histograms and evolve the curve. This method can also be able to segment texture images
and low contrast image.
A new radial active contour technique, called pSnakes [38] using the 1D Hilbert transforms as external energy. The
pSnakes method is based on the fact that the beams in ultrasound equipment diverge from a single point of the probe,
thus enabling the use of polar coordinates in the segmentation. The control points or nodes of the active contour are
obtained in pairs and are called twin nodes. The internal energies as well as the external one, Hilbertian energy, are
redefined. The active contours, pSnakes, is a radial active contour method which can be used to segment objects from
digital images, and is defined by
2
[0,1] R
 1 2( ) ( ( ). ( ));( ( ). ( ))S C S r s s r s S   (19)
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -18
where 1( , )r  and 1( , )r  are polar coordinates of the control points of the polar active contour (pSnake). The main
applications of this work are; the use of the pSnakes method in the image segmentation of the LV and the use of Hilbert
energy to calculate the external force of the radial pSnakes method though Hilbert transform. First the 1D Hilbert
transform must be applied along the radial beams, which are the image rays represented in polar coordinates, after which
it should be normalized and its absolute value can then be used as the external energy. The external Hilbertian energy of
pSnakes is defined as the absolute value of the normalized Hilbert transform applied along the signal beam. Figure 4
shows the main geometric differences among snakes, radial snakes and pSnakes respectively.
(a) (b) (c)
Fig. 5. Different types of snakes: (a) Snakes, (b) Radial snakes, (c) pSnakes [36]
In order to segment the image accurately, many energy functionals integrated an edge-based method and a region-based
technique in the literature. The external energy functional incorporates an edge-based information fitting term [39],
which is an adaptive diffusion flow (ADF), and responsible for extracting object boundaries, especially segmenting the
weak and missing borders, and a localizing region intensity fitting, which localizes the Chan–Vese external energy gain
intensity. This challenging task is accomplished by establishing an active contour model in a variational level set
formulation.
Fig. 6. The segmentation result of the adaptive diffusion flow (ADF) snake [39].
This method combines the advantages of the LACM and the ADF model by taking the localizing region and edge-based
intensity information into account. The following general expression as the evolution equation
( ) ( ) ( )( )
(1 )
region edge L
x x xx
dt dt dt dt
  
  
  
    (20)
In this technique, the contour is initialized automatically and the division of contours [40], [41] takes place depends on
the number of objects present in the image.
C. Active Contour Model Based on Local and Global Intensity Information
An energy functional with a local intensity fitting term, which is dominant near object boundaries and responsible for
attracting the contour toward object boundaries, and an auxiliary global intensity fitting term which incorporates global
image information [42], [43], [44] to improve the robustness of the system. When the contour is close to object
boundaries, the local intensity fitting force becomes dominant, which attracts the contour toward and finally stops the
contour at object boundaries. This force plays a key role in accurately locating object boundaries, especially for images
with intensity in-homogeneity. The global intensity fitting force is dominant when the contour is far away from object
boundaries, and it allows more flexible initialization of contours by using global image information.
Another technique of active contour model driven by local and global probability distributions [45]. In this method, a
new local signed pressure force (SPF) function, which is defined based on the local probability distributions, was
proposed. According to different methods of probability density estimation, the SPF function is categorized into two
classes: parametric and non-parametric SPF function. By incorporating the SPF function into a generalized geodesic
active contour model [46], [47], [48], a novel local segmentation model can be obtained. This model is capable of
extracting the desired target, whose intensity possesses non-uniform property and boundaries suffer from fuzzyness.
Considering that when the evolving curve is located far away from the target’s boundary, we might obtain similar local
interior and exterior regions, and then the curve will be trapped in the current position.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -19
Therefore, a global based term is introduced to help the curve evolve in this case. In this approach, composed of two SPF
terms, including a local based SPF function and a global based SPF functions are introduced.
1( ( )) . ( ( )) (1 ). ( ( ))h gSpf I x Spf I x Spf i x    (21)
With the assistance of the global force, the robustness to the initialization is improved. The global force is dominant if the
evolution curve is away from the object. Meanwhile, the local force is significant to determine the final contours, if the
contour is near object boundaries. For the better results, the parameter can alter referring to the intensity distribution in
different regions in a given image. A smaller parameter may be set in the smooth region, while a larger one will be set
within a region with abundant edge information.
Fig. 6. Active contour model based on local and global intensity information for brain MRI segmentation [45].
Sanping Zhou et al. [49], defined an unified fitting energy frame work based on Gaussian probability distributions to
obtain the maximum a posteriori probability (MAP) estimation. The energy term consists of a global energy term to
characterize the fitting of global Gaussian distribution [50], according to the intensities inside and outside the evolving
curve, as well as a local energy term to characterize the fitting of local Gaussian distribution based on the local intensity
information. In the resulting contour evolution that minimizes the associated energy, the global energy term accelerates
the evolution of the evolving curve far away from the objects, while the local energy term guides the evolving curve near
the objects to stop on the boundaries. However, for the medical images with intensity in-homogeneity, the final obtained
curve can hardly divide the image into object region and background region even after along iteration time. There is a
global energy term assumes that both the intensity mean and the intensity variance are piecewise constant. As a result,
the constant intensity mean and variance cannot represent the in-homogeneous intensities in both the object region and
the background region. In order to achieve good performance in segmenting medical images with intensity in-
homogeneity, the local information has to be taken into account.
Fig. 7. Results obtained from active contour model based on local and global intensity information for the segmentation of brain MR image
[49].
Recently, local intensity information has been incorporated into the active contour models to deal with images with
intensity in-homogeneity. This model not only can segment medical images with intensity in-homogeneity, but also
allows flexible initializations.
III.CONCLUSIONS
This paper presents the basic principle of active contour models, different types, recent advancements in active contour
models applications and challenges. This also has discussed a variety of approaches developed over the last decades for
the task of medical image segmentation. Although some of the techniques have found applications within the medical
image segmentation area, active contour models such as snakes, GVF, GAC, level sets, variational level sets have opened
up a very interesting research directions because of their strong mathematical foundation. These methods can be applied
based on how the contour is represented, leading to the parametric and geometric types or how the flow is derived
leading to the energy-based or the curve evolution-based types. Moreover, the fact is that active contour models play a
more and more important role as a modern technique in medical image segmentation.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -20
REFERENCES
[1]. M. Kass, A. Witkin, and D. Terzopoulos, “Snakes: Active Contour Models,” International Journal of Computer
Vision, Vol.1, No.4, pp. 321-331, 1988.
[2]. N.R Pal and S.K. Pal, "A Review on Image Segmentation Techniques," Pattern Recognition, vol. 26, 993, pp.1277-
1294.
[3]. D. J. Montagnet, H. Delingelte, and N. Ayache, “A Review of Deformable Surfaces, Topology, Geometry and
Deformation,” Image and Vision Computing, 19, pp. 1023-1040, 2001.
[4]. J. S. Suri, “Two-Dimensional Fast Magnetic Resonance Brain Segmentation: The Region-Based Level-Set
Approach,” IEEE Engineering in Medicine and Biology, pp. 84-95, July/August 2001.
[5]. D. L. Pham, C. Xu, and J. L. Prince, “Current methods in Medical Image Segmentation,” Annual Review of
Biomedical Engineering, Vol. 2, pp. 315–337, 2000.
[6]. S. Kichenassamy, A. Kumar, P. Olver, A. Tannenbaum and A. Yezzi, “Conformal Curvature Flows: From Phase
Transitions to Active Vision,” Arch. Rational Mech. Anal., Vol. 134, pp.275-301, 1996.
[7]. M. O. Berger, “Snake Growing,” Computer Vision Proc. First European Conference on Computer Vision
(ECCV’90), Antibes, France, April, 1990, Lectures notes in Computer Science, pp. 570-572, Springer-Verlag.
[8]. L. D. Cohen, “On Active Contour Models and Balloons,” CVGIP, Image Understanding Vol.53, No.2, pp. 211-218,
1991.
[9]. L. D. Cohen and I. Cohen, “Finite Element methods for Active Contour models and Balloons for 2D and 3D
Images,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 15, No.11, pp. 1131–1147, 1993.
[10]. C. S. Poon, M. Braun, R. Fahrig, A. Ginige, and A. Dorrell, “Segmentation of Medical Images using an Active
Contour Model Incorporating Region-based Images Features, In Robb, pp. 90–97, 1994.
[11]. C. Xu and J. L. Prince, “Generalized Gradient Vector Flow External Force for Active Contours,” Signal processing,
Vol. 71, No. 2, pp.71 – 79, 1998.
[12]. N. Paragios, O. M. Gottardo, and V. Ramesh. Gradient Vector Flow fast Geometric Active Contours. IEEE Trans.
on PAMI, 26, 402(7), 2004.
[13]. M. Cvancarova, F. Albregtsen, K. Brabrand and E. Samset, “Segmentation of Ultrasound images of Liver Tumours
Applying Snake Algorithms and GVF,” International Congress Series, Vol.128, pp. 218-223, 2005.
[14]. S. Osher, J. A. Sethian, “Fronts Propagating with Curvature Dependent Speed: Algorithms based on Hamilton
Jacobi Formulations”, Journal of Computer Physics, Vol. 79 (1), pp. 12 – 49. 1988.
[15]. K. W. Sum and Y. S. Cheung, “Boundary Vector Field for Parametric Active Contours,” Pattern Recognition, 40,
pp. 1635-1645, 2007.
[16]. T. Liu, H. Zhou, F. Lin, Y. Pang and J. Wu, “Improving Image Segmentation by Gradient Vector Flow and Mean
Shift”, Pattern Recognition Letters, vol.29, pp. 90-95, 2008.
[17]. V. Caselles, T. Catte, and F. Dibos, “A Geometric Model for Active Contours in Image Processing”, Numerische
Mathematik, 66, 1993.
[18]. V. Caselles, R. Kimmel, and G. Sapiro, “Geodesic Active Contours”, International Journal of Computer Vision, Vol.
22, pp. 61-79, 1997.
[19]. R. Malladi, J. A. Sethian, and B. C. Vemuri, “Shape Modelling with Front Propagation: a Level set Approach”,
IEEE Transactions on PAMI, vol.17, No.2, pp.158-175, 1995.
[20]. A.Yezzi, S. Kichenassamy, A. Kumar, P. Olver, and A. Tannenbaum, “A Geometric Snake Model for Segmentation
of Medical Imagery,” IEEE Transactions on Medical Imaging, Vol. 16, No. 4, pp.199- 09, 1997.
[21]. G. Sapiro, R. Kimmel, and V. Caselles, "Object Detection and Measurement in Medical Images via Geodesic
Deformable Contours,” In Vision Geometry IV, Vol. 2573 of SPIE Proc., pp. 366–378. Bellingham, WA: SPIE.
[22]. M. O. Berger, “Snake Growing,” Computer Vision Proc. First European Conference on Computer Vision
(ECCV’90), Antibes, France, April, 1990, Lectures notes in Computer Science, pp. 570-572, Verlag.
[23]. R. Malladi, R. Kimmel, D. Adalsteinson, G. Sapiro, V. Caselles, and J. A. Sethian, “A Geometric Approach to
Segmentation and Analysis of 3-D Medical Images,” Proc. of IEEE/SIAM Workshop Mathematical Morphology
and Biomedical Image Analysis (MMBIA), San Francisco, CA, pp. 244-252, June 1996.
[24]. K. Siddiqui, Y. B. Lauriere, A. Tannenbaum and S.W. Zucker, “Area and Length Minimizing Flows for Shape
Segmentation,” IEEE Transactions on Image Processing, Vol. 7, pp. 433-443, 1998.
[25]. A. Tsai, A. Yezzi, J. W. Wells, C. Tempany, S. A. Tucher, W. E. G. Fan, A. Willsky, “A Shape based Approach to
the Segmentation of Medical Imagery using Level Sets.”IEEE Transactions on Medical Imaging, Vol. 22, No. 2,
pp.137-154.2003.
[26]. R. Goldenberg, R. Kimmel, E. Rivlin, and M. Rudzsky “Cortex Segmentation: A Fast Variational Geometric
Approach,” IEEE Transactions on Medical Imaging, Vol. 21, No. 2, 2002.
[27]. Y. Shi and W. C. Karl, “A Real-time Algorithm for the Approximation of Level set based Curve Evolution”, IEEE
Transactions on Image Processing, Vol. 17, pp. 645-656, 2008.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 02, Volume 4 (February 2017) www.ijirae.com
_________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 17, IJIRAE- All Rights Reserved Page -21
[28]. D. Jayadevappa, S. Srinivas Kumar and D. S Murty “Medical Image Segmentation Algorithms using Deformable
Models: a Review,” IETE Technical Review, Vol. 28, No.3, May-June 2011.
[29]. Phan TranHoTruc, Tae-SeongKimb, SungyoungLee and Young-KooLee, “Homogeneity and density distance-
driven active contours for medical image segmentation”, Computers in Biology and Medicine, 41 (2011), 292–301.
[30]. L. Vese, T. Chan, “A multiphase level set framework for image segmentation using Mumford and Shah Model” Int.
J. Comp. Vis. 50 (3), (2002) 271–293.
[31]. Qi Ge, LiangXiao, JunZhang and ZhiHuiWei, “An improved region-based model with local statistical features for
image segmentation”, Pattern Recognition, 45 (2012), 1578–1590.
[32]. Shigang Liu a,b, YaliPeng, “A local region-based Chan–Vese model for image segmentation”, Pattern Recognition,
45 (2012) 2769–2779.
[33]. Qiang Zheng, EnqingDong , ZhulouCao,WenyanSun and ZhenguoLi, “Modified localized graph cuts based active
based active contour model for local segmentation with surrounding nearby clutter and intensity in-homogeneity”,
Signal Processing 93 (2013) 961–966.
[34]. V. Kolmogorov, R. Zabih, What energy functions can be minimized via graph cuts? IEEE Transactions on PAMI,
26 (2) (2004) 147–159.
[35]. N. El-Zehiry, A. Elmaghraby, A graph cut based active contour without edges with relaxed homogeneity constraint,
Proceeding of International Conference on Pattern Recognition (ICPR), Tampa, Florida, USA, 2008, pp.1146–1149.
[36]. Qi Ge, Liang Xiao, Jun Zhang and Zhi Hui Wei, “A robust patch-statistical active contour model for image
segmentation”, Pattern Recognition Letters 33 (2012) 1549–1557.
[37]. Weiping Liu, Yanfeng Shang and Xin Yang, “Active contour model driven by local histogram fitting energy”, Pa
Pattern Recognition Letters 34 (2013) 655–662.
[38]. Auzuir Ripardo de Alexandria, Paulo César Cortez, Jessyca Almeida Bessa, John Hebert da Silva Félix, Jose
Sebastião de Abreu, Victor Hugo and de Albuquerquee, “pSnakes: A new radial active contour model and its
application in the segmentation of the left ventriclefrom echocardiographic images”, Computer Methods and
Programmes in Bio-Medicine, 116 (2014) 260–273.
[39]. YanZhou, Wei-RenShi, WeiChen, Yong-linChen, YingLi, Li-WenTan and Dai-Qiang Chen, “Active contours
driven by localizing region and edge-based intensity fitting Energy with application to segmentation of the left
ventricle in cardiac CT images”, Neurocomputing156(2015)199–210.
[40]. E.Geremia,B.Menze, O.Clatz, E.Konukoglu, A.Criminisi and N.Ayache, “Spatial decision forests forms lesion
segmentation in multi-channel MR images”, Medical Image Computing and Computer-Assisted Intervention
(MICCAI 2010), 2010, pp.111–118.
[41]. Z. Yi, A. Criminisi, J. Shotton and A. Blake, “Discriminative, semantic segmentation of brain tissue in MR images
Medical Image Computing and Computer- Assisted Intervention (MICCAI2009), 2009, pp. 558-565.
[42]. L. Wang, C. Li, Q. Sun, D. Xia, C. Kao, “Active contours driven by local and global intensity fitting energy with
application to brain MR image segmentation”, Comp. Med. Imaging Graphics 33 (2009), pp. 520–531.
[43]. K. Zhang, L. Zhang, and H. Song, W. Zhou, “Active contours with selective local or global segmentation: a new
formulation and level set method”, Image Vision Comp. 28 (4) (2010) 668–676.
[44]. C. Kao, J. C. Gore, Z. Ding, “Minimization of region-scalable fitting energy for image segmentation”, IEEE Trans.
Imag. Proc. 17 (10) (2008) 1940–1949.
[45]. Danyi Li, Weifeng Li and Qingmin Liao, “Active contours driven by local and global probability distribution”, J.
Vis. Commun. Image R. 24 (2013) 522–533
[46]. L. Wang, L. He, A. Mishra, C. Li, “Active contours driven by local Gaussian distribution fitting energy”, Process,
89 (12), (2009) 2435–2447.
[47]. S. Lankton, A and Tannenbaum, “Localizing region-based active contour”, IEEE Trans. Image Processing 17 (11)
17 (11) (2008) 2029–2039.
[48]. C. Xu, A. Yezzi, J. Prince, “On the relationship between parametric and geometric active contours”, Proceedings of
34th
Asilomar Conference on Signals Systems and Computers, 2000, pp. 483–489.
[49]. Sanping, Zhou, Jinjun Wang, Shun Zhang, Yudong Liang and Yihong Gong, “Active contour model based on local
based on local and global intensity information for medical image segmentation”, Neuro computing, 186, (2016),
107–118.
[50]. Darya Chyzhyk, Rosalía Dacosta-Aguayo, Maria Mataró and Manuel Graña, “An active learning approach for
stroke lesion segmentation on multimodal MRI data”, Neurocomputing, 150 (2015)26–36.

More Related Content

What's hot

A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATION
A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATIONA MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATION
A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATIONijbbjournal
 
Development of Human Tracking System For Video Surveillance
Development of Human Tracking System For Video SurveillanceDevelopment of Human Tracking System For Video Surveillance
Development of Human Tracking System For Video Surveillancecscpconf
 
Regenerating face images from multi-spectral palm images using multiple fusio...
Regenerating face images from multi-spectral palm images using multiple fusio...Regenerating face images from multi-spectral palm images using multiple fusio...
Regenerating face images from multi-spectral palm images using multiple fusio...TELKOMNIKA JOURNAL
 
Corner Detection Using Mutual Information
Corner Detection Using Mutual InformationCorner Detection Using Mutual Information
Corner Detection Using Mutual InformationCSCJournals
 
4 tracking objects of deformable shapes
4 tracking objects of deformable shapes4 tracking objects of deformable shapes
4 tracking objects of deformable shapesprjpublications
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrissipij
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri imageseSAT Journals
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingIJCSIS Research Publications
 
A survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationA survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationIAEME Publication
 
A Survey OF Image Registration
A Survey OF Image RegistrationA Survey OF Image Registration
A Survey OF Image RegistrationCSCJournals
 
Image Restoration Using Joint Statistical Modeling in a Space-Transform Domain
Image Restoration Using Joint Statistical Modeling in a Space-Transform DomainImage Restoration Using Joint Statistical Modeling in a Space-Transform Domain
Image Restoration Using Joint Statistical Modeling in a Space-Transform Domainjohn236zaq
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weightedeSAT Publishing House
 
Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...ijcsa
 
A comprehensive study of different image super resolution reconstruction algo...
A comprehensive study of different image super resolution reconstruction algo...A comprehensive study of different image super resolution reconstruction algo...
A comprehensive study of different image super resolution reconstruction algo...IAEME Publication
 
A novel approach for efficient skull stripping using
A novel approach for efficient skull stripping usingA novel approach for efficient skull stripping using
A novel approach for efficient skull stripping usingeSAT Publishing House
 

What's hot (17)

A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATION
A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATIONA MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATION
A MORPHOLOGICAL MULTIPHASE ACTIVE CONTOUR FOR VASCULAR SEGMENTATION
 
50120130405009
5012013040500950120130405009
50120130405009
 
Development of Human Tracking System For Video Surveillance
Development of Human Tracking System For Video SurveillanceDevelopment of Human Tracking System For Video Surveillance
Development of Human Tracking System For Video Surveillance
 
Regenerating face images from multi-spectral palm images using multiple fusio...
Regenerating face images from multi-spectral palm images using multiple fusio...Regenerating face images from multi-spectral palm images using multiple fusio...
Regenerating face images from multi-spectral palm images using multiple fusio...
 
Corner Detection Using Mutual Information
Corner Detection Using Mutual InformationCorner Detection Using Mutual Information
Corner Detection Using Mutual Information
 
4 tracking objects of deformable shapes
4 tracking objects of deformable shapes4 tracking objects of deformable shapes
4 tracking objects of deformable shapes
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri images
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
 
A survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illuminationA survey on human face recognition invariant to illumination
A survey on human face recognition invariant to illumination
 
A Survey OF Image Registration
A Survey OF Image RegistrationA Survey OF Image Registration
A Survey OF Image Registration
 
Image Restoration Using Joint Statistical Modeling in a Space-Transform Domain
Image Restoration Using Joint Statistical Modeling in a Space-Transform DomainImage Restoration Using Joint Statistical Modeling in a Space-Transform Domain
Image Restoration Using Joint Statistical Modeling in a Space-Transform Domain
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weighted
 
H0334749
H0334749H0334749
H0334749
 
Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...Automatic rectification of perspective distortion from a single image using p...
Automatic rectification of perspective distortion from a single image using p...
 
A comprehensive study of different image super resolution reconstruction algo...
A comprehensive study of different image super resolution reconstruction algo...A comprehensive study of different image super resolution reconstruction algo...
A comprehensive study of different image super resolution reconstruction algo...
 
A novel approach for efficient skull stripping using
A novel approach for efficient skull stripping usingA novel approach for efficient skull stripping using
A novel approach for efficient skull stripping using
 

Viewers also liked

Alue ja väestörakenteen muutos ja kaupungistuminen
Alue  ja väestörakenteen muutos ja kaupungistuminenAlue  ja väestörakenteen muutos ja kaupungistuminen
Alue ja väestörakenteen muutos ja kaupungistuminenTimoAro
 
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...Soledad Zignago
 
teoria de aprendisaje
teoria de aprendisajeteoria de aprendisaje
teoria de aprendisajeglorix83
 
NSF Northeast Hub Big Data Workshop
NSF Northeast Hub Big Data WorkshopNSF Northeast Hub Big Data Workshop
NSF Northeast Hub Big Data WorkshopChirag Patel
 
Design and Development of Parallel - Counter Flow Heat Exchanger
Design and Development of Parallel - Counter Flow Heat ExchangerDesign and Development of Parallel - Counter Flow Heat Exchanger
Design and Development of Parallel - Counter Flow Heat ExchangerAM Publications
 
Microbiome in Women's Health
Microbiome in Women's HealthMicrobiome in Women's Health
Microbiome in Women's HealthCynthia Belew
 
Investigations on Synthesis, Purification and Characterization of Indium Anti...
Investigations on Synthesis, Purification and Characterization of Indium Anti...Investigations on Synthesis, Purification and Characterization of Indium Anti...
Investigations on Synthesis, Purification and Characterization of Indium Anti...AM Publications
 
Haemodynamic drug infusions
Haemodynamic drug infusionsHaemodynamic drug infusions
Haemodynamic drug infusionswael ezzat
 
Diseño sistema de sonido hifi con reduccion de sonido
Diseño sistema de sonido hifi con reduccion de sonidoDiseño sistema de sonido hifi con reduccion de sonido
Diseño sistema de sonido hifi con reduccion de sonidoBrenda Reina
 

Viewers also liked (14)

Alue ja väestörakenteen muutos ja kaupungistuminen
Alue  ja väestörakenteen muutos ja kaupungistuminenAlue  ja väestörakenteen muutos ja kaupungistuminen
Alue ja väestörakenteen muutos ja kaupungistuminen
 
Aroma pediatrique
Aroma pediatriqueAroma pediatrique
Aroma pediatrique
 
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...
Productivité : une énigme collective ? François Villeroy, ouverture conf BdF ...
 
teoria de aprendisaje
teoria de aprendisajeteoria de aprendisaje
teoria de aprendisaje
 
El ambiente
El ambienteEl ambiente
El ambiente
 
Harisha
HarishaHarisha
Harisha
 
NSF Northeast Hub Big Data Workshop
NSF Northeast Hub Big Data WorkshopNSF Northeast Hub Big Data Workshop
NSF Northeast Hub Big Data Workshop
 
Design and Development of Parallel - Counter Flow Heat Exchanger
Design and Development of Parallel - Counter Flow Heat ExchangerDesign and Development of Parallel - Counter Flow Heat Exchanger
Design and Development of Parallel - Counter Flow Heat Exchanger
 
Microbiome in Women's Health
Microbiome in Women's HealthMicrobiome in Women's Health
Microbiome in Women's Health
 
Investigations on Synthesis, Purification and Characterization of Indium Anti...
Investigations on Synthesis, Purification and Characterization of Indium Anti...Investigations on Synthesis, Purification and Characterization of Indium Anti...
Investigations on Synthesis, Purification and Characterization of Indium Anti...
 
Haemodynamic drug infusions
Haemodynamic drug infusionsHaemodynamic drug infusions
Haemodynamic drug infusions
 
Diseño sistema de sonido hifi con reduccion de sonido
Diseño sistema de sonido hifi con reduccion de sonidoDiseño sistema de sonido hifi con reduccion de sonido
Diseño sistema de sonido hifi con reduccion de sonido
 
G1 U3 AA1 IAM
G1 U3 AA1 IAMG1 U3 AA1 IAM
G1 U3 AA1 IAM
 
lab_13_14_essay
lab_13_14_essaylab_13_14_essay
lab_13_14_essay
 

Similar to Segmentation of MR Images using Active Contours: Methods, Challenges and Applications

Manifold image processing for see through effect in laparoscopic surgeries
Manifold image processing for see through effect in laparoscopic surgeriesManifold image processing for see through effect in laparoscopic surgeries
Manifold image processing for see through effect in laparoscopic surgerieseSAT Journals
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curveseSAT Journals
 
Manifold image processing for see through effect in
Manifold image processing for see through effect inManifold image processing for see through effect in
Manifold image processing for see through effect ineSAT Publishing House
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesIRJET Journal
 
A Survey On Tracking Moving Objects Using Various Algorithms
A Survey On Tracking Moving Objects Using Various AlgorithmsA Survey On Tracking Moving Objects Using Various Algorithms
A Survey On Tracking Moving Objects Using Various AlgorithmsIJMTST Journal
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET Journal
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...IJECEIAES
 
Survey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsSurvey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsIRJET Journal
 
DISTANCE MEASUREMENT WITH A STEREO CAMERA
DISTANCE MEASUREMENT WITH A STEREO CAMERADISTANCE MEASUREMENT WITH A STEREO CAMERA
DISTANCE MEASUREMENT WITH A STEREO CAMERAAM Publications
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Journals
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andeSAT Publishing House
 
IRJET- Analysis of Vehicle Number Plate Recognition
IRJET- Analysis of Vehicle Number Plate RecognitionIRJET- Analysis of Vehicle Number Plate Recognition
IRJET- Analysis of Vehicle Number Plate RecognitionIRJET Journal
 
IRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET Journal
 
Medical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodMedical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodIOSR Journals
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAlexander Decker
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine LearningIRJET Journal
 

Similar to Segmentation of MR Images using Active Contours: Methods, Challenges and Applications (20)

Manifold image processing for see through effect in laparoscopic surgeries
Manifold image processing for see through effect in laparoscopic surgeriesManifold image processing for see through effect in laparoscopic surgeries
Manifold image processing for see through effect in laparoscopic surgeries
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curves
 
Manifold image processing for see through effect in
Manifold image processing for see through effect inManifold image processing for see through effect in
Manifold image processing for see through effect in
 
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology ImagesDilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
Dilated Inception U-Net for Nuclei Segmentation in Multi-Organ Histology Images
 
A Survey On Tracking Moving Objects Using Various Algorithms
A Survey On Tracking Moving Objects Using Various AlgorithmsA Survey On Tracking Moving Objects Using Various Algorithms
A Survey On Tracking Moving Objects Using Various Algorithms
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
 
50120130406010
5012013040601050120130406010
50120130406010
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
 
Survey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping ObjectsSurvey on Segmentation of Partially Overlapping Objects
Survey on Segmentation of Partially Overlapping Objects
 
DISTANCE MEASUREMENT WITH A STEREO CAMERA
DISTANCE MEASUREMENT WITH A STEREO CAMERADISTANCE MEASUREMENT WITH A STEREO CAMERA
DISTANCE MEASUREMENT WITH A STEREO CAMERA
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms and
 
IRJET- Analysis of Vehicle Number Plate Recognition
IRJET- Analysis of Vehicle Number Plate RecognitionIRJET- Analysis of Vehicle Number Plate Recognition
IRJET- Analysis of Vehicle Number Plate Recognition
 
IRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor Detection
 
RPI Retinal Testbed
RPI Retinal TestbedRPI Retinal Testbed
RPI Retinal Testbed
 
Medical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set MethodMedical Image Segmentation Based on Level Set Method
Medical Image Segmentation Based on Level Set Method
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithm
 
IRJET - Facial In-Painting using Deep Learning in Machine Learning
IRJET -  	  Facial In-Painting using Deep Learning in Machine LearningIRJET -  	  Facial In-Painting using Deep Learning in Machine Learning
IRJET - Facial In-Painting using Deep Learning in Machine Learning
 

More from AM Publications

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...AM Publications
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...AM Publications
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNAM Publications
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...AM Publications
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...AM Publications
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESAM Publications
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS AM Publications
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...AM Publications
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONAM Publications
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...AM Publications
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...AM Publications
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...AM Publications
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...AM Publications
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNAM Publications
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTAM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTAM Publications
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...AM Publications
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY AM Publications
 

More from AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Segmentation of MR Images using Active Contours: Methods, Challenges and Applications

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -13 Segmentation of MR Images using Active Contours: Methods, Challenges and Applications K V Mahesan* S. Bhargavi D. Jayadevappa Associate Professor Professor, Dept. of ECE Professor, Dept. of E& IE Dept. of Telecommunication SJCIT, Chikkaballapur, India JSSATE, Bengaluru, Dr. AIT & Research Scholar VTU, Belagavi, India. Jain University, Bengaluru, India Abstract — In recent years, Active contours have been widely studied and applied in medical image analysis. Active contours combine underlying information with high-level prior knowledge to achieve automatic segmentation for complex objects. Their applications include edge detection, segmentation of objects, shape modelling and object boundary tracking. This paper presents the development process of active contour models and describes the classical parametric active contour models, geometric active contour models, and new hybrid active contour models based on curve evolution and energy minimization techniques. It also discusses challenges and applications of active contour models in medical image segmentation. Keywords — Active Contours, Image Segmentation, Medical Image Analysis. I. INTRODUCTION Manual tracing of object boundaries generally suffers from poor reproducibility of results and it is also tedious and time consuming. Further, manual segmentations are often restricted to 2D slice-wise processing, often suffer from inconsistency across segmented slices. Quantitative analysis of medical images requires reproducible, accurate and efficient segmentation methods. In this paper, various approaches of medical image segmentation using active contours and available algorithms are reviewed and their advantages, disadvantages and limitations are discussed. This paper reviews various types of active contour models used for the segmentation of medical images. Active contour models can be implemented on the continuum and achieve sub pixel accuracy, a highly desirable property for medical imaging applications. Current research on active contour models for medical image segmentation is extensive. Many variations, extension, and alternative formulations appeared since the introduction of traditional snake model [1]. Survey and review articles on active contour models in medical image segmentation are available in the literature [2], [3], [4], [5]. This review is on their basis for comparison of some more medical image segmentation techniques. Active contour models (ACM) are less sensitive to noise, as well as the location of the initial contour, and have better performance with weak boundaries. Hence these models can efficiently detect the exterior and interior tumour boundaries simultaneously. II. ACTIVE CONTOUR MODELS Medical image analysis has played a more and more important role in many clinical procedures due to the advancements in medical imaging modalities such as computed tomography (CT), magnetic resonance imaging (MRI), and ultrasound. Active contour models are capable of providing closed and smooth contours or surfaces of target objects with sub-pixel accuracy and have been extensively applied to 2D and 3D image segmentations. These models can be formulated under an energy minimization framework based on the theory of surface evolution and geometric flows. The first model of active contour (Snake model) was proposed in [6] and named snakes due to the appearance of contour evolution and is successfully applied to deal with a wide variety of computer vision applications. The snake model is described as a controlled continuity model under the influence of image forces. Internal forces control the bending characteristics of the while image forces, such as the gradient, serve to push the snake toward image features.
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -14 The total energy of the snake is defined as 1 1 1 * int 0 0 0 ( ( )) ( ( )) ( ( ))snake snake imageE E s ds E s ds E s ds     v v v (1) The spline’s internal bending energy has been defined by this paper as follows 2 2 int ( ) ( ) ( ) ( )E s s s s  s ssv v (2) The coefficients, and  can be used to control the continuity characteristics of the snake by changing its elasticity and rigidity. Application of this basic model is limited because of contour initialization. Berger [7] has proposed the first and primary uses of parametric models in medical image analysis to segment objects in 2D images. However, this classic snake provide an accurate location of the edges only if the initial contour is given sufficiently near the edges, because they make use of only the local information along the contour. This limitation indicates that, basic snake model alone cannot serve the purpose of accurate segmentation and they need further modifications and extensions. Cohen [8] has incorporated an inflation force in the original snake model and the contour curve is treated as a balloon that is inflated in order to avoid local minima solutions i.e., the curve passes over edges and is stopped only if the edge is strong. However, it does not work image with weak edges. Cohen and Cohen [9] used an internal inflation force to expand a snake’s model past spurious edges towards the real edges of the structure, making the snake less sensitive to initial conditions. But it suffers with poor capture range. Poon et al. [10] have proposed an algorithm to minimize the energy of active contour models using simulated annealing. This method improves the capture range but noise and other image artefacts can cause incorrect regions or boundary discontinuities in objects recovered by this method. A. Gradient Vector Flow and Geodesic Active Contour Models In order to overcome the limitations posed by traditional snake, Xu and Prince [11] have made an effort by introducing gradient vector flow as an external force (region based features), that significantly increases the capture range. In this method they replaced the potential force in the traditional equation with a novel external force field called Gradient Vector Flow (GVF). The energy equation is as follows     2 22 2 2 2 x y x yE C u u v v f V f dxdy        (3) This technique makes the model free from the initial conditions and also they can handle concave objects. But still it poses the following drawbacks. Paragios et al. [12] have introduced a set of diffusion equations applied to image gradient vectors yielding a vector field over the image domain.     1 , C g k Vk x k x u v N N t               (4) This method has the bidirectional flow and can extract concave object extraction problem, however, it suffers from high computational requirements. To overcome this drawback, Cvancarova et al. [13] proposed several improvements to the original GVF algorithm.         1 2 2 0 1 ' '' 2 extE C s C s E C s ds    (5) Traditional snake often converges to local minimum and they do not perform well on noisy images, and their capture range is small. This problem is overcome by Osher and Sethian [14] and suggested some external force model to enhance capture range. By introducing several parameters to the GVF algorithm [15], the capture range is shown to be satisfactory. In order to improve both segmentation quality and computational efficiency, Liu et al. [16] suggested the combination of GVF algorithm and mean shift technique. The improved GVF using mean shift is formulated as,          1 1 2 3'' ''' 0g d C s g d C s g d V    (6) This algorithm reduces the interferences from other edges, but it suffers with parameter optimization. Caselles et al. [17, 18] and Malladi et al. [19] have introduced a new method called Geometric Active Contour (GAC) model. These models can handle topology changes without any additional task. This method is based on the level set frame work, where the curveC represented by the zero level set of a Lipschitz function :    which is usually defined as a signed distance function such that
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -15            : 0 ( ) : 0 : 0 C x x inside C x x outside C x x                    (7)   GAC g k v t          (8) Yezzi et al. [20] have proposed another geometric snake using energy to search for a curve of minimal weighted length, and then the energy minimization functional for geodesic active contour is given by        1 2 0 1 ' 2Geodesic E C C s I C s ds          (9) This can be generalized by replacing the edge detector I  with a decreasing function 2 g I then the evolution equation for geodesic active contour is   Geodesic g k v g t             (10) Sapiro et al. [21] have also proposed the modified geometric active contour model by introducing the curvature term in the original snake model as,     1 0 , s E C s f N N KfN c ds t t          (11) The above review on traditional snake, GAC, and GVF conclude that, in edge-based segmentation methods [22], the high similarity that exists (especially MR images) in the intensities of adjacent regions may not provide prominent edge information. Similarly, with region-based techniques with high similarity in intensities between adjacent structures may cause under-segmentation problem. In order to formulate this, level set based active contour models (belongs to geometric approach) are proposed. These models incorporate both edge and region information to provide an accurate segmentation of regions that has highly similar intensities with their backgrounds. Fig. 1. Results of GVF and GAC to brain MR image segmentation Malladi et al. [23] and Siddiqui et al. [24], have attempted the first application of level sets in medical image segmentation. Limitation of this method is that, one needs to ensure that a Zero Level Set (ZLS) lies embeded over the object to be modeled. Tsai et al. [25] have also proposed a shape based approch to curve evolution for the segmentation of medical images containing known objects. Goldenberg et al. [26] have explored a shape based level set approach. This method is based on the coupled surfaces model that was derived as a minimization problem in a variational geometric framework. Shi and Karl [27] have addressed the problem of segmenting heterogeneous features in the image by reformulating region based segmentation energy in a local way. Jayadevappa et al. [28] have addressed the advantages and disadvantages of various active contour models used in medical image segmentation. Phan Truc et al. [29] presented a novel active contour model for medical image segmentation that is based on a convex combination of two energy functional to both minimize the in-homogeneity within an object and maximize the distance between the object and the background. This regularize the solution by constraining the length of the curve and the area of the region inside it, yielding the total energy functional as ( ) ( ) ( ( ) ( ) (1 ) ( )E c Length C Area inside C F C B C        (12) One of the advantages of the Active Contour (AC) over other geometric AC models is that it can be initialized outside, inside, or even across the objects. Compared with the conventional model [30], this performs better and is less sensitive to noise and contrast.
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -16 An improved region-based model with local statistical features for medical image segmentation was proposed in [31]. This model utilizes an improved region fitting term to partition the regions of interests in images depending on the local statistics regarding the intensity and the magnitude of gradient in the neighbourhood of a contour. Since it uses gradient descent method, energy function will minimize by an efficient dual algorithm, which avoids the instability and the non- differentiability of traditional numerical solutions. The energy functional of the proposed model is as follows. 2 1 2 1 ( ( ) ( )) ( ) (logexp( ) x y C l x C y E X       (13) 2 2 2 1 2 2 2 1 ( ( ) ( ) ( ( ) ( )) logexp logexp I x C y I x v y                      (14) where, 1( )C y , 2 ( )C y and Y C denote the mean intensity inside and outside the contour in the local region. This model is different from other general region-based models in two ways. First, the new regularization term proposed in the proposed model is capable of extracting the complete local structural information from an image. B. Gradient Vector Flow and Geodesic Active Contour Models A new region-based active contour model, namely local region-based Chan–Vese (LRCV) model [32] is proposed for image segmentation. By considering the image local characteristics, the proposed model can effectively and efficiently segment images with intensity in-homogeneity and also to reduce the dependency on manual initialization in many active contour models. In this technique, 1( )C x and 2 ( )C x degrade to constants, 1 2 1 2 ( )( , ) 2 ( ) ( ) ( ) 2 c cx t c c I x t              (15) Compared with the well-known local binary fitting (LBF) model and the LCV model, the LRCV is not only much more computationally efficient and but also much less sensitive to the initial contour. Graph cuts based active contour models [33] have been widely used in image segmentation for global minimization and efficient calculation. For local segmentation with surrounding nearby clutter and intensity in-homogeneity the general formulation of active contour model is used. 2 2 ( ) ( ( ( )) ( ( ) ) ( ( ) ) in out b in out C C C E c g I C S ds I x f dx I x f dx              (16) where, I corresponds to pixel intensities, C is the closed curve, and fin and outf are local versions of mean intensities inside and outside curve C respectively. Based on the analysis of the initialized contour and the narrow band above, we initialize the contour around the true boundary in experiments, and the narrow band is built. (a) (b) (c) Fig. 2. Analysis of the Graph cuts based active contour models [33]. (a) Red curve is the initialized contour, and the narrow band RNB is constructed between the green curves, Result using only region term and (c) Result using only the edge term. Qi Ge et al. [34] proposes a novel region-based active contour model (ACM) for image segmentation, which is robust to noise and intensity non-uniformity. The energy functional of the proposed model consists of three terms, i.e., the patch- statistical region fitting term, the improved regularization term, and the intensity variation penalization term. The patch- statistical region fitting term computes the local statistical information in each patch as the basis for driving the curve accurately with resist to intensity non uniformity and weak boundaries. The regularization term coupling with the gradient information improves the ability of capturing the boundaries with cusps and narrow topology structures. The image gradient describes intensity variation on two perpendicular orientations. So it is necessary to improve the total variation regularization term by gradient information of intensity. For simplicity, the images are considered as the 2-dimensional matrices and the level set function is defined in the continuous setting. Then an improved regularization term as
  • 5. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -17 1 . ( ) I R I         (17) Recently, ACM and Geodesic Contours (GC) have become the most popular and important methods in image segmentation. Considering the advantages of global minimization and efficient calculation over level set method, ACMs are often optimized via GC. However, most GC-ACMs are global segmentation models [35], i.e., no matter where the initial contours locate in the image, all of the objects in the image will be segmented globally. For local segmentation, the localized GC-ACMs [36]. Fig. 3. The effects of the improved regularization term, the patch-statistical region fitting term and the intensity-variation penalized term during the curve evolution [34]. The proposed model is different from other general region-based models in three ways. Firstly, a new region fitting energy extracts the statistical information in the local patch to classify the pixels; secondly, an intensity variation penalization term is proposed to make the evolution be robust to the noise and intensity non-uniformity; in addition, the new regularization term coupling with the gradient information enhances the curve’s ability of capturing the complex topological structures like cusps and corners. Region based segmentation in medical images considers the two facts; (i) Medical images have typical feature of intensity in-homogeneity. (ii) Object segmentation in medical images has typical feature of surrounding nearby clutter. A nonparametric local region-based active contour driven by a local histogram fitting energy is presented by Weiping Liu et al. [37]. In this algorithm, the energy is defined in terms of an evolving curve and two fitting histograms that approximate the distribution of object and background locally through a truncated Gaussian kernel. In this method, a nonparametric region-driven ACM using local histogram fitting energy is proposed. For a given point, the region is localized by a Gaussian kernel. The local histogram fitting energy is defined as, 1 0( , , ) ( ) ( , ) ( ) ( , )x x x y x y x t LE C P P K X Y D P P dy K X Y D P P dy          (18) where, x iP and 0 x P are the fitting histograms that approximate the distribution inside and outside the evolving curve. Fig. 4. Segmentation results using local histogram based active contour model [35]. The experiment in figure 3 shows the evolution process from the initial curve (first column) to the final curve (fourth column) using local histogram fitting energy with varying kernel width. This technique applies the nonparametric statistic and does not predefine any kind of distribution of each region. It is not appropriate to use a fixed kernel width when compute the local fitting histograms and evolve the curve. This method can also be able to segment texture images and low contrast image. A new radial active contour technique, called pSnakes [38] using the 1D Hilbert transforms as external energy. The pSnakes method is based on the fact that the beams in ultrasound equipment diverge from a single point of the probe, thus enabling the use of polar coordinates in the segmentation. The control points or nodes of the active contour are obtained in pairs and are called twin nodes. The internal energies as well as the external one, Hilbertian energy, are redefined. The active contours, pSnakes, is a radial active contour method which can be used to segment objects from digital images, and is defined by 2 [0,1] R  1 2( ) ( ( ). ( ));( ( ). ( ))S C S r s s r s S   (19)
  • 6. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -18 where 1( , )r  and 1( , )r  are polar coordinates of the control points of the polar active contour (pSnake). The main applications of this work are; the use of the pSnakes method in the image segmentation of the LV and the use of Hilbert energy to calculate the external force of the radial pSnakes method though Hilbert transform. First the 1D Hilbert transform must be applied along the radial beams, which are the image rays represented in polar coordinates, after which it should be normalized and its absolute value can then be used as the external energy. The external Hilbertian energy of pSnakes is defined as the absolute value of the normalized Hilbert transform applied along the signal beam. Figure 4 shows the main geometric differences among snakes, radial snakes and pSnakes respectively. (a) (b) (c) Fig. 5. Different types of snakes: (a) Snakes, (b) Radial snakes, (c) pSnakes [36] In order to segment the image accurately, many energy functionals integrated an edge-based method and a region-based technique in the literature. The external energy functional incorporates an edge-based information fitting term [39], which is an adaptive diffusion flow (ADF), and responsible for extracting object boundaries, especially segmenting the weak and missing borders, and a localizing region intensity fitting, which localizes the Chan–Vese external energy gain intensity. This challenging task is accomplished by establishing an active contour model in a variational level set formulation. Fig. 6. The segmentation result of the adaptive diffusion flow (ADF) snake [39]. This method combines the advantages of the LACM and the ADF model by taking the localizing region and edge-based intensity information into account. The following general expression as the evolution equation ( ) ( ) ( )( ) (1 ) region edge L x x xx dt dt dt dt              (20) In this technique, the contour is initialized automatically and the division of contours [40], [41] takes place depends on the number of objects present in the image. C. Active Contour Model Based on Local and Global Intensity Information An energy functional with a local intensity fitting term, which is dominant near object boundaries and responsible for attracting the contour toward object boundaries, and an auxiliary global intensity fitting term which incorporates global image information [42], [43], [44] to improve the robustness of the system. When the contour is close to object boundaries, the local intensity fitting force becomes dominant, which attracts the contour toward and finally stops the contour at object boundaries. This force plays a key role in accurately locating object boundaries, especially for images with intensity in-homogeneity. The global intensity fitting force is dominant when the contour is far away from object boundaries, and it allows more flexible initialization of contours by using global image information. Another technique of active contour model driven by local and global probability distributions [45]. In this method, a new local signed pressure force (SPF) function, which is defined based on the local probability distributions, was proposed. According to different methods of probability density estimation, the SPF function is categorized into two classes: parametric and non-parametric SPF function. By incorporating the SPF function into a generalized geodesic active contour model [46], [47], [48], a novel local segmentation model can be obtained. This model is capable of extracting the desired target, whose intensity possesses non-uniform property and boundaries suffer from fuzzyness. Considering that when the evolving curve is located far away from the target’s boundary, we might obtain similar local interior and exterior regions, and then the curve will be trapped in the current position.
  • 7. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -19 Therefore, a global based term is introduced to help the curve evolve in this case. In this approach, composed of two SPF terms, including a local based SPF function and a global based SPF functions are introduced. 1( ( )) . ( ( )) (1 ). ( ( ))h gSpf I x Spf I x Spf i x    (21) With the assistance of the global force, the robustness to the initialization is improved. The global force is dominant if the evolution curve is away from the object. Meanwhile, the local force is significant to determine the final contours, if the contour is near object boundaries. For the better results, the parameter can alter referring to the intensity distribution in different regions in a given image. A smaller parameter may be set in the smooth region, while a larger one will be set within a region with abundant edge information. Fig. 6. Active contour model based on local and global intensity information for brain MRI segmentation [45]. Sanping Zhou et al. [49], defined an unified fitting energy frame work based on Gaussian probability distributions to obtain the maximum a posteriori probability (MAP) estimation. The energy term consists of a global energy term to characterize the fitting of global Gaussian distribution [50], according to the intensities inside and outside the evolving curve, as well as a local energy term to characterize the fitting of local Gaussian distribution based on the local intensity information. In the resulting contour evolution that minimizes the associated energy, the global energy term accelerates the evolution of the evolving curve far away from the objects, while the local energy term guides the evolving curve near the objects to stop on the boundaries. However, for the medical images with intensity in-homogeneity, the final obtained curve can hardly divide the image into object region and background region even after along iteration time. There is a global energy term assumes that both the intensity mean and the intensity variance are piecewise constant. As a result, the constant intensity mean and variance cannot represent the in-homogeneous intensities in both the object region and the background region. In order to achieve good performance in segmenting medical images with intensity in- homogeneity, the local information has to be taken into account. Fig. 7. Results obtained from active contour model based on local and global intensity information for the segmentation of brain MR image [49]. Recently, local intensity information has been incorporated into the active contour models to deal with images with intensity in-homogeneity. This model not only can segment medical images with intensity in-homogeneity, but also allows flexible initializations. III.CONCLUSIONS This paper presents the basic principle of active contour models, different types, recent advancements in active contour models applications and challenges. This also has discussed a variety of approaches developed over the last decades for the task of medical image segmentation. Although some of the techniques have found applications within the medical image segmentation area, active contour models such as snakes, GVF, GAC, level sets, variational level sets have opened up a very interesting research directions because of their strong mathematical foundation. These methods can be applied based on how the contour is represented, leading to the parametric and geometric types or how the flow is derived leading to the energy-based or the curve evolution-based types. Moreover, the fact is that active contour models play a more and more important role as a modern technique in medical image segmentation.
  • 8. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -20 REFERENCES [1]. M. Kass, A. Witkin, and D. Terzopoulos, “Snakes: Active Contour Models,” International Journal of Computer Vision, Vol.1, No.4, pp. 321-331, 1988. [2]. N.R Pal and S.K. Pal, "A Review on Image Segmentation Techniques," Pattern Recognition, vol. 26, 993, pp.1277- 1294. [3]. D. J. Montagnet, H. Delingelte, and N. Ayache, “A Review of Deformable Surfaces, Topology, Geometry and Deformation,” Image and Vision Computing, 19, pp. 1023-1040, 2001. [4]. J. S. Suri, “Two-Dimensional Fast Magnetic Resonance Brain Segmentation: The Region-Based Level-Set Approach,” IEEE Engineering in Medicine and Biology, pp. 84-95, July/August 2001. [5]. D. L. Pham, C. Xu, and J. L. Prince, “Current methods in Medical Image Segmentation,” Annual Review of Biomedical Engineering, Vol. 2, pp. 315–337, 2000. [6]. S. Kichenassamy, A. Kumar, P. Olver, A. Tannenbaum and A. Yezzi, “Conformal Curvature Flows: From Phase Transitions to Active Vision,” Arch. Rational Mech. Anal., Vol. 134, pp.275-301, 1996. [7]. M. O. Berger, “Snake Growing,” Computer Vision Proc. First European Conference on Computer Vision (ECCV’90), Antibes, France, April, 1990, Lectures notes in Computer Science, pp. 570-572, Springer-Verlag. [8]. L. D. Cohen, “On Active Contour Models and Balloons,” CVGIP, Image Understanding Vol.53, No.2, pp. 211-218, 1991. [9]. L. D. Cohen and I. Cohen, “Finite Element methods for Active Contour models and Balloons for 2D and 3D Images,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 15, No.11, pp. 1131–1147, 1993. [10]. C. S. Poon, M. Braun, R. Fahrig, A. Ginige, and A. Dorrell, “Segmentation of Medical Images using an Active Contour Model Incorporating Region-based Images Features, In Robb, pp. 90–97, 1994. [11]. C. Xu and J. L. Prince, “Generalized Gradient Vector Flow External Force for Active Contours,” Signal processing, Vol. 71, No. 2, pp.71 – 79, 1998. [12]. N. Paragios, O. M. Gottardo, and V. Ramesh. Gradient Vector Flow fast Geometric Active Contours. IEEE Trans. on PAMI, 26, 402(7), 2004. [13]. M. Cvancarova, F. Albregtsen, K. Brabrand and E. Samset, “Segmentation of Ultrasound images of Liver Tumours Applying Snake Algorithms and GVF,” International Congress Series, Vol.128, pp. 218-223, 2005. [14]. S. Osher, J. A. Sethian, “Fronts Propagating with Curvature Dependent Speed: Algorithms based on Hamilton Jacobi Formulations”, Journal of Computer Physics, Vol. 79 (1), pp. 12 – 49. 1988. [15]. K. W. Sum and Y. S. Cheung, “Boundary Vector Field for Parametric Active Contours,” Pattern Recognition, 40, pp. 1635-1645, 2007. [16]. T. Liu, H. Zhou, F. Lin, Y. Pang and J. Wu, “Improving Image Segmentation by Gradient Vector Flow and Mean Shift”, Pattern Recognition Letters, vol.29, pp. 90-95, 2008. [17]. V. Caselles, T. Catte, and F. Dibos, “A Geometric Model for Active Contours in Image Processing”, Numerische Mathematik, 66, 1993. [18]. V. Caselles, R. Kimmel, and G. Sapiro, “Geodesic Active Contours”, International Journal of Computer Vision, Vol. 22, pp. 61-79, 1997. [19]. R. Malladi, J. A. Sethian, and B. C. Vemuri, “Shape Modelling with Front Propagation: a Level set Approach”, IEEE Transactions on PAMI, vol.17, No.2, pp.158-175, 1995. [20]. A.Yezzi, S. Kichenassamy, A. Kumar, P. Olver, and A. Tannenbaum, “A Geometric Snake Model for Segmentation of Medical Imagery,” IEEE Transactions on Medical Imaging, Vol. 16, No. 4, pp.199- 09, 1997. [21]. G. Sapiro, R. Kimmel, and V. Caselles, "Object Detection and Measurement in Medical Images via Geodesic Deformable Contours,” In Vision Geometry IV, Vol. 2573 of SPIE Proc., pp. 366–378. Bellingham, WA: SPIE. [22]. M. O. Berger, “Snake Growing,” Computer Vision Proc. First European Conference on Computer Vision (ECCV’90), Antibes, France, April, 1990, Lectures notes in Computer Science, pp. 570-572, Verlag. [23]. R. Malladi, R. Kimmel, D. Adalsteinson, G. Sapiro, V. Caselles, and J. A. Sethian, “A Geometric Approach to Segmentation and Analysis of 3-D Medical Images,” Proc. of IEEE/SIAM Workshop Mathematical Morphology and Biomedical Image Analysis (MMBIA), San Francisco, CA, pp. 244-252, June 1996. [24]. K. Siddiqui, Y. B. Lauriere, A. Tannenbaum and S.W. Zucker, “Area and Length Minimizing Flows for Shape Segmentation,” IEEE Transactions on Image Processing, Vol. 7, pp. 433-443, 1998. [25]. A. Tsai, A. Yezzi, J. W. Wells, C. Tempany, S. A. Tucher, W. E. G. Fan, A. Willsky, “A Shape based Approach to the Segmentation of Medical Imagery using Level Sets.”IEEE Transactions on Medical Imaging, Vol. 22, No. 2, pp.137-154.2003. [26]. R. Goldenberg, R. Kimmel, E. Rivlin, and M. Rudzsky “Cortex Segmentation: A Fast Variational Geometric Approach,” IEEE Transactions on Medical Imaging, Vol. 21, No. 2, 2002. [27]. Y. Shi and W. C. Karl, “A Real-time Algorithm for the Approximation of Level set based Curve Evolution”, IEEE Transactions on Image Processing, Vol. 17, pp. 645-656, 2008.
  • 9. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 02, Volume 4 (February 2017) www.ijirae.com _________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 17, IJIRAE- All Rights Reserved Page -21 [28]. D. Jayadevappa, S. Srinivas Kumar and D. S Murty “Medical Image Segmentation Algorithms using Deformable Models: a Review,” IETE Technical Review, Vol. 28, No.3, May-June 2011. [29]. Phan TranHoTruc, Tae-SeongKimb, SungyoungLee and Young-KooLee, “Homogeneity and density distance- driven active contours for medical image segmentation”, Computers in Biology and Medicine, 41 (2011), 292–301. [30]. L. Vese, T. Chan, “A multiphase level set framework for image segmentation using Mumford and Shah Model” Int. J. Comp. Vis. 50 (3), (2002) 271–293. [31]. Qi Ge, LiangXiao, JunZhang and ZhiHuiWei, “An improved region-based model with local statistical features for image segmentation”, Pattern Recognition, 45 (2012), 1578–1590. [32]. Shigang Liu a,b, YaliPeng, “A local region-based Chan–Vese model for image segmentation”, Pattern Recognition, 45 (2012) 2769–2779. [33]. Qiang Zheng, EnqingDong , ZhulouCao,WenyanSun and ZhenguoLi, “Modified localized graph cuts based active based active contour model for local segmentation with surrounding nearby clutter and intensity in-homogeneity”, Signal Processing 93 (2013) 961–966. [34]. V. Kolmogorov, R. Zabih, What energy functions can be minimized via graph cuts? IEEE Transactions on PAMI, 26 (2) (2004) 147–159. [35]. N. El-Zehiry, A. Elmaghraby, A graph cut based active contour without edges with relaxed homogeneity constraint, Proceeding of International Conference on Pattern Recognition (ICPR), Tampa, Florida, USA, 2008, pp.1146–1149. [36]. Qi Ge, Liang Xiao, Jun Zhang and Zhi Hui Wei, “A robust patch-statistical active contour model for image segmentation”, Pattern Recognition Letters 33 (2012) 1549–1557. [37]. Weiping Liu, Yanfeng Shang and Xin Yang, “Active contour model driven by local histogram fitting energy”, Pa Pattern Recognition Letters 34 (2013) 655–662. [38]. Auzuir Ripardo de Alexandria, Paulo César Cortez, Jessyca Almeida Bessa, John Hebert da Silva Félix, Jose Sebastião de Abreu, Victor Hugo and de Albuquerquee, “pSnakes: A new radial active contour model and its application in the segmentation of the left ventriclefrom echocardiographic images”, Computer Methods and Programmes in Bio-Medicine, 116 (2014) 260–273. [39]. YanZhou, Wei-RenShi, WeiChen, Yong-linChen, YingLi, Li-WenTan and Dai-Qiang Chen, “Active contours driven by localizing region and edge-based intensity fitting Energy with application to segmentation of the left ventricle in cardiac CT images”, Neurocomputing156(2015)199–210. [40]. E.Geremia,B.Menze, O.Clatz, E.Konukoglu, A.Criminisi and N.Ayache, “Spatial decision forests forms lesion segmentation in multi-channel MR images”, Medical Image Computing and Computer-Assisted Intervention (MICCAI 2010), 2010, pp.111–118. [41]. Z. Yi, A. Criminisi, J. Shotton and A. Blake, “Discriminative, semantic segmentation of brain tissue in MR images Medical Image Computing and Computer- Assisted Intervention (MICCAI2009), 2009, pp. 558-565. [42]. L. Wang, C. Li, Q. Sun, D. Xia, C. Kao, “Active contours driven by local and global intensity fitting energy with application to brain MR image segmentation”, Comp. Med. Imaging Graphics 33 (2009), pp. 520–531. [43]. K. Zhang, L. Zhang, and H. Song, W. Zhou, “Active contours with selective local or global segmentation: a new formulation and level set method”, Image Vision Comp. 28 (4) (2010) 668–676. [44]. C. Kao, J. C. Gore, Z. Ding, “Minimization of region-scalable fitting energy for image segmentation”, IEEE Trans. Imag. Proc. 17 (10) (2008) 1940–1949. [45]. Danyi Li, Weifeng Li and Qingmin Liao, “Active contours driven by local and global probability distribution”, J. Vis. Commun. Image R. 24 (2013) 522–533 [46]. L. Wang, L. He, A. Mishra, C. Li, “Active contours driven by local Gaussian distribution fitting energy”, Process, 89 (12), (2009) 2435–2447. [47]. S. Lankton, A and Tannenbaum, “Localizing region-based active contour”, IEEE Trans. Image Processing 17 (11) 17 (11) (2008) 2029–2039. [48]. C. Xu, A. Yezzi, J. Prince, “On the relationship between parametric and geometric active contours”, Proceedings of 34th Asilomar Conference on Signals Systems and Computers, 2000, pp. 483–489. [49]. Sanping, Zhou, Jinjun Wang, Shun Zhang, Yudong Liang and Yihong Gong, “Active contour model based on local based on local and global intensity information for medical image segmentation”, Neuro computing, 186, (2016), 107–118. [50]. Darya Chyzhyk, Rosalía Dacosta-Aguayo, Maria Mataró and Manuel Graña, “An active learning approach for stroke lesion segmentation on multimodal MRI data”, Neurocomputing, 150 (2015)26–36.