SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012



           Extraction of Circle of Willis from 2D Magnetic
                       Resonance Angiograms
                                       Sarbani Datta1 and Dr. Monisha Chakraborty*, 1
                       1
                         Student, School of Bio-Science and Engineering, Jadavpur University, Kolkata, India
                                                     1
                                                       Email: sarbanidatta.ju@gmail.com
               *, 1
                    Assistant Professor, School of Bio-Science and Engineering, Jadavpur University, Kolkata, India
                                                *, 1
                                                     Email: monishack@school.jdvu.ac.in


Abstract—Magnetic resonance angiogram is a way to study                   Segmentation of the vascular system from magnetic
cerebrovascular structures. It helps to obtain information                resonance angiograms is a challenging task. Human
regarding blood flow in a non-invasive fashion. Magnetic                  cerebrovascular is important in neurosurgery and neurological
resonance angiograms are examined basically for detection
                                                                          study. Vascular diseases such as stenosis, aneurysm and
of vascular pathologies, neurosurgery planning, and vascular
landmark detection. In certain cases it becomes complicated
                                                                          vascular malformation are the leading cause of brain stroke
for the doctors to assess the cerebral vessels or Circle of Willis        and disability. An accurate segmentation of the vascular
from the two-dimensional (2D) brain magnetic resonance                    system is needed to detect these diseases and hence may
angiograms. In this paper an attempt has been made to extract             prevent invasive treatments. The extraction of cerebral
the Circle of Willis from 2D magnetic resonance angiograms,               vessels or Circle of Willis from the brain angiogram would
so as to overcome such difficulties. The proposed method pre-             make the doctors do their job in a much easier fashion [9].
processes the magnetic resonance angiograms and                           There are numerous algorithms for cerebral vessel extraction,
subsequently extracts the Circle of Willis. The extraction has            but the limitations lie in the visualization from two-dimensional
been done by color-based segmentation using K-means
                                                                          MRA images.
clustering algorithm. As the developed method successfully
extracts the vasculature from the brain magnetic resonance
                                                                              In this paper we proposed a pre-processing algorithm for
angiograms, therefore it will help the doctors for diagnosis              image enhancement. This result an improvement in the
and serve as a step in the prevention of stroke. The algorithms           contrast of the two-dimensional MRA images and
are developed on MATLAB 7.6.0 (R2008a) programming                        consequently the Circle of Willis has been found to be
platform.                                                                 significant. So, pre-processing can be considered as a
                                                                          necessary step for better image enhancement. This algorithm
Index Terms—Magnetic resonance angiogram, Circle of Willis,               proved to be efficient for extracting cerebral vessels or Circle
pre-process, color-base segmentation, K-means clustering                  of Willis with color-based segmentation method. The present
                                                                          work is to visualize cerebral vessels or Circle of Willis stridently,
                           I. INTRODUCTION                                to assist the doctors for identification of the disorder.
     Magnetic resonance angiography (MRA) is a way to                         Segmentation is a challenging task in medical image
study vascular structures. Segmentation of vessels from                   analysis and classification for radiological evaluation or
magnetic resonance angiogram can be a very useful computer                computer-aided diagnosis [10]. Basically, image segmentation
aided diagnosis (CAD) tool [1]. MRA images are usually                    methods can be classified into three categories: edge-based
obtained on two-dimensional (2D) maximum intensity                        methods, region-based methods [11], and pixel-based
projections (MIPs), which are useful because the overall                  methods. K-means clustering is a technique which based on
shapes and paths of the vessels become visible [2]. However,              pixel-based methods. K-means clustering is simple and the
the images show poor visualization of blood vessels [3].                  computational complexity is relatively low compared with
Hence, solution is needed to extract vessels for better                   other region-based or edge-based methods. The application
visualization. Many attempts have been made for                           is more practicable. Furthermore, K-means clustering is
sophisticated solutions to extract vasculature from 3D MRA                appropriate for biomedical image segmentation as the number
images [4, 5]. The quality of such images is at a high level [6].         of clusters is usually known for images of particular regions
Our research uses 2D brain magnetic resonance angiogram                   of the human anatomy [12]. Many researchers have proposed
to determine functional information. Two-dimensional MRA                  related research into K-means clustering segmentation [12,
images have been used to determine the stenosis of the brain.             13]. The improvements achieved by [12, 13] have been
The arteries inside the skull get blocked by plaque which                 remarkable, but more computational complexity and extra
leads to cerebral artery stenosis [7]. Blocked cerebral arteries          software functionality are required.
are much harder for a surgeon to get to. Without treatment                    In this work, pre-processing algorithm not only served
the stenosis may lead to transient ischemic attacks or stroke             for image enhancement but also proved to be an important
[8].                                                                      step in tracing cerebral vessels or Circle of Willis from two-
                                                                          dimensional MRA images. The pixel-based segmentation al-
   *, 1
          Corresponding Author                                            gorithm carefully selects the Circle of Willis from the pre-

© 2012 ACEEE                                                         52
DOI: 01.IJIT.02.01.547
ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012


processed image as a clustering feature. Low computation
aspect has been maintained. Hence, color-based K-means
clustering segmentation on pre-processed magnetic reso-
nance angiography (MRA) images for tracing cerebral ves-
sels or Circle of Willis has maintained the efficiency. The
experimental result that extracts the clustering feature con-
firms that the proposed method will help the doctors for treat-
ment planning.

                      II. METHODOLOGY
A. Pre-processing Technique
    Histogram equalization is a spatial domain image
enhancement technique that modifies the distribution of the
pixels to become more evenly distributed over the available
pixel range [14]. In histogram processing, a histogram displays
the distribution of the pixel intensity values, mimicking the
probability density function (PDF) for a continuous function.
An image that has a uniform PDF will have pixel values at all
valid intensities. Therefore, it will show a high contrast image.
Histogram equalization creates a uniform PDF or histogram
[15]. This can be accomplished by performing a global
equalization that considers all the pixels in the entire image or
a local equalization that segments the image into regions.
Subtraction images may also cause enhancement of certain
regions of an image. In contrast enhanced MRA, a mask image
                                                                                             Figure 1. System Block Diagram
is used and subtracted from a contrast enhanced image to
boost up the contrast [16].                                                               III. RESULTS AND DISCUSSION
B. Pixel-based Segmentation                                                  Fifteen brain magnetic resonance angiograms (498x465
    K-means is an extensively used clustering algorithm to               resolutions) were used to evaluate the proposed algorithm.
partition data into k clusters [12]. Clustering is the process           Initially histogram equalization technique is performed. The
for grouping data points with similar feature vectors into a             original and the histogram equalized images were then
single cluster and for grouping data points with dissimilar              converted to double precision images in order to perform the
feature vectors into different clusters. Let the feature vectors         subtraction operation. Subtraction image was obtained by
derived from l clustered data be X= (x i |i=1,2,…,l). The                subtracting the original image from the histogram equalized
generalized algorithm initiates k cluster centroids C=(c j               image. Finally to get the pre-processed image, the subtracted
|j=1,2,…,k) by randomly selecting k feature vectors from X.              image was complemented as shown in Fig. 3. Histogram
Later, the feature vectors are grouped into k clusters using a           equalization takes advantage of the neglected pixel values
selected distance measure such as Euclidean distance as in               and provides better definition and more information for the
(1) so that                                                              doctors. Subtracted images boost up the result. Further,
                                                             (1)         complement of the subtracted images provides a better means
                                                                         to assess the Circle of Willis.
The next step is to recompute the cluster centroids based on                 Color-based segmentation on the processed image has
their group members and then regroup the feature vectors                 been shown in Fig. 4. In this proposed method, we converted
according to the new cluster centroids. The clustering                   the pre-processed gray-level brain MRA image into RGB color
procedure stops only when all cluster centroids tend to                  image first. The RGB color image was then coarsely
converge [12, 13]. The block diagram of our developed                    represented using 25 bins. Coarse representation used the
algorithm has been shown in Fig. 1. The input brain magnetic             spatial information from a histogram based windowing
resonance angiograms are taken from the websites e.g. cedars-            process.
sinai.edu, sciencephoto.com, elsevierimages.com,                             K-means was used to cluster the coarse image data. In
springerimages.com, and imaging.consult.com.                             the segmented images k=6 was considered. The color-based
    The algorithms are developed on MATLAB version                       K-means clustered images were further processed in order to
7.6.0(R2008a) in Microsoft Windows XP operating system,                  extract the feature from the image, as shown in Fig. 5.
with the processor 2.16GHz and 1.96GB of RAM.                                As seen in Fig. 4, the Circle of Willis was been detected
                                                                         significantly. The experimental result as in Fig. 5 will help the
                                                                         doctors to identify vascular disease from its location.

© 2012 ACEEE                                                        53
DOI: 01.IJIT.02.01.547
ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012




                         Figure 2. Original Image                                       Figure 3. Pre-Processed Image




          Figure 4. Color-based K-means clustering segmentation                     Figure 5. Extraction of Circle of Willis
                                                                       sinai.edu, dedicatedimaging.com and springerimages.com,
                         IV. CONCLUSIONS                               who provided the valuable images of normal and abnormal
    In this paper color-based segmentation using K-means               brain angiograms in their websites and without these images
clustering for extracting Circle of Willis from brain magnetic         this work would not have been possible.
resonance angiogram is proposed. Pre-processing on MRA
image and color-based segmentation both show encouraging                                         REFERENCES
results. The final stage of the proposed method that extracts          [1] N.Passat, C.Ronse, J.Baruthio, J.P.Armspach, and C.Maillot,
the clustering feature provides good segmentation                      “Magnetic resonance angiography: from anatomical knowledge
performance. The present work combines color translation,              modeling to vessel segmentation,” Medical Image Analysis, pp.259-
color-based K-means clustering and feature extraction, thus            274, 2006.
making it efficient and easy to implement for the doctors to           [2] M.M.Orkisz, C.Bresson, I.E.Magnin, O.Champin, and
diagnose the Circle of Willis as well as cerebral vessels in a         P.C.Douek, “Improved vessel visualization in MR angiography by
better way by reducing the subjectivity and miss rate in               nonlinear anisotropic filtering,” Magnetic Resonance in Medicine,
                                                                       vol.37, pp.914–919, 1997.
magnetic resonance angiography (MRA) images and thereby
                                                                       [3] P.J.Yim, G.Boudewijn, C.Vasbiner, V.B.Ho, and P.L.Choyke,
will enhance the vascular disease detection accuracy in less           “Isosurfaces as deformable models for magnetic resonance
time.                                                                  angiography,” IEEE Trans. on Medical Imaging, vol. 22, pp. 875–
                                                                       881, 2003.
                     ACKNOWLEDGMENT                                    [4] P.Yan and A.A.Kassim, “MRA image segmentation with
                                                                       capillary active contour,” International Conf. on Medical Image
   We would like to express our sincere thanks and deepest             Computing and Computer Assisted Intervention, vol. 1, pp. 51-58,
gratitude to all the members of the websites e.g. cedars-              2005.

© 2012 ACEEE                                                      54
DOI: 01.IJIT.02.01.547
ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012


[5] O.Wink, W.J.Nissen, and M.A.Viergever, “Fast delineation and         [11] A.C.S.Chung and J.A.Noble, “Vascular segmentation of phase
visualization of vessels in 3-D angiographic images,” IEEE Trans.        contrast magnetic resonance angiograms based on statistical mixture
on Medical Imaging, vol. 19, pp. 337–346, 2000.                          modeling and local phase coherence,” IEEE Trans. on Medical
[6]     D.G.Nishimura,        A.Macovski,      and     J.M.Pauly,        Imaging, vol. 23, pp. 1490–1507, December 2004.
“Magneticresonance angiography,” IEEE Trans. Med. Imag., vol.23,         [12] C.S.Tsai and C.C.Chang, “An improvement to image segment
no.12, pp.140-151, September 1986.                                       based on human visual system for object-based coding,” Fundamenta
[7] S.K.Bhattacharji, E.C.Hutchinson, and A.J.McCall, “Stenosis          Informaticae, vol. 58, pp. 167–178, 2004.
and occlusion of vessels in cerebral infarction,” British Medical        [13] C.W.Chen, J.Luo, and K.J.Parker, “Image segmentation via
Journal, pp.270-274, July 1967.                                          adaptive K-mean clustering and knowledge-based morphological
[8] Dr. W.LUI, “Management of intracranial cerebral arterial             operations with biomedical applications,” IEEE Trans. on Medical
stenosis,” Medical Bulletin, vol.16, no.2, February 2011.                Imaging, vol. 7, pp. 1673–1683, 1998.
[9]        M.J.Hartkamp and J.Grond, “Investigation of the Circle        [14] R. C. Gonzalez and R. E. Woods, Digital Image Processing,
of Willis using MR angiography,” Medicamundi, vol.44, March              Prentice Hall, pp. 711-791, (2001).
2000.                                                                    [15] Y.H.Hu, ECE 533 Image Processing Lecture Notes: Image
[10] M.Bhagwat, R.K.Krishna, and V.E.Pise, “Image segmentation           Enhancement by Modifying Gray Scale of Individual Pixels, 2002-
by improved watershed transformation in programming                      2003.
environment MATLAB,” Int. J. of Computer Science and                     [16] M.Prince, T.M.Grist, and J.F.Debatin, 3D Contrast MR
Communication, vol. 1, pp. 171–174, 2010.                                Angiography, Springer-Verlag, NY, 1999.




© 2012 ACEEE                                                        55
DOI: 01.IJIT.02.01. 547

Más contenido relacionado

La actualidad más candente

Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Tamilarasan N
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...IOSR Journals
 
A survey early detection of
A survey early detection ofA survey early detection of
A survey early detection ofijcsa
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAijait
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...IJERA Editor
 
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...CSCJournals
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesIOSR Journals
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesIRJET Journal
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersIJSTA
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET Journal
 
Brain Tumor Detection using MRI Images
Brain Tumor Detection using MRI ImagesBrain Tumor Detection using MRI Images
Brain Tumor Detection using MRI ImagesYogeshIJTSRD
 
04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyoIAESIJEECS
 
Super-Spatial Structure Prediction Compression of Medical
Super-Spatial Structure Prediction Compression of MedicalSuper-Spatial Structure Prediction Compression of Medical
Super-Spatial Structure Prediction Compression of Medicalijeei-iaes
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Journals
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...IJECEIAES
 

La actualidad más candente (20)

Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
 
A survey early detection of
A survey early detection ofA survey early detection of
A survey early detection of
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
E0413024026
E0413024026E0413024026
E0413024026
 
Ribeiro visfaces07
Ribeiro visfaces07Ribeiro visfaces07
Ribeiro visfaces07
 
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...
Glaucoma Screening Test By Segmentation of Optical Disc& Cup Segmentation Usi...
 
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture Features
 
Er36881887
Er36881887Er36881887
Er36881887
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus images
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
 
Brain Tumor Detection using MRI Images
Brain Tumor Detection using MRI ImagesBrain Tumor Detection using MRI Images
Brain Tumor Detection using MRI Images
 
04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo
 
Super-Spatial Structure Prediction Compression of Medical
Super-Spatial Structure Prediction Compression of MedicalSuper-Spatial Structure Prediction Compression of Medical
Super-Spatial Structure Prediction Compression of Medical
 
D04472327
D04472327D04472327
D04472327
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...
 

Destacado

Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...
Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...
Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...IDES Editor
 
Communication by Whispers Paradigm for Short Range Communication in Cognitive...
Communication by Whispers Paradigm for Short Range Communication in Cognitive...Communication by Whispers Paradigm for Short Range Communication in Cognitive...
Communication by Whispers Paradigm for Short Range Communication in Cognitive...IDES Editor
 
Conditional Averaging a New Algorithm for Digital Filter
Conditional Averaging a New Algorithm for Digital FilterConditional Averaging a New Algorithm for Digital Filter
Conditional Averaging a New Algorithm for Digital FilterIDES Editor
 
Production log
Production log Production log
Production log crimzon36
 
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...IDES Editor
 
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...IDES Editor
 
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...IDES Editor
 
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...IDES Editor
 
Analysis of GPSR and its Relevant Attacks in Wireless Sensor Networks
Analysis of GPSR and its Relevant Attacks in Wireless Sensor NetworksAnalysis of GPSR and its Relevant Attacks in Wireless Sensor Networks
Analysis of GPSR and its Relevant Attacks in Wireless Sensor NetworksIDES Editor
 
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemOptimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemIDES Editor
 
Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 

Destacado (11)

Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...
Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...
Random Valued Impulse Noise Removal in Colour Images using Adaptive Threshold...
 
Communication by Whispers Paradigm for Short Range Communication in Cognitive...
Communication by Whispers Paradigm for Short Range Communication in Cognitive...Communication by Whispers Paradigm for Short Range Communication in Cognitive...
Communication by Whispers Paradigm for Short Range Communication in Cognitive...
 
Conditional Averaging a New Algorithm for Digital Filter
Conditional Averaging a New Algorithm for Digital FilterConditional Averaging a New Algorithm for Digital Filter
Conditional Averaging a New Algorithm for Digital Filter
 
Production log
Production log Production log
Production log
 
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...
Design of Equitable Dominating Set Based Semantic Overlay Networks with Optim...
 
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
Design and Analysis of Adaptive Neural Controller for Voltage Source Converte...
 
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...
A Traffic-Aware Key Management Architecture for Reducing Energy Consumption i...
 
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...
The Effectiveness of PIES Compared to BEM in the Modelling of 3D Polygonal Pr...
 
Analysis of GPSR and its Relevant Attacks in Wireless Sensor Networks
Analysis of GPSR and its Relevant Attacks in Wireless Sensor NetworksAnalysis of GPSR and its Relevant Attacks in Wireless Sensor Networks
Analysis of GPSR and its Relevant Attacks in Wireless Sensor Networks
 
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation SystemOptimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
Optimally Learnt, Neural Network Based Autonomous Mobile Robot Navigation System
 
Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 

Similar a Extraction of Circle of Willis from 2D Magnetic Resonance Angiograms

Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationacijjournal
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...ijfcstjournal
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...ijfcstjournal
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...ijfcstjournal
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesIRJET Journal
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...IRJET Journal
 
An effective feature selection using improved marine predators algorithm for ...
An effective feature selection using improved marine predators algorithm for ...An effective feature selection using improved marine predators algorithm for ...
An effective feature selection using improved marine predators algorithm for ...IJECEIAES
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...acijjournal
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...acijjournal
 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCSEIJJournal
 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationCSEIJJournal
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...CSCJournals
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...IJECEIAES
 
Detection of Carotid Artery from Pre-Processed Magnetic Resonance Angiogram
Detection of Carotid Artery from Pre-Processed Magnetic Resonance AngiogramDetection of Carotid Artery from Pre-Processed Magnetic Resonance Angiogram
Detection of Carotid Artery from Pre-Processed Magnetic Resonance AngiogramIDES Editor
 
10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdfHaiderALHussainy1
 
Automated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain strokeAutomated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain strokeIJECEIAES
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...ijcseit
 

Similar a Extraction of Circle of Willis from 2D Magnetic Resonance Angiograms (20)

8. 22760.pdf
8. 22760.pdf8. 22760.pdf
8. 22760.pdf
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...PERFORMANCE ANALYSIS OF TEXTURE IMAGE  RETRIEVAL FOR CURVELET, CONTOURLET  TR...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TR...
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
PERFORMANCE ANALYSIS OF TEXTURE IMAGE RETRIEVAL FOR CURVELET, CONTOURLET TRAN...
 
H0114857
H0114857H0114857
H0114857
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
20
2020
20
 
An effective feature selection using improved marine predators algorithm for ...
An effective feature selection using improved marine predators algorithm for ...An effective feature selection using improved marine predators algorithm for ...
An effective feature selection using improved marine predators algorithm for ...
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel Segmentation
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
 
Detection of Carotid Artery from Pre-Processed Magnetic Resonance Angiogram
Detection of Carotid Artery from Pre-Processed Magnetic Resonance AngiogramDetection of Carotid Artery from Pre-Processed Magnetic Resonance Angiogram
Detection of Carotid Artery from Pre-Processed Magnetic Resonance Angiogram
 
10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf10.1080@00207454.2020.1835900.pdf
10.1080@00207454.2020.1835900.pdf
 
Automated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain strokeAutomated segmentation and classification technique for brain stroke
Automated segmentation and classification technique for brain stroke
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
 

Más de IDES Editor

Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 
Mental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelMental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelIDES Editor
 

Más de IDES Editor (20)

Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 
Mental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive ModelMental Stress Evaluation using an Adaptive Model
Mental Stress Evaluation using an Adaptive Model
 

Último

(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 

Último (20)

(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 

Extraction of Circle of Willis from 2D Magnetic Resonance Angiograms

  • 1. ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012 Extraction of Circle of Willis from 2D Magnetic Resonance Angiograms Sarbani Datta1 and Dr. Monisha Chakraborty*, 1 1 Student, School of Bio-Science and Engineering, Jadavpur University, Kolkata, India 1 Email: sarbanidatta.ju@gmail.com *, 1 Assistant Professor, School of Bio-Science and Engineering, Jadavpur University, Kolkata, India *, 1 Email: monishack@school.jdvu.ac.in Abstract—Magnetic resonance angiogram is a way to study Segmentation of the vascular system from magnetic cerebrovascular structures. It helps to obtain information resonance angiograms is a challenging task. Human regarding blood flow in a non-invasive fashion. Magnetic cerebrovascular is important in neurosurgery and neurological resonance angiograms are examined basically for detection study. Vascular diseases such as stenosis, aneurysm and of vascular pathologies, neurosurgery planning, and vascular landmark detection. In certain cases it becomes complicated vascular malformation are the leading cause of brain stroke for the doctors to assess the cerebral vessels or Circle of Willis and disability. An accurate segmentation of the vascular from the two-dimensional (2D) brain magnetic resonance system is needed to detect these diseases and hence may angiograms. In this paper an attempt has been made to extract prevent invasive treatments. The extraction of cerebral the Circle of Willis from 2D magnetic resonance angiograms, vessels or Circle of Willis from the brain angiogram would so as to overcome such difficulties. The proposed method pre- make the doctors do their job in a much easier fashion [9]. processes the magnetic resonance angiograms and There are numerous algorithms for cerebral vessel extraction, subsequently extracts the Circle of Willis. The extraction has but the limitations lie in the visualization from two-dimensional been done by color-based segmentation using K-means MRA images. clustering algorithm. As the developed method successfully extracts the vasculature from the brain magnetic resonance In this paper we proposed a pre-processing algorithm for angiograms, therefore it will help the doctors for diagnosis image enhancement. This result an improvement in the and serve as a step in the prevention of stroke. The algorithms contrast of the two-dimensional MRA images and are developed on MATLAB 7.6.0 (R2008a) programming consequently the Circle of Willis has been found to be platform. significant. So, pre-processing can be considered as a necessary step for better image enhancement. This algorithm Index Terms—Magnetic resonance angiogram, Circle of Willis, proved to be efficient for extracting cerebral vessels or Circle pre-process, color-base segmentation, K-means clustering of Willis with color-based segmentation method. The present work is to visualize cerebral vessels or Circle of Willis stridently, I. INTRODUCTION to assist the doctors for identification of the disorder. Magnetic resonance angiography (MRA) is a way to Segmentation is a challenging task in medical image study vascular structures. Segmentation of vessels from analysis and classification for radiological evaluation or magnetic resonance angiogram can be a very useful computer computer-aided diagnosis [10]. Basically, image segmentation aided diagnosis (CAD) tool [1]. MRA images are usually methods can be classified into three categories: edge-based obtained on two-dimensional (2D) maximum intensity methods, region-based methods [11], and pixel-based projections (MIPs), which are useful because the overall methods. K-means clustering is a technique which based on shapes and paths of the vessels become visible [2]. However, pixel-based methods. K-means clustering is simple and the the images show poor visualization of blood vessels [3]. computational complexity is relatively low compared with Hence, solution is needed to extract vessels for better other region-based or edge-based methods. The application visualization. Many attempts have been made for is more practicable. Furthermore, K-means clustering is sophisticated solutions to extract vasculature from 3D MRA appropriate for biomedical image segmentation as the number images [4, 5]. The quality of such images is at a high level [6]. of clusters is usually known for images of particular regions Our research uses 2D brain magnetic resonance angiogram of the human anatomy [12]. Many researchers have proposed to determine functional information. Two-dimensional MRA related research into K-means clustering segmentation [12, images have been used to determine the stenosis of the brain. 13]. The improvements achieved by [12, 13] have been The arteries inside the skull get blocked by plaque which remarkable, but more computational complexity and extra leads to cerebral artery stenosis [7]. Blocked cerebral arteries software functionality are required. are much harder for a surgeon to get to. Without treatment In this work, pre-processing algorithm not only served the stenosis may lead to transient ischemic attacks or stroke for image enhancement but also proved to be an important [8]. step in tracing cerebral vessels or Circle of Willis from two- dimensional MRA images. The pixel-based segmentation al- *, 1 Corresponding Author gorithm carefully selects the Circle of Willis from the pre- © 2012 ACEEE 52 DOI: 01.IJIT.02.01.547
  • 2. ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012 processed image as a clustering feature. Low computation aspect has been maintained. Hence, color-based K-means clustering segmentation on pre-processed magnetic reso- nance angiography (MRA) images for tracing cerebral ves- sels or Circle of Willis has maintained the efficiency. The experimental result that extracts the clustering feature con- firms that the proposed method will help the doctors for treat- ment planning. II. METHODOLOGY A. Pre-processing Technique Histogram equalization is a spatial domain image enhancement technique that modifies the distribution of the pixels to become more evenly distributed over the available pixel range [14]. In histogram processing, a histogram displays the distribution of the pixel intensity values, mimicking the probability density function (PDF) for a continuous function. An image that has a uniform PDF will have pixel values at all valid intensities. Therefore, it will show a high contrast image. Histogram equalization creates a uniform PDF or histogram [15]. This can be accomplished by performing a global equalization that considers all the pixels in the entire image or a local equalization that segments the image into regions. Subtraction images may also cause enhancement of certain regions of an image. In contrast enhanced MRA, a mask image Figure 1. System Block Diagram is used and subtracted from a contrast enhanced image to boost up the contrast [16]. III. RESULTS AND DISCUSSION B. Pixel-based Segmentation Fifteen brain magnetic resonance angiograms (498x465 K-means is an extensively used clustering algorithm to resolutions) were used to evaluate the proposed algorithm. partition data into k clusters [12]. Clustering is the process Initially histogram equalization technique is performed. The for grouping data points with similar feature vectors into a original and the histogram equalized images were then single cluster and for grouping data points with dissimilar converted to double precision images in order to perform the feature vectors into different clusters. Let the feature vectors subtraction operation. Subtraction image was obtained by derived from l clustered data be X= (x i |i=1,2,…,l). The subtracting the original image from the histogram equalized generalized algorithm initiates k cluster centroids C=(c j image. Finally to get the pre-processed image, the subtracted |j=1,2,…,k) by randomly selecting k feature vectors from X. image was complemented as shown in Fig. 3. Histogram Later, the feature vectors are grouped into k clusters using a equalization takes advantage of the neglected pixel values selected distance measure such as Euclidean distance as in and provides better definition and more information for the (1) so that doctors. Subtracted images boost up the result. Further, (1) complement of the subtracted images provides a better means to assess the Circle of Willis. The next step is to recompute the cluster centroids based on Color-based segmentation on the processed image has their group members and then regroup the feature vectors been shown in Fig. 4. In this proposed method, we converted according to the new cluster centroids. The clustering the pre-processed gray-level brain MRA image into RGB color procedure stops only when all cluster centroids tend to image first. The RGB color image was then coarsely converge [12, 13]. The block diagram of our developed represented using 25 bins. Coarse representation used the algorithm has been shown in Fig. 1. The input brain magnetic spatial information from a histogram based windowing resonance angiograms are taken from the websites e.g. cedars- process. sinai.edu, sciencephoto.com, elsevierimages.com, K-means was used to cluster the coarse image data. In springerimages.com, and imaging.consult.com. the segmented images k=6 was considered. The color-based The algorithms are developed on MATLAB version K-means clustered images were further processed in order to 7.6.0(R2008a) in Microsoft Windows XP operating system, extract the feature from the image, as shown in Fig. 5. with the processor 2.16GHz and 1.96GB of RAM. As seen in Fig. 4, the Circle of Willis was been detected significantly. The experimental result as in Fig. 5 will help the doctors to identify vascular disease from its location. © 2012 ACEEE 53 DOI: 01.IJIT.02.01.547
  • 3. ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012 Figure 2. Original Image Figure 3. Pre-Processed Image Figure 4. Color-based K-means clustering segmentation Figure 5. Extraction of Circle of Willis sinai.edu, dedicatedimaging.com and springerimages.com, IV. CONCLUSIONS who provided the valuable images of normal and abnormal In this paper color-based segmentation using K-means brain angiograms in their websites and without these images clustering for extracting Circle of Willis from brain magnetic this work would not have been possible. resonance angiogram is proposed. Pre-processing on MRA image and color-based segmentation both show encouraging REFERENCES results. The final stage of the proposed method that extracts [1] N.Passat, C.Ronse, J.Baruthio, J.P.Armspach, and C.Maillot, the clustering feature provides good segmentation “Magnetic resonance angiography: from anatomical knowledge performance. The present work combines color translation, modeling to vessel segmentation,” Medical Image Analysis, pp.259- color-based K-means clustering and feature extraction, thus 274, 2006. making it efficient and easy to implement for the doctors to [2] M.M.Orkisz, C.Bresson, I.E.Magnin, O.Champin, and diagnose the Circle of Willis as well as cerebral vessels in a P.C.Douek, “Improved vessel visualization in MR angiography by better way by reducing the subjectivity and miss rate in nonlinear anisotropic filtering,” Magnetic Resonance in Medicine, vol.37, pp.914–919, 1997. magnetic resonance angiography (MRA) images and thereby [3] P.J.Yim, G.Boudewijn, C.Vasbiner, V.B.Ho, and P.L.Choyke, will enhance the vascular disease detection accuracy in less “Isosurfaces as deformable models for magnetic resonance time. angiography,” IEEE Trans. on Medical Imaging, vol. 22, pp. 875– 881, 2003. ACKNOWLEDGMENT [4] P.Yan and A.A.Kassim, “MRA image segmentation with capillary active contour,” International Conf. on Medical Image We would like to express our sincere thanks and deepest Computing and Computer Assisted Intervention, vol. 1, pp. 51-58, gratitude to all the members of the websites e.g. cedars- 2005. © 2012 ACEEE 54 DOI: 01.IJIT.02.01.547
  • 4. ACEEE Int. J. on Information Technology, Vol. 02, No. 01, March 2012 [5] O.Wink, W.J.Nissen, and M.A.Viergever, “Fast delineation and [11] A.C.S.Chung and J.A.Noble, “Vascular segmentation of phase visualization of vessels in 3-D angiographic images,” IEEE Trans. contrast magnetic resonance angiograms based on statistical mixture on Medical Imaging, vol. 19, pp. 337–346, 2000. modeling and local phase coherence,” IEEE Trans. on Medical [6] D.G.Nishimura, A.Macovski, and J.M.Pauly, Imaging, vol. 23, pp. 1490–1507, December 2004. “Magneticresonance angiography,” IEEE Trans. Med. Imag., vol.23, [12] C.S.Tsai and C.C.Chang, “An improvement to image segment no.12, pp.140-151, September 1986. based on human visual system for object-based coding,” Fundamenta [7] S.K.Bhattacharji, E.C.Hutchinson, and A.J.McCall, “Stenosis Informaticae, vol. 58, pp. 167–178, 2004. and occlusion of vessels in cerebral infarction,” British Medical [13] C.W.Chen, J.Luo, and K.J.Parker, “Image segmentation via Journal, pp.270-274, July 1967. adaptive K-mean clustering and knowledge-based morphological [8] Dr. W.LUI, “Management of intracranial cerebral arterial operations with biomedical applications,” IEEE Trans. on Medical stenosis,” Medical Bulletin, vol.16, no.2, February 2011. Imaging, vol. 7, pp. 1673–1683, 1998. [9] M.J.Hartkamp and J.Grond, “Investigation of the Circle [14] R. C. Gonzalez and R. E. Woods, Digital Image Processing, of Willis using MR angiography,” Medicamundi, vol.44, March Prentice Hall, pp. 711-791, (2001). 2000. [15] Y.H.Hu, ECE 533 Image Processing Lecture Notes: Image [10] M.Bhagwat, R.K.Krishna, and V.E.Pise, “Image segmentation Enhancement by Modifying Gray Scale of Individual Pixels, 2002- by improved watershed transformation in programming 2003. environment MATLAB,” Int. J. of Computer Science and [16] M.Prince, T.M.Grist, and J.F.Debatin, 3D Contrast MR Communication, vol. 1, pp. 171–174, 2010. Angiography, Springer-Verlag, NY, 1999. © 2012 ACEEE 55 DOI: 01.IJIT.02.01. 547