A novel Skull Stripping Method for T1 Coronal and T2 Axial Magnetic Resonance Images of Human Head Scans Based on Resonance Principle

Size: px
Start display at page:

Download "A novel Skull Stripping Method for T1 Coronal and T2 Axial Magnetic Resonance Images of Human Head Scans Based on Resonance Principle"

Transcription

1 A novel Skull Stripping Method for T1 Coronal and T2 Axial Magnetic Resonance Images of Human Head Scans Based on Resonance Principle K.Somasundaram 1, R. Siva Shankar 2 1&2 Image Processing Lab, Department of Computer Science and Applications, Gandhigram Rural Institute-Deemed University, Gandhigram , Tamil Nadu, India. Abstract - In this paper we propose a novel method for skull stripping or brain extraction from T1 Coronal and T2 Axial Magnetic Resonance Images (MRI) of human head scans. Brain extraction is done by first detecting the boundary separating brain tissue and non-tissues. The pixel values at the bright boundary will be 255. This property is utilized to generate resonance behaviour at the boundary. We make use of the exponential function to generate the resonance condition using which the boundary is detected. Using the boundary, the skull portion is removed and the brain is extracted. The experiments on two T1 and a T2 volumes show satisfactory results. Keywords: Skull stripping, segmentation, resonance method, MRI processing 1 Introduction Magnetic resonance image (MRI) analysis is a noninvasive, non ionising and non-destructive imaging technology to study the structural anatomy of human organs. This can produce high quality and highly detailed images, which can almost give every angle of organs and tissues. MRI of the brain gives the anatomy of brain that is helpful to diagnose the brain related diseases. MRI guided surgery like angiogram, breast biopsy is directed accurately after knowing the result of MRI scan. Skull striping is an important pre-processing technique in MRI analysis. Skull stripping methods are classified into three types: intensity based, morphology based and deformable model based. Region based methods view the brain regions as a group of connected pixel data sets. These regions will have muscles, cavities, skin, optic nerves, etc. The extraction of the brain region from the non-brain region is done by using methods like region growing, watershed and morphological methods. Several works for segmentation of brain have been reported in [1] - [8]. Justice et al.[1] proposed a semi automatic segmentation method using 3D seeded region growing (SRG). In that a semi-automatic method which effectively segments imaging data volumes by using 3D region growing guided by initial seed points has been used. Seed voxels may be specified interactively with a mouse or through the selection of intensity thresholds. Segmentation proceeds automatically following seed selection only on few slices in the volume due to the 3D nature of the region growth. The method proposed by Adams et al.[2] requires the input value for the number of seeds, either individual pixels or regions, which controls the formation of regions into which the image will be segmented. Brummer et al.[3] proposed a fully automatic algorithm that starts with a histogram-based thresholding preceded by an image intensity correction procedure. This step is followed by a morphological operations which refines the binary mask images. Anatomical knowledge essential for the discrimination between desired and undesired structures is implemented in this step through a sequence of conventional and novel morphological operations, using 2-D and 3-D operations. The final step of the procedure performs overlap test between current and previous slice. Lemieux et al.[4] proposed an automated algorithm to segment the brain portion from T1-weighted volume MRI. The algorithm uses automatic computation of intensity threshold and morphological operations. It is a three-dimensional method and therefore independent of scan orientation. Hohne et al.[5] proposed a semi-automated segmentation algorithm based on region growing and morphological operations. This segmentation is performed concurrently with 3D visualization providing direct visual feedback to guide the user in the segmentation process. Jong and Lee.[6] proposed an algorithm, after eliminating the background voxels using histogram analysis. Two seed regions of the brain and nonbrain regions were automatically identified using a mask produced by morphological operations. Then these seed regions are expanded with a 2D region growing algorithm based on general brain anatomy information. An automatic method for brain extraction was proposed by and Stella et al.[7]. This method uses an integrated approach which employs image processing techniques based on anisotropic filters, snake contouring technique, and a priori knowledge, which is used to remove the eyes, a tricky structure in brain MRI. It is a multistage process, involving removal of the background noise leaving a head mask, finding a rough outline of the brain and refinement of the rough brain outline to a final mask. In an earlier work[8] we used Ridler s method, morphological operations to extract brain from T2 weighted MRI. In this paper we propose a brain extraction scheme using resonance method to detect brain-skull boundary. The remainder of the paper is organized as follows. In section 2,

2 we present our method. In section 3 results and discussions are given. In section 4 the conclusion is given. 2 Proposed Method 2.1 Skull Brain Interface We model the skull-brain boundary as an interface of two regions. It is well known, at the interface of two media, interfacial waves propagate along the boundary. The amplitude of such waves remain constant along the interface boundary and decay exponentially in a direction perpendicular to the interface. In a plane geometry, at the interface of waterair, hydrodynamic surface waves propagate along the interface with constant amplitude [9], but decay exponentially in a direction perpendicular to the interface.(see Fig.1). 2.2 Brain Boundary Detection In MRI of head scans, two boundaries prominently appear. The inner boundary is the brain-csf (Cerebro spinal fluid) interface, and the outer boundary is the CSF-Skull boundary(fig.2). If we are able to detect the inner boundary then the brain portion can be extracted easily. Fig.1 Decay of amplitude in an interfacial wave. Hydromagnetic interface waves propagate in a similar way in a plasma-plasma interface embedded in a magnetic field [10]. We make use of a similar property to detect the boundary between skull-brain interface. At the boundary, made of white pixels, the intensity value will be 255 in a gray scale image. Therefore, the boundary can be detected by using the resonance function: R(x,y)=A (1) Where, A is an arbitrary constant, f(x,y)=255-f(x,y), and f(x,y) is the intensity value of the input image at the coordinate points (x,y). Therefore, R will be very large (resonance condition) at the boundary, where f(x,y) 255 and will be small at the points away from the boundary. Hence by computing the value of R and traversing the co-ordinates (x,y) where R(x,y) gives highest value, the boundary of the brainskull can be identified and extracted. Fig.2 The prominent boundaries in MRI. To detect the inner boundary we start computing the resonance function R from the mid point of each row of the middle slice. Since in both T1 and T2 MRI volumes, the middle slice contains the brain as a single largest region. Hence identifying the brain area in the middle slice is easy. The mid point of each row is computed by dividing the total width and height of the image by 2. midx = image_width/2 - (2) midy = image_height/2 - (3) Hence the process starts from the midpoint to get the seed point which is the first occurrance of the resonance(r) on both sides from mid point. We repeat this process for each row for the whole image. The closely placed inner most resonance points (CPP) are connected to form a boundary. The boundary will be formed by analysing the value of R at 5 co-ordinate points at each row in both left and right hand side from the middle. The points that are not close to the innermost boundary are discarded. The innermost contour thus formed is the boundary of the brain. The flow chart of our scheme is given in Fig.3. A Start Input the next Slice Start from mid point of the slice Compute R for each Row Find first R values from mid to right and left Select co-ordinate point of the highest intensity value among the R values

3 A Yes Fig.3 Flow Chart of the Proposed Method. In any MRI brain volume, the middle slice contains brain as a single largest region and is the largest brain portion in the entire volume. Hence identifying the brain area in the middle slice is easy. After finding the brain in the middle slice, The extracted brain portion of the middle slice is used as a reference to extract brain portion from adjacent slices lying above and below it. We then move from middle slice to top and middle to bottom slice, one direction at a time. For each slice, the mark of the previous slice is used as a reference to extract brain in the current slice. No 3 Results and Discussions 3.1 Materials Used Connect closely placed points (CPP) Form Contour by selecting points satisfying R & CPP Extract brain from original MRI Select mask from extracted edge Any more Slice? Stop For our experiments we used three MRI volumes. The first two are T1 weighted coronal datasets collected from International Brain Segmentation Repository (IBSR)[15] maintained by Center for Morphometric Analysis Massachusetts General Hospital, USA (1_24 and 13_3). The third is a T2 weighted axial MRI dataset collected from Whole Brain Atlas(WBA).[16] maintained by Department of Radiology and Neurology at Brigham and women s hospital, Harward Medical school, Boston, USA. T1 weighted 1_24 data set contains 65 slices and 13_3 date set contains 57 slices. Slice thickness = contiguous 3.1mm and each of 256*256 pixel size. T2 weighted dataset contains 56 slices. slice thickness 5mm and each of 256*256 pixel size. For each dataset, the hand segmented brain portion or gold standard is available in the respective websites. In the IBSR T1 1_24 dataset brain portions wont be available after 55th slice, but our method detect a small part in 61 and 62 as brain portion. In the WBA T2 dataset brain portion is absent after 50th slice. Our method is not able to detect brain portion in 50th slice, because the brain portion appears in multiple parts, where as the skull contains closely placed pixels with good intensity values. after 50th slice brain portions wont be available. 3.2 Performance Evaluation We carried out experiments by applying our method on the Three volumes of T1 and T2 weighted images. For performance evaluation of our method we made quantitative and qualitative analysis. For quantitative analysis we computed Jaccard and Dice coefficient similarity indices. The Jaccard coefficient is given by[17]: The Dice coefficient is given by[18]: (5) where, A is a data segmented using our method and B is hand segmented data. The value of J and D vary between 0 to 1. The best results will be very close to 1, when both results are similar. The computed values of J and D using the proposed method and that of Brain Extraction Tool(BET).[19] are given in Table 1. The best values are given in bold. We observe from Table 1 that our method gives better results than that of the popular method BET. Table 1: Computed average values of Jaccard and Dice Co-efficient. DataSet BET Proposed method Jaccard Dice Jaccard Dice T1 1_ T1 13_ T For visual inspection we also give the brain portion extracted using our method. For visual comparision we give original images, extracted brain portion by BET and by our method. Fig.4 shows the original slices of T1 weighted coronal 1_24 dataset. Fig.5 brain portion extracted from the dataset 1_24. Fig.6 shows the original slices of T2 weighted dataset. Fig.7 shows the extracted from dataset of T2 weighted axial image from 9th slice to 48th slice. Fig.8 shows BET slices of containing regions like neck and skull portions and extracted brain portions by our method. (4)

4 Fig.4 The original slices of T1 weighted coronal dataset 1_24.

5 Fig.5 Extracted brain portions from T1 weighted coronal 1_24 by our method.

6 Fig.7 Extracted brain portions from T2 axial MRI by our method. Fig.6 The original slices of T2 weighted axial dateset. Slice 12 Slice 26 Slice 34 Slice 48 Fig.8 Brain extraction by the proposed method where BET failed. Row 1 : the original slices 12, 26, 34, 48 of 1_24 coronal dataset. Row 2 : brain extracted by BET method. Row 3 : the extracted brain portions by our method. 4 Conclusions We have proposed a novel method based on interfacial resonance phenomena to extract brain portion from T1 coronal and T2 axial MRI of head scan images. This method is able to detect the boundary of brain skull directly and thus avoids the processing of background and skull areas. The proposed method gives better results in terms of the Dice and Jaccard co-efficients for both T1 and T2 Images than that of popular method BET.

7 ACKNOWLEDGEMENTS The authors like to thank University Grants Commission (UGC), New Delhi, Grant no:m.r.p, F.No /2009(SR), for supporting this work. 5 References [1] Justice, R.K., Stokely, E.M., Strobel, J.S., Ideker, R.E. and Smith, W. M., Medical image segmentation using 3D seeded region growing. Proc. SPIE Med. Imag. vol.3034,pp , [2] Adams, R. and Bischof, L., Seeded region growing, IEEE Trans. Pattern Anal. Mach. Intell. vol 16, pp , [3] Brummer, M.E., Mersereau, R.M., Eisner, R.L., and Lewine, R.R.J.. Automatic detection of brain contours in MRI data sets. IEEE Trans. Med. Imag. vol.12, pp , [4] Lemieux, L., Hagmann, G., Krakow, K., and Woermann, F.G. Fast, accurate, and reproducible automatic segmentation of the brain T1-Weighted volume MRI data. Mgn. Reson. Med. vol.42, pp , [5] Hohne.K.H and Hanson.W.A., Interactive 3D segmentation of MRI and CT volumes using morphological operations. J. of Comput.Assist. Tomogr. vol.16, pp , [6] Jong Geun park, Chulhee Lee., Skull Stripping based on Region growing for Magnetic resonance brain images.,neuroimage, vol.40, pp , [7] Stella Atkins, and Blair T Mackiewich., Fully Automatic segmentation of the Brain in MRI., IEEE tracnsations of Medical Imaging, vol.17, pp , [8] Somasundaram.K., and Kalaiselvi.T., Fully Automatic brain extraction algorithm for axial T2-weighted magnetic resonance images., computers and biology and Medicine, vol.40, pp , [9] Fluid Mechanics, L.D.Landau and E.M.Liftshiftz, Pegraman Press, Oxford, pp.238, [10] Satyanarayanan.A., and Somasundaram.K., Alfven surface waves along coronal streamers., Astrophysics and Space Science, vol.109, p.p , [11] Somasundaram.K. and Siva Shankar.R., Skull Stripping of MRI Using Clustering and Resonance method, International Journal on Knowledge Management & E- Learning, vol.3,pp.19-23,2011. [12] Somasundaram.K, and Siva Shankar.R., Skull Stripping based on Exponential Function, National conference on Signal and Image Processing, pp ,Feb [13] James B.Scarborough., Numerical Mathematical Analysis., Oxford & IBH publishing Co., Sixth edition, [14] Milan Sonka, Vaclav Hlavac and Roger Boyle., Image Processing, Analysis and Machine Vision., Thomson Learning Inc., Second Edition, [15] International Brain Segmentation Repository, Center for Morphometric Analysis Massachusetts General Hospital, CNY-6, Building 149, 13th Street, Charlestown, MA, USA. 2.html [16] The Whole Brain Atlas(WBA), Department of Radiology and Neurology at Brigham and women s hospital, Harward Medical school, Boston, USA. [17] Jaccard.P., The Distribution of Flora in Alpine Zone, New Phytol, vol.11, pp.37-50,1912. [18] Dice.L., Measures of the Amount of Ecologic Association between Species, Ecology, vol.26, pp , [19] Smith.S.M., Fast robust automated brain extraction. Human Brain Mapping, vol.17, pp ,

SKULL STRIPPING OF MRI USING CLUSTERING AND RESONANCE METHOD

SKULL STRIPPING OF MRI USING CLUSTERING AND RESONANCE METHOD International Journal of Knowledge Management & e-learning Volume 3 Number 1 January-June 2011 pp. 19-23 SKULL STRIPPING OF MRI USING CLUSTERING AND RESONANCE METHOD K. Somasundaram 1 & R. Siva Shankar

More information

Brain Portion Peeling from T2 Axial MRI Head Scans using Clustering and Morphological Operation

Brain Portion Peeling from T2 Axial MRI Head Scans using Clustering and Morphological Operation 159 Brain Portion Peeling from T2 Axial MRI Head Scans using Clustering and Morphological Operation K. Somasundaram Image Processing Lab Dept. of Computer Science and Applications Gandhigram Rural Institute

More information

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07.

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07. NIH Public Access Author Manuscript Published in final edited form as: Proc Soc Photo Opt Instrum Eng. 2014 March 21; 9034: 903442. doi:10.1117/12.2042915. MRI Brain Tumor Segmentation and Necrosis Detection

More information

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Christian Wasserthal 1, Karin Engel 1, Karsten Rink 1 und André Brechmann

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

A Method for Filling Holes in Objects of Medical Images Using Region Labeling and Run Length Encoding Schemes

A Method for Filling Holes in Objects of Medical Images Using Region Labeling and Run Length Encoding Schemes 110 Image Processing (NCIMP 2010) Image Processing (NCIMP 2010) Editor: K. Somasundaram Allied Publishers A Method for Filling Holes in Objects of Medical Images Using Region Labeling and Run Length Encoding

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator

Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Segmentation and Modeling of the Spinal Cord for Reality-based Surgical Simulator Li X.C.,, Chui C. K.,, and Ong S. H.,* Dept. of Electrical and Computer Engineering Dept. of Mechanical Engineering, National

More information

Performance Evaluation of the TINA Medical Image Segmentation Algorithm on Brainweb Simulated Images

Performance Evaluation of the TINA Medical Image Segmentation Algorithm on Brainweb Simulated Images Tina Memo No. 2008-003 Internal Memo Performance Evaluation of the TINA Medical Image Segmentation Algorithm on Brainweb Simulated Images P. A. Bromiley Last updated 20 / 12 / 2007 Imaging Science and

More information

Analysis of CMR images within an integrated healthcare framework for remote monitoring

Analysis of CMR images within an integrated healthcare framework for remote monitoring Analysis of CMR images within an integrated healthcare framework for remote monitoring Abstract. We present a software for analyzing Cardiac Magnetic Resonance (CMR) images. This tool has been developed

More information

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm International Journal of Engineering Research and Advanced Technology (IJERAT) DOI:http://dx.doi.org/10.31695/IJERAT.2018.3273 E-ISSN : 2454-6135 Volume.4, Issue 6 June -2018 Tumor Detection and classification

More information

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Ting Song 1, Elsa D. Angelini 2, Brett D. Mensh 3, Andrew Laine 1 1 Heffner Biomedical Imaging Laboratory Department of Biomedical Engineering,

More information

An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter

An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter An ITK Filter for Bayesian Segmentation: itkbayesianclassifierimagefilter John Melonakos 1, Karthik Krishnan 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332, USA {jmelonak,

More information

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING Proceedings of the 1994 IEEE International Conference on Image Processing (ICIP-94), pp. 530-534. (Austin, Texas, 13-16 November 1994.) A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

More information

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique Volume 118 No. 17 2018, 691-701 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hybrid Approach for MRI Human Head Scans Classification using HTT

More information

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION Abstract: MIP Project Report Spring 2013 Gaurav Mittal 201232644 This is a detailed report about the course project, which was to implement

More information

Skull Segmentation of MR images based on texture features for attenuation correction in PET/MR

Skull Segmentation of MR images based on texture features for attenuation correction in PET/MR Skull Segmentation of MR images based on texture features for attenuation correction in PET/MR CHAIBI HASSEN, NOURINE RACHID ITIO Laboratory, Oran University Algeriachaibih@yahoo.fr, nourine@yahoo.com

More information

AN EFFICIENT SKULL STRIPPING ALGORITHM USING CONNECTED REGIONS AND MORPHOLOGICAL OPERATION

AN EFFICIENT SKULL STRIPPING ALGORITHM USING CONNECTED REGIONS AND MORPHOLOGICAL OPERATION AN EFFICIENT SKULL STRIPPING ALGORITHM USING CONNECTED REGIONS AND MORPHOLOGICAL OPERATION Shijin Kumar P. S. 1 and Dharun V. S. 2 1 Department of Electronics and Communication Engineering, Noorul Islam

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

MRI BRAIN NUCLEI SEGMENTATION AND EVALUATION OF SEGMENTED NUCLEI WITH BET AND BSE

MRI BRAIN NUCLEI SEGMENTATION AND EVALUATION OF SEGMENTED NUCLEI WITH BET AND BSE VOL. 10, NO. 11, JUNE 015 ISSN 1819-6608 006-015 Asian Research Publishing Network (ARPN). All rights reserved. MRI BRAIN NUCLEI SEGMENTATION AND EVALUATION OF SEGMENTED NUCLEI WITH BET AND BSE D. Selvaraj

More information

Automatic Generation of Training Data for Brain Tissue Classification from MRI

Automatic Generation of Training Data for Brain Tissue Classification from MRI MICCAI-2002 1 Automatic Generation of Training Data for Brain Tissue Classification from MRI Chris A. Cocosco, Alex P. Zijdenbos, and Alan C. Evans McConnell Brain Imaging Centre, Montreal Neurological

More information

doi: /

doi: / Shuang Liu ; Mary Salvatore ; David F. Yankelevitz ; Claudia I. Henschke ; Anthony P. Reeves; Segmentation of the whole breast from low-dose chest CT images. Proc. SPIE 9414, Medical Imaging 2015: Computer-Aided

More information

Critique: Efficient Iris Recognition by Characterizing Key Local Variations

Critique: Efficient Iris Recognition by Characterizing Key Local Variations Critique: Efficient Iris Recognition by Characterizing Key Local Variations Authors: L. Ma, T. Tan, Y. Wang, D. Zhang Published: IEEE Transactions on Image Processing, Vol. 13, No. 6 Critique By: Christopher

More information

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set

3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set 3D Volume Mesh Generation of Human Organs Using Surface Geometries Created from the Visible Human Data Set John M. Sullivan, Jr., Ziji Wu, and Anand Kulkarni Worcester Polytechnic Institute Worcester,

More information

SEGMENTATION OF STROKE REGIONS FROM DWI AND ADC SEQUENCES USING A MODIFIED WATERSHED METHOD

SEGMENTATION OF STROKE REGIONS FROM DWI AND ADC SEQUENCES USING A MODIFIED WATERSHED METHOD SEGMENTATION OF STROKE REGIONS FROM DWI AND ADC SEQUENCES USING A MODIFIED WATERSHED METHOD Ravi S. 1, A.M. Khan 2 1 Research Student, Dept. of Electronics, Mangalore University, Mangalagangotri, India

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

IMAGE SEGMENTATION. Václav Hlaváč

IMAGE SEGMENTATION. Václav Hlaváč IMAGE SEGMENTATION Václav Hlaváč Czech Technical University in Prague Faculty of Electrical Engineering, Department of Cybernetics Center for Machine Perception http://cmp.felk.cvut.cz/ hlavac, hlavac@fel.cvut.cz

More information

Biomedical Image Processing for Human Elbow

Biomedical Image Processing for Human Elbow Biomedical Image Processing for Human Elbow Akshay Vishnoi, Sharad Mehta, Arpan Gupta Department of Mechanical Engineering Graphic Era University Dehradun, India akshaygeu001@gmail.com, sharadm158@gmail.com

More information

Fast Interactive Region of Interest Selection for Volume Visualization

Fast Interactive Region of Interest Selection for Volume Visualization Fast Interactive Region of Interest Selection for Volume Visualization Dominik Sibbing and Leif Kobbelt Lehrstuhl für Informatik 8, RWTH Aachen, 20 Aachen Email: {sibbing,kobbelt}@informatik.rwth-aachen.de

More information

Sampling-Based Ensemble Segmentation against Inter-operator Variability

Sampling-Based Ensemble Segmentation against Inter-operator Variability Sampling-Based Ensemble Segmentation against Inter-operator Variability Jing Huo 1, Kazunori Okada, Whitney Pope 1, Matthew Brown 1 1 Center for Computer vision and Imaging Biomarkers, Department of Radiological

More information

Classification of Abdominal Tissues by k-means Clustering for 3D Acoustic and Shear-Wave Modeling

Classification of Abdominal Tissues by k-means Clustering for 3D Acoustic and Shear-Wave Modeling 1 Classification of Abdominal Tissues by k-means Clustering for 3D Acoustic and Shear-Wave Modeling Kevin T. Looby klooby@stanford.edu I. ABSTRACT Clutter is an effect that degrades the quality of medical

More information

Segmentation Using a Region Growing Thresholding

Segmentation Using a Region Growing Thresholding Segmentation Using a Region Growing Thresholding Matei MANCAS 1, Bernard GOSSELIN 1, Benoît MACQ 2 1 Faculté Polytechnique de Mons, Circuit Theory and Signal Processing Laboratory Bâtiment MULTITEL/TCTS

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Doan, H., Slabaugh, G.G., Unal, G.B. & Fang, T. (2006). Semi-Automatic 3-D Segmentation of Anatomical Structures of Brain

More information

Learning to Identify Fuzzy Regions in Magnetic Resonance Images

Learning to Identify Fuzzy Regions in Magnetic Resonance Images Learning to Identify Fuzzy Regions in Magnetic Resonance Images Sarah E. Crane and Lawrence O. Hall Department of Computer Science and Engineering, ENB 118 University of South Florida 4202 E. Fowler Ave.

More information

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction Volume, Issue 8, August ISSN: 77 8X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Combined Edge-Based Text

More information

Computational Medical Imaging Analysis Chapter 4: Image Visualization

Computational Medical Imaging Analysis Chapter 4: Image Visualization Computational Medical Imaging Analysis Chapter 4: Image Visualization Jun Zhang Laboratory for Computational Medical Imaging & Data Analysis Department of Computer Science University of Kentucky Lexington,

More information

Abstract. 1. Introduction

Abstract. 1. Introduction A New Automated Method for Three- Dimensional Registration of Medical Images* P. Kotsas, M. Strintzis, D.W. Piraino Department of Electrical and Computer Engineering, Aristotelian University, 54006 Thessaloniki,

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities EMSegment Tutorial How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities This documentation serves as a tutorial to learn to customize

More information

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images

Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Global Thresholding Techniques to Classify Dead Cells in Diffusion Weighted Magnetic Resonant Images Ravi S 1, A. M. Khan 2 1 Research Student, Department of Electronics, Mangalore University, Karnataka

More information

Volume rendering for interactive 3-d segmentation

Volume rendering for interactive 3-d segmentation Volume rendering for interactive 3-d segmentation Klaus D. Toennies a, Claus Derz b a Dept. Neuroradiology, Inst. Diagn. Radiology, Inselspital Bern, CH-3010 Berne, Switzerland b FG Computer Graphics,

More information

Watershed based Detection of Multiple Sclerosis Lesions in MR Images

Watershed based Detection of Multiple Sclerosis Lesions in MR Images Watershed based Detection of Multiple Sclerosis Lesions in MR Images Edoardo Ardizzone, Roberto Pirrone, Orazio Gambino DINFO - University of Palermo, Viale delle Scienze 90128 Palermo Abstract In this

More information

Quantitative Evaluation of Skull Stripping Techniques on Magnetic Resonance Images

Quantitative Evaluation of Skull Stripping Techniques on Magnetic Resonance Images Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 2015) Barcelona, Spain July 13-14, 2015 Paper No. 310 Quantitative Evaluation of Skull Stripping Techniques

More information

3D Surface Reconstruction of the Brain based on Level Set Method

3D Surface Reconstruction of the Brain based on Level Set Method 3D Surface Reconstruction of the Brain based on Level Set Method Shijun Tang, Bill P. Buckles, and Kamesh Namuduri Department of Computer Science & Engineering Department of Electrical Engineering University

More information

Prostate Detection Using Principal Component Analysis

Prostate Detection Using Principal Component Analysis Prostate Detection Using Principal Component Analysis Aamir Virani (avirani@stanford.edu) CS 229 Machine Learning Stanford University 16 December 2005 Introduction During the past two decades, computed

More information

3D VISUALIZATION AND SEGMENTATION OF BRAIN MRI DATA

3D VISUALIZATION AND SEGMENTATION OF BRAIN MRI DATA 3D VISUALIZATION AND SEGMENTATION OF BRAIN MRI DATA Konstantin Levinski, Alexei Sourin and Vitali Zagorodnov Nanyang Technological University, Nanyang Avenue, Singapore konstantin.levinski@gmail.com, assourin@ntu.edu.sg,

More information

CHAPTER-1 INTRODUCTION

CHAPTER-1 INTRODUCTION CHAPTER-1 INTRODUCTION 1.1 Fuzzy concept, digital image processing and application in medicine With the advancement of digital computers, it has become easy to store large amount of data and carry out

More information

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision

Copyright 2017 Medical IP - Tutorial Medip v /2018, Revision Copyright 2017 Medical IP - Tutorial Medip v.1.0.0.9 01/2018, Revision 1.0.0.2 List of Contents 1. Introduction......................................................... 2 2. Overview..............................................................

More information

Topology Preserving Brain Tissue Segmentation Using Graph Cuts

Topology Preserving Brain Tissue Segmentation Using Graph Cuts Topology Preserving Brain Tissue Segmentation Using Graph Cuts Xinyang Liu 1, Pierre-Louis Bazin 2, Aaron Carass 3, and Jerry Prince 3 1 Brigham and Women s Hospital, Boston, MA 1 xinyang@bwh.harvard.edu

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

Automatic Extraction of Tissue Form in Brain Image

Automatic Extraction of Tissue Form in Brain Image Original Paper Forma, 16, 241 246, 2001 Automatic Extraction of Tissue Form in Brain Image Takeshi MATOZAKI Department of Electronics & Communication Engineering, Musashi Institute of Technology, 1-28-1

More information

DEVELOPMENT OF REALISTIC HEAD MODELS FOR ELECTRO- MAGNETIC SOURCE IMAGING OF THE HUMAN BRAIN

DEVELOPMENT OF REALISTIC HEAD MODELS FOR ELECTRO- MAGNETIC SOURCE IMAGING OF THE HUMAN BRAIN DEVELOPMENT OF REALISTIC HEAD MODELS FOR ELECTRO- MAGNETIC SOURCE IMAGING OF THE HUMAN BRAIN Z. "! #$! Acar, N.G. Gençer Department of Electrical and Electronics Engineering, Middle East Technical University,

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Ensemble registration: Combining groupwise registration and segmentation

Ensemble registration: Combining groupwise registration and segmentation PURWANI, COOTES, TWINING: ENSEMBLE REGISTRATION 1 Ensemble registration: Combining groupwise registration and segmentation Sri Purwani 1,2 sri.purwani@postgrad.manchester.ac.uk Tim Cootes 1 t.cootes@manchester.ac.uk

More information

Volume Illumination and Segmentation

Volume Illumination and Segmentation Volume Illumination and Segmentation Computer Animation and Visualisation Lecture 13 Institute for Perception, Action & Behaviour School of Informatics Overview Volume illumination Segmentation Volume

More information

Automatic Generation of Training Data for Brain Tissue Classification from MRI

Automatic Generation of Training Data for Brain Tissue Classification from MRI Automatic Generation of Training Data for Brain Tissue Classification from MRI Chris A. COCOSCO, Alex P. ZIJDENBOS, and Alan C. EVANS http://www.bic.mni.mcgill.ca/users/crisco/ McConnell Brain Imaging

More information

Conference Biomedical Engineering

Conference Biomedical Engineering Automatic Medical Image Analysis for Measuring Bone Thickness and Density M. Kovalovs *, A. Glazs Image Processing and Computer Graphics Department, Riga Technical University, Latvia * E-mail: mihails.kovalovs@rtu.lv

More information

An Introduction To Automatic Tissue Classification Of Brain MRI. Colm Elliott Mar 2014

An Introduction To Automatic Tissue Classification Of Brain MRI. Colm Elliott Mar 2014 An Introduction To Automatic Tissue Classification Of Brain MRI Colm Elliott Mar 2014 Tissue Classification Tissue classification is part of many processing pipelines. We often want to classify each voxel

More information

Calculating the Distance Map for Binary Sampled Data

Calculating the Distance Map for Binary Sampled Data MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Calculating the Distance Map for Binary Sampled Data Sarah F. Frisken Gibson TR99-6 December 999 Abstract High quality rendering and physics-based

More information

AN AUTOMATED SEGMENTATION FRAMEWORK FOR BRAIN MRI VOLUMES BASED ON ADAPTIVE MEAN-SHIFT CLUSTERING

AN AUTOMATED SEGMENTATION FRAMEWORK FOR BRAIN MRI VOLUMES BASED ON ADAPTIVE MEAN-SHIFT CLUSTERING AN AUTOMATED SEGMENTATION FRAMEWORK FOR BRAIN MRI VOLUMES BASED ON ADAPTIVE MEAN-SHIFT CLUSTERING Sam Ponnachan 1, Paul Pandi 2,A.Winifred 3,Joselin Jose 4 UG Scholars 1,2,3,4 Department of EIE 1,2 Department

More information

A Case Study on Mathematical Morphology Segmentation for MRI Brain Image

A Case Study on Mathematical Morphology Segmentation for MRI Brain Image A Case Study on Mathematical Morphology Segmentation for MRI Brain Image Senthilkumaran N, Kirubakaran C Department of Computer Science and Application, Gandhigram Rural Institute, Deemed University, Gandhigram,

More information

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction Tina Memo No. 2007-003 Published in Proc. MIUA 2007 A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction P. A. Bromiley and N.A. Thacker Last updated 13 / 4 / 2007 Imaging Science and

More information

Fiber Selection from Diffusion Tensor Data based on Boolean Operators

Fiber Selection from Diffusion Tensor Data based on Boolean Operators Fiber Selection from Diffusion Tensor Data based on Boolean Operators D. Merhof 1, G. Greiner 2, M. Buchfelder 3, C. Nimsky 4 1 Visual Computing, University of Konstanz, Konstanz, Germany 2 Computer Graphics

More information

GLIRT: Groupwise and Longitudinal Image Registration Toolbox

GLIRT: Groupwise and Longitudinal Image Registration Toolbox Software Release (1.0.1) Last updated: March. 30, 2011. GLIRT: Groupwise and Longitudinal Image Registration Toolbox Guorong Wu 1, Qian Wang 1,2, Hongjun Jia 1, and Dinggang Shen 1 1 Image Display, Enhancement,

More information

Automated segmentation methods for liver analysis in oncology applications

Automated segmentation methods for liver analysis in oncology applications University of Szeged Department of Image Processing and Computer Graphics Automated segmentation methods for liver analysis in oncology applications Ph. D. Thesis László Ruskó Thesis Advisor Dr. Antal

More information

Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm

Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm Validation of Image Segmentation and Expert Quality with an Expectation-Maximization Algorithm Simon K. Warfield, Kelly H. Zou, and William M. Wells Computational Radiology Laboratory and Surgical Planning

More information

Lobar Fissure Extraction in Isotropic CT Lung Images - An Application to Cancer Identification

Lobar Fissure Extraction in Isotropic CT Lung Images - An Application to Cancer Identification Lobar Fissure Extraction in sotropic CT Lung mages - An Application to Cancer dentification T.Manikandan 1, Dr. N. Bharathi 2 1 Associate Professor, Raalakshmi Engineering College, Chennai-602 105 2 Professor,

More information

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images

Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 16 Chapter 3 Set Redundancy in Magnetic Resonance Brain Images 3.1 MRI (magnetic resonance imaging) MRI is a technique of measuring physical structure within the human anatomy. Our proposed research focuses

More information

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A.Anuja Merlyn 1, A.Anuba Merlyn 2 1 PG Scholar, Department of Computer Science and Engineering,

More information

Histogram and watershed based segmentation of color images

Histogram and watershed based segmentation of color images Histogram and watershed based segmentation of color images O. Lezoray H. Cardot LUSAC EA 2607 IUT Saint-Lô, 120 rue de l'exode, 50000 Saint-Lô, FRANCE Abstract A novel method for color image segmentation

More information

Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans

Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans Assaf B. Spanier (B) and Leo Joskowicz The Rachel and Selim Benin School of Computer Science and Engineering, The Hebrew University

More information

Tissue Tracking: Applications for Brain MRI Classification

Tissue Tracking: Applications for Brain MRI Classification Tissue Tracking: Applications for Brain MRI Classification John Melonakos a and Yi Gao a and Allen Tannenbaum a a Georgia Institute of Technology, 414 Ferst Dr, Atlanta, GA, USA; ABSTRACT Bayesian classification

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

Determination of Dice Coefficient of Diseased Renal Images

Determination of Dice Coefficient of Diseased Renal Images IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 1, Ver. IV (Jan. - Feb.2016), PP 37-44 www.iosrjournals.org Determination of

More information

Model-based segmentation and recognition from range data

Model-based segmentation and recognition from range data Model-based segmentation and recognition from range data Jan Boehm Institute for Photogrammetry Universität Stuttgart Germany Keywords: range image, segmentation, object recognition, CAD ABSTRACT This

More information

An independent component analysis based tool for exploring functional connections in the brain

An independent component analysis based tool for exploring functional connections in the brain An independent component analysis based tool for exploring functional connections in the brain S. M. Rolfe a, L. Finney b, R. F. Tungaraza b, J. Guan b, L.G. Shapiro b, J. F. Brinkely b, A. Poliakov c,

More information

NEW REGION GROWING ALGORITHM FOR BRAIN IMAGES SEGMENTATION

NEW REGION GROWING ALGORITHM FOR BRAIN IMAGES SEGMENTATION Volume 4, No. 5, May 203 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.grcs.info NEW REGION GROWING ALGORITHM FOR BRAIN IMAGES SEGMENTATION Sultan Alahdali, E. A.

More information

Slide 1. Technical Aspects of Quality Control in Magnetic Resonance Imaging. Slide 2. Annual Compliance Testing. of MRI Systems.

Slide 1. Technical Aspects of Quality Control in Magnetic Resonance Imaging. Slide 2. Annual Compliance Testing. of MRI Systems. Slide 1 Technical Aspects of Quality Control in Magnetic Resonance Imaging Slide 2 Compliance Testing of MRI Systems, Ph.D. Department of Radiology Henry Ford Hospital, Detroit, MI Slide 3 Compliance Testing

More information

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS Miguel Alemán-Flores, Luis Álvarez-León Departamento de Informática y Sistemas, Universidad de Las Palmas

More information

SSRG International Journal of Computer Science and Engineering (SSRG-IJCSE) volume1 issue7 September 2014

SSRG International Journal of Computer Science and Engineering (SSRG-IJCSE) volume1 issue7 September 2014 SSRG International Journal of Computer Science and Engineering (SSRG-IJCSE) volume issue7 September 24 A Thresholding Method for Color Image Binarization Kalavathi P Department of Computer Science and

More information

Keywords MRI, 3-D Reconstruction, SVM, segmentation, region growing, threshoding.

Keywords MRI, 3-D Reconstruction, SVM, segmentation, region growing, threshoding. Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com 3D Reconstruction

More information

BrainMask. Quick Start

BrainMask. Quick Start BrainMask Quick Start Segmentation of the brain from three-dimensional MR images is a crucial preprocessing step in morphological and volumetric brain studies. BrainMask software implements a fully automatic

More information

Processing math: 100% Intensity Normalization

Processing math: 100% Intensity Normalization Intensity Normalization Overall Pipeline 2/21 Intensity normalization Conventional MRI intensites (T1-w, T2-w, PD, FLAIR) are acquired in arbitrary units Images are not comparable across scanners, subjects,

More information

Volume visualization. Volume visualization. Volume visualization methods. Sources of volume visualization. Sources of volume visualization

Volume visualization. Volume visualization. Volume visualization methods. Sources of volume visualization. Sources of volume visualization Volume visualization Volume visualization Volumes are special cases of scalar data: regular 3D grids of scalars, typically interpreted as density values. Each data value is assumed to describe a cubic

More information

BrainMask. Quick Start

BrainMask. Quick Start BrainMask Quick Start Segmentation of the brain from three-dimensional MR images is a crucial pre-processing step in morphological and volumetric brain studies. BrainMask software implements a fully automatic

More information

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries Ahmed Ayman * Takuya Funatomi Michihiko Minoh Academic Center for Computing

More information

Modified Expectation Maximization Method for Automatic Segmentation of MR Brain Images

Modified Expectation Maximization Method for Automatic Segmentation of MR Brain Images Modified Expectation Maximization Method for Automatic Segmentation of MR Brain Images R.Meena Prakash, R.Shantha Selva Kumari 1 P.S.R.Engineering College, Sivakasi, Tamil Nadu, India 2 Mepco Schlenk Engineering

More information

Introduction to Medical Image Processing

Introduction to Medical Image Processing Introduction to Medical Image Processing Δ Essential environments of a medical imaging system Subject Image Analysis Energy Imaging System Images Image Processing Feature Images Image processing may be

More information

The organization of the human cerebral cortex estimated by intrinsic functional connectivity

The organization of the human cerebral cortex estimated by intrinsic functional connectivity 1 The organization of the human cerebral cortex estimated by intrinsic functional connectivity Journal: Journal of Neurophysiology Author: B. T. Thomas Yeo, et al Link: https://www.ncbi.nlm.nih.gov/pubmed/21653723

More information

Image segmentation. Václav Hlaváč. Czech Technical University in Prague

Image segmentation. Václav Hlaváč. Czech Technical University in Prague Image segmentation Václav Hlaváč Czech Technical University in Prague Center for Machine Perception (bridging groups of the) Czech Institute of Informatics, Robotics and Cybernetics and Faculty of Electrical

More information

A Local Statistics Based Region Growing Segmentation Method for Ultrasound Medical Images

A Local Statistics Based Region Growing Segmentation Method for Ultrasound Medical Images A Local Statistics Based Region Growing Segmentation Method for Ultrasound Medical Images Ashish Thakur Radhey Shyam Anand * Abstract This paper presents the region based segmentation method for ultrasound

More information

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy Chenyang Xu 1, Siemens Corporate Research, Inc., Princeton, NJ, USA Xiaolei Huang,

More information

Automatic Ascending Aorta Detection in CTA Datasets

Automatic Ascending Aorta Detection in CTA Datasets Automatic Ascending Aorta Detection in CTA Datasets Stefan C. Saur 1, Caroline Kühnel 2, Tobias Boskamp 2, Gábor Székely 1, Philippe Cattin 1,3 1 Computer Vision Laboratory, ETH Zurich, 8092 Zurich, Switzerland

More information

eyes can easily detect and count these cells, and such knowledge is very hard to duplicate for computer.

eyes can easily detect and count these cells, and such knowledge is very hard to duplicate for computer. Robust Automated Algorithm for Counting Mouse Axions Anh Tran Department of Electrical Engineering Case Western Reserve University, Cleveland, Ohio Email: anh.tran@case.edu Abstract: This paper presents

More information

3D Brain Segmentation Using Active Appearance Models and Local Regressors

3D Brain Segmentation Using Active Appearance Models and Local Regressors 3D Brain Segmentation Using Active Appearance Models and Local Regressors K.O. Babalola, T.F. Cootes, C.J. Twining, V. Petrovic, and C.J. Taylor Division of Imaging Science and Biomedical Engineering,

More information

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach

Edge Detection for Dental X-ray Image Segmentation using Neural Network approach Volume 1, No. 7, September 2012 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Edge Detection

More information

Supplementary Information

Supplementary Information Supplementary Information Magnetic resonance imaging reveals functional anatomy and biomechanics of a living dragon tree Linnea Hesse 1,2,*, Tom Masselter 1,2,3, Jochen Leupold 4, Nils Spengler 5, Thomas

More information

Super-resolution Reconstruction of Fetal Brain MRI

Super-resolution Reconstruction of Fetal Brain MRI Super-resolution Reconstruction of Fetal Brain MRI Ali Gholipour and Simon K. Warfield Computational Radiology Laboratory Children s Hospital Boston, Harvard Medical School Worshop on Image Analysis for

More information

Morphometric Analysis of Biomedical Images. Sara Rolfe 10/9/17

Morphometric Analysis of Biomedical Images. Sara Rolfe 10/9/17 Morphometric Analysis of Biomedical Images Sara Rolfe 10/9/17 Morphometric Analysis of Biomedical Images Object surface contours Image difference features Compact representation of feature differences

More information