Brain MR Image Normalization in Texture Analysis of Multiple Sclerosis

Size: px
Start display at page:

Download "Brain MR Image Normalization in Texture Analysis of Multiple Sclerosis"

Transcription

1 Brain MR Image Normalization in Texture Analysis of Multiple Sclerosis C.P. Loizou, Member, IEEE, IEEE, M. Pantziaris, I. Seimenis, C.S. Pattichis, Senior Member Abstract A problem that occurs in texture analysis and quantitative analysis of magnetic resonance imaging (MRI), is that the extracted results are not comparable between consecutive or repeated scans or, within the same scan, between different anatomic regions. The reason is that there are intra-scan and inter-scan image intensity variations due to the MRI instrumentation. Therefore, image intensity normalization methods should be applied to magnetic resonance (MR) images prior to further image analysis. The objective of this work was to investigate six different MRI intensity normalization methods and propose the most appropriate for the pre-processing of brain T2-weighted MR images acquired from 22 symptomatic untreated multiple sclerosis (MS) subjects and 10 healthy volunteers. Following image normalization, texture analysis was carried out in original and normalized images for normal appearing white matter (NAMW) and MS lesions, detected in transverse T2- weighted MR images. The best normalization method (Histogram Normalization (HN)) demonstrated a smaller Kullback Leibler divergence (0.05, 0.06) suggesting appropriateness for pre-processing MR images used in texture analysis of MS brain lesions. This is a prerequisite step in the assessment of texture features as surrogate markers of disease progression. Index Terms MRI, multiple sclerosis, intensity normalization. M I. INTRODUCTION ultiple Sclerosis (MS) is a chronic idiopathic disease that results in multiple areas of inflammatory demyelination within the central nervous system. Within individuals the clinical manifestations are unpredictable, particularly with regard to the development of disability [1]. Correlations between MS and disability were investigated in [2], whereas in [3] disease subgroups were classified based on their MS disease severity. Texture features quantify macroscopic lesions and characterize macroscopic changes that may be undetectable using conventional measures of lesion volume and number [1]. Manuscript received July 4, 2009, accepted 29 August C.P. Loizou, is with the Department of Computer Science, School of Sciences, Intercollege, P.O.Box 51604, CY-3507, Limassol, Cyprus (phone: ; loizou.c@ lim.intercollege.ac.cy; loizou.christos@ucy.ac.c. M. Pantziaris is with the Cyprus Institute of Neurology and Genetics, Nicosia, Cyprus; ( pantzari@cing.ac.c. I. Seimenis, is with the Medical Diagnostic Center Ayios Therissos, 2033 Nicosia, Cyprus ( yseimen@phys.uoa.gr). C.S. Pattichis, is with the Department of Computer Science, University of Cyprus, Nicosia, Cyprus; ( pattichi@ucy.ac.c. Texture analysis, therefore is used widely in magnetic resonance imaging (MRI) enabling disease characterization and quantification of disease distribution. It is worth noting that these techniques may provide information that is not visible to human eye. However, texture parameters are sensitive to the acquisition conditions including magnetic resonance (MR) protocols, MR scanners and MR adjustments [4]. This yields unwanted intensity variations which may affect the results of image analysis. An intensity normalization correction stage is therefore essential. It was shown in [4] and [5] that normalization methods improve image compatibility by reducing the variability introduced by different gain settings, different operators, different equipment, and facilitates MR image comparability. Different approaches to the above problem have been proposed in the literature. In [6] the influence of normalization was studied for different acquisition protocols. Meier et al. [7] proposed an intra- and an interscan normalization method for processing serial MRI scans for direct quantitative evaluation. In [8] a histogram mapping was proposed, whereas in [9] a contrast stretch normalization based on the maximum and minimum gray scale values in the image was introduced. In [10], a normalization method for brain MRI using histogram evenorder derivative analysis was proposed, whereas in [11], a histogram matching method to correct the variations due to scanner sensitivity was presented. Finally in [5], a normalization method was proposed, where the original image histogram is stretched and shifted in order to cover all the available gray levels of the image. The normalization methods investigated in our study aimed to a much simpler methodology compare to those proposed in the literature. The objective of our study was to implement and investigate six different normalization methods for brain MR images and propose the most appropriate one for the texture analysis of MS brain lesions. II. MATERIALS AND METHODS A. Study group and MRI acquisition Twenty two subjects (11 males, and 11 females), aged 30.7±11.5 years (mean age ± standard deviation), with a clinical isolated syndrome (CIS) of MS and MRI detectable brain lesions were scanned twice with an interval of 6-12 months. All subjects were untreated and clinically examined by an experienced neurologist following the MRI and at the end of the study were given an EDSS (expanded disability

2 status scale) score [12]. Additionally, the brain of 10 healthy, age-matched (30.8±7.6 years) volunteers (4 males, and 6 females) was scanned for image texture analysis on healthy brain normal white matter (NWM). Five of those volunteers were MRI-scanned in a second imaging session, a few days after the first one, to allow for the study of interscan image intensity normalization. The images used for analysis were obtained using a T2-weighted turbo spin echo pulse sequence (TR=4408ms, TE=100ms, echo spacing=10.8ms). The MRI protocol and the acquisition parameters are given in detail in [12]. All detected brain lesions were manually segmented by an experienced MS neurologist and confirmed by a radiologist. B. Image intensity normalization methods The following MRI intra-scan intensity normalization methods were implemented: 1) Contrast Stretch and Normalization (CSN) [9]: The global maximum (g max ) and minimum (g min ) of the original image are firstly estimated by excluding the image background which is normally 0. A 9x9 pixel window is used in the neighborhood of g max and g min to compute the g hithres and g low-thres respectively by averaging all pixels in the corresponding windows. That is values above g max are equated to g hi-thres and values below g min are equated to g lowthres. 2) Intensity Scaling (IS): The neurologist selects homogeneous high intensity regions of interest (cerebrospinal fluid or High Intensity Region-g HIR ) and low intensity regions (air from the sinuses or Low Intensity Region-g LIR ) from the brain. The image intensities are mapped to the values between g HIR and g LIR. This was implemented using the Matlab function gscale. 3) Histogram Stretching (HS): The following normalization or contrast stretching transformation for increasing the dynamic range of the resulting image was carried out: g( gmin f ( = (1) gmax gmin where g( is the original image gray scale value at coordinates x and y, g max and g min represent the maximum and the minimum gray scale values in the original image respectively, and f( the resulted normalized pixel. 4) Histogram Normalization (HN) [5]: The original image histogram is stretched, and shifted in order to cover all the gray scale levels in the image as follows: ghir glir f ( =.( g( g ) + g (2) min LIR g g max min If the original histogram of the initial image g(, starts at g min and extends up to g max brightness levels, then we can scale up the image so that the pixels in the new image, f(, lie between a minimum level (g LIR ) and a maximum level (g HIR ). This is done by scaling up the intensity levels according to (2). 5) Gaussian Kernel Normalization (GKN) [13]: A local normalization algorithm is used that normalizes the local mean and variance of the image estimated by a Gaussian Kernel using smoothing operators. The resulted image is as follows: g( m f ( f ( = (3) σ f ( where m f ( and σ f ( represent the mean and standard deviation of the original image respectively. 6) Histogram Equalization (HE) [8]: Image histogram equalization was carried out using the Matlab function (a) Original MR image (c) Original MRI histogram (b) Normalized MR image (d) Normalized MRI histogram Fig. 1. (a) MR original image of the brain from a patient with MS, (b) the normalized image (with the method HN [5]), (c) its original histogram (median (IQR): 72 (11)) and (d) the normalized histogram (median (IQR): 81 (13)). Fig. 2. Box plots for the Kullback Leibler distance for the 6 different normalization methods for 0 and 6-12 months for the 22 MS subjects studied. IQR values are shown above the box plots. In each plot we display the median, lower, and upper quartiles and confidence interval around the median. Straight lines connect the nearest observations with 1.5 of the Inter-Quartile Range (IQR) of the lower and upper quartiles. Unfilled rectangles indicate possible outliers with values beyond the ends of the 1.5 x IQR.

3 histeq. C. Intrascan and interscan ROI manual segmentation For intrascan normalization purposes, NWM, as well as high and low intensity regions were segmented by an experienced radiologist in two distantly apart slices from the same scan of the healthy volunteers. For interscan normalization purposes, similar regions were segmented in corresponding transverse slices obtained from two different imaging sessions. In the patient group, all detectable brain lesions were identified and segmented by an experienced neurologist and confirmed by a radiologist, along with areas of high and low signal intensity. D. Texture analysis Texture features (Statistical Features and Spatial Gray Level Dependence Matrices as proposed by Haralick et al. (mean, median, standard deviation, contrast, entrop [14], and shape parameters ( X coordinate maximum length, Y coordinate maximum length, area, perimeter, perimeter 2 /area, eccentricity, equivalence diameter, major axis length, minor axis length, centroid, convex area, and orientation) were extracted from all MS lesions detected and segmented [14], [15]. E. Evaluation metrics 1) Distance Measures In order to identify the most discriminant features and cross-evaluate between the different normalization methods the following distance measure was computed for each feature [16]: 2 2 diszc = mza mzs / σ za + σ (4) zs where z is the feature inde c if o indicates the original image set and if f indicates the normalized image set, m za and m zs are the mean values and σ za and σ zs are the standard deviations of the original and normalized classes respectively. The most discriminant features are considered to be the ones with the higher distance values [16]. 2) Kullback Leibler Divergence Instead of measuring the similarity, we measure the dissimilarity of two histograms H 1 and H 2 by the Kullback- TABLE I KULLBACK LEIBLER DIVERGENCE (KLD) DISTANCE BETWEEN DIFFERENT SLICES FROM SAME SCAN (INTRASCAN) AND BETWEEN CORRESPONDING SLICES FROM DIFFERENT SCANS (INTERSCAN) OF NORMAL VOLUNTEERS FOR NON NORMALIZED (ORIGINAL) IMAGES AND ALL THE SIX DIFFERENT NORMALIZATION METHODS INVESTIGATED (MEAN±SD) Method Intrascan Interscan Orig ± ±0.135 CSN 0.156± ±0.015 IS 0.112± ±0.017 HS 0.178± ±0.023 HN 0.099± ±0.010 GKN 0.165± ±0.010 HE 0.185± ±0.006 Leibler divergence (KLD) or relative entropy between two distributions [17], given by: Porig ( i) KL( Iorig ( i), I norm( i)) = Porig ( i) log (5) i Pnorm( i) where, P orig and P norm are probability distributions corresponding to I orig and I norm, respectively, and i represents the gray level index. The KL divergence yields a positive value. A higher score indicates a higher dissimilarity, hence a higher possibility of a histogram or a feature shift [17]. 3) Univariate Statistical Analysis The Wilcoxon rank sum test was used in order to detect if for each texture feature a significant difference (S) or not (NS) exists between the original and the normalized images at p<0.05. We also calculated the coefficient of variation, CV%, which describes the difference as a percentage of the pooled mean value with CV%=(σ/m)*100 [5]. Furthermore, the correlation coefficient, ρ, between the original and the normalized features was calculated. III. RESULTS For the healthy subjects studied, the KLD between different slices from the same scan was smaller when the images were normalized with the HN method as shown in Table I. The same method was also proved to be the most efficient, in terms of reduced dissimilarity, when the KLD of normalized images obtained from two imaging sessions was compared to that of the corresponding original images (Table I). The Wilcoxon rank sum test performed for the KLD between the original and HN-normalized data showed a significant difference for both the intra-scan and inter-scan normalization processes. Figure 1(a) shows an original MR image of a healthy volunteer and Fig. 1(b) the normalized image using the HN method. The original and normalized histograms are shown in Fig. 1(c) and Fig. 1(d) respectively. The median (IQR) values for the original and normalized images were 72 (11) versus 81 (13) respectively. Table II presents texture features at 0 and 6-12 months extracted from the original (Orig.) and normalized MR images (CSN, IS, HS, HN, GKN, HE). It is shown that the HN method exhibits the smallest correlation coefficient (ρ=0.14), and a large distance (dis=0.31). Furthermore, the median value does not significantly change after normalization. The Wilcoxon rank sum test performed on the texture features between the original and the normalized images for 0 and 6-12 months, presented in Table III, showed that in most of the cases the normalization process resulted in significant differences (S) between the original and the normalized images. Figure 2 presents box plots for the KLD for 0 and 6-12 months for all normalization methods investigated for the 22 MS subjects. It is clearly illustrated that the HN method exhibits the smallest KLD at both 0 and 6 months (median

4 values of 0.05 and 0.06 respectivel which means that this method brings about the smallest divergence to the original histogram. The Wilcoxon test performed for differences in the KLD at 0 and 6-12 months between the original and the normalized images, showed that no significant differences (NS) were found between the original and the normalized images (p values for the 6 different normalization methods were: CSN:0.73, IS:0.29, HS:0.31, HN:0.19, GKN:0.43, HE:0.81). IV. DISCUSSION The objective of this study was to implement and investigate six different image normalization methods and propose the most suitable for analysis of brain MR images. We have shown in this paper that the HN method for MRI normalization proposed in [5] (see Table I and Fig. 2), in which the original histogram is stretched and shifted in order to cover a wider dynamic range, yields KLD values which are lower than the corresponding values given by the other methods tested herein. Therefore, it could be argued that it is an appropriate method for MRI normalization. This method is based on g HIR and g LIR intensity measurements. Homogeneous high intensity regions of interest (cerebrospinal fluid or High Intensity Region-g HIR ) and low intensity regions (air from the sinuses or Low Intensity Region-g LIR ) from the brain are selected, which are then used in (2) for scaling up the initial intensity levels of the image. A method also proposed in [6] (see Fig. 2, IS) demonstrated similar results with a KLD median (IQR) values of 0.06 (0.12) and 0.07 (0.16). Table III shows, that the median, standard deviation, and contrast of brain MS lesions are smaller after normalization for all different normalization methods. The smaller standard deviation and median of the sampling distribution after normalization shows that this reflects the true population parameters more accurately. Similar findings (i.e. smaller mean, median and standard deviation after normalization) were also found in [18], where a statistical method of correcting spatially dependent image pixel intensity non-uniformity based on differences in local tissue intensity distributions was proposed. It was also shown in this study, that the methods IS and HN exhibit higher distance values (d=0.38 and d=0.31) when compared to the rest of the methods (see Table II). The proposed normalization method allows the scanner sensitivity variations and variations due to repeatability studies to be largely corrected and thereby facilitating meaningful comparisons between MRI data sets obtained at different times and/or different subjects. By normalizing the histogram of the whole brain we introduced an automatic procedure with little sensitivity to pathological or morphological changes between the different image data sets. The method does not depend on knowledge of the scanner calibration and thus can be used on retrospective data. Several other studies with more complicated algorithms and very promising results have been proposed in the literature for MRI normalization that are briefly discussed below. In [10] the utility of even order derivative analysis in MRI histogram normalisation has been demonstrated. It was shown that good white matter peak discrimination was achieved even when significant overlap existed between gray matter and white matter peaks, as this is the case with the T2-weighted brain images. Furthermore, the ability of TABLE II MEDIAN VALUES OF TEXTURE FEATURES AND STATISTICAL ANALYSIS FOR ALL LESIONS AT 0/6-12 MONTHS FOR THE DIFFERENT NORMALIZATION METHODS INVESTIGATED Method Median S/NS STD S/NS Contr S/NS Entr S/NS CV(%) S/NS ρ dis S/NS Orig. 125/116 S(0.007) 16/15 NS(0.11) 95/78 S(0.03) 5.1/5.1 NS(0.9) 13.2/13.3 NS(0.68) CSN 114/106 S(0.04) 22/21 NS(0.24) 122/97 NS(0.1) 5.7/5.7 NS(0.8) 19.7/20.2 NS(0.88) S(0.007) IS 117/107 S(0.02) 20/19 NS(0.22) 87/77 NS(0.2) 5.7/5.6 NS(0.8) 17.3/17.9 NS(0.51) NS(0.09) HS 115/106 S(0.03) 22/20 NS(0.26) 102/89 NS(0.1) 5.7/5.7 NS(0.8) 18.7/19.2 NS(0.71) S(0.003) HN 116/107 NS(0.07) 20/19 NS(0.52) 116/10 NS(0.4) 5.7/5.7 NS(0.8) 17.4/18.2 NS(0.54) NS(0.12) GKN 116/112 NS(0.1) 19/20 NS(0.41) 109/11 NS(0.8) 5.7/5.7 NS(0.7) 16.8/18.1 NS(0.13) S(0.03) HE 115/111 S(0.003) 10/15 NS(0.09) 56/59 NS(0.22) 5.3/5.4 NS(0.3) 6.9/7.4 S(0.05) S(0.003) STD: Standard Deviation, Contr.: Contrast, Entr.: Entropy, CV: Coefficient of Variation, ρ: Correlations coefficient, S/NS: Significantly (S) different at p<=0.05, non-significantly different (NS) at p>0.05, the p value given in parentheses TABLE III WILCOXON RANK SUM TEST PERFORMED ON THE TEXTURE FEATURES EXTRACTED FROM ALL LESIONS BETWEEN THE ORIGINAL AND THE PROCESSED IMAGES AT 0 AND 6-12 MONTHS Method Median STD Contr Entr CV% ρ Median STD Contr Entr CV% ρ Original vs Normalization Methods at 0 months Original vs Normalization Methods at 6-12 months CSN S S S S S S S S S S S S IS S S S S S S S S NS S S S HS S S S S S S S S S S S S HN S S S S S S S S NS S S S GKN S S NS S S S NS S S S S S HE S NS S S S S S NS S S S S STD: Standard Deviation, Contr.: Contrast, Entr.: Entropy, CV: Coefficient of Variation, ρ: Correlations coefficient, S/NS: Significantly (S) different at p<=0.05, non-significantly different (NS) at p>0.05, the p value given in parentheses

5 the normalization procedure to correct the global intensity variations over time was demonstrated by the high degree of reproducibility of an automatic brain segmentation algorithm following intensity normalization. In another study [7], an image post processing method for integrating multiple serial MRI scans into a volume for direct quantitative evaluation of the temporal intensity profiles was proposed. A significant error reduction was observed when applying tissue specific inter-scan intensity normalization, suggesting that intensity variations above 3% can be reliably detected. A histogram matching method was proposed in [11] for correcting the variations in scanner sensitivity due to differences in scanner performance. It was shown that the method reduced the variation in white matter intensities from 7.5% to 2.5% and provided a method to remove the threshold dependency in lesion volume measurement with global thresholding in patients with MS. Furthermore, in [6], the influence of MRI acquisition protocols, and gray level normalization methods on texture classification were evaluated. The results showed that the normalization method and the acquisition protocol influence the effectiveness of the classification. More specifically, if no normalization was applied, the classification errors depend on the MR acquisition protocols. However, when using normalization, no relationship was observed and the classification results were significantly improved. MRI analysis has become a powerful tool in the diagnosis of brain disease [1]-[4]. Pixel intensity variations between the same and consecutive MRI scans i.e. intra-scan and inter-scan variations, complicate the method of quantitative MRI analysis [6]. Improvements in the measurement and pre-processing of the image may therefore have a significant impact in the clinical diagnosis, image analysis, and computer aided diagnosis. The simple method of histogram intensity normalization proposed in [5] and tested in this study can help in this direction, however more studies with larger datasets are required. This will enable an accurate computation of texture features that may provide information for better and earlier differentiation between normal tissue and MS lesions and in assessing disease progression. [2] M. Filippi, D.W. Paty, L. Kappos, F. Barkhof, D.A. et al., Correlations between changes in disability and T2-weighted brain MRI activity in multiple sclerosis: a follow-up study, Neur., vol. 45, pp , [3] J. Dehmeshki G.J. Barker, and P.S. Tofts, Classifications of disease subgroups and correlation with disease severity using magnetic resonance imaging whole-brain histograms: Application to magnetisation transfer ratios and multiple sclerosis, IEEE Trans. Med. Imag., vol. 21, no. 4, pp , [4] A. Simmons, P.S. Tofts, G.J. Barkers, S.R. Arridge, Sources of inhomogeneity in spin echo images at 1.5 T, Magn. Reson. Med., vol. 32, pp , [5] M. Nixon, A. Aguado, Feature Extraction & Image Processing, Newnes, [6] G. Collewet, M. Strzelecki, and F. Marriette, Influence of MRI acquisition protocols and image intensity normalization methods on texture classification, Magn. Reson. Imag., vol. 22, pp , [7] D.S. Meier, R.G. Guttman, Time-series analysis of MRI patterns in multible slcerosis, Neuroimage, vol. 20, pp , [8] R.C. Gonzalez, R.E. Woods, Digital Image processing, 2nd Ed., Prentice Hall, [9] S. Koptenko, Contrast Stretch and Normalization, Matlab FEX 2006, [10] J.D. Christensen, Normalization of brain magnetic resonance images using histogram even-order derivative analysis, Mag. Reson. Imag., vol. 21, pp , [11] L. Wang, H.-M. Lai, G.J. Barker, D.H. Miller, P.S. Tofts, Correction for variations in MRI scanner sensitivity in brain studies with histogram matching, Magn. Res. Medic., vol. 39, no. 2, pp , [12] A.J. Thompson, and J.C Hobart, Multiple sclerosis: assessment of disability and disability scales, J. Neurol., vol. 245, no. 4, pp , [13] G. Heush, F. Gardinau Lighting normalisation algorithms for face verification, IDIAP research institute, Internal report, IDIAP-com-03, pp.1-40, March [14] R.M. Haralick, K. Shanmugam, and I. Dinstein, Texture Features for Image Classification, IEEE Trans. Systems, Man., and Cybernetics, vol. SMC-3, pp , Nov [15] C.P. Loizou, C.S. Pattichis, I. Seimenis, E. Eracleous, C.N. Schizas, and M. Pantziaris, Quantitative Analysis of Brain White Matter Lesions in Multiple Sclerosis Subjects: Preliminary Findings, IEEE Proc. of the the 5th Int. Conf. Inf. Techn. And Appl. In Biomed., ITAB 2008, Shenzhen, China, May 30-31, 2008, pp [16] C. Christodoulou, C. Pattichis, M. Pantziaris, and A. Nicolaides, Texture-Based Classification of Atherosclerotic Carotid Plaques, IEEE Trans. Med. Imag., vol. 22, no. 7, pp , [17] J.P.W. Pluim, J.B.A.Maintz, M.A.Viergever, f-information measures in medical image registration, IEEE Trans. Med. Imag., vol. 23, no. 12, pp , Dec [18] C. DeCarli, D.G.M. Murphy, D. Teichberg, G. Campbell, G.S. Sobering, Local histogram correction of MRI spatially dependent image pixel intensity nonuniformity, J. Magn. Res. Imag., vol. 6, no. 3, pp , ACKNOWLEDGMENT This work was funded through the project Quantitative and Qualitative Analysis of MRI Brain Images ΤΠΕ/ΟΡΙΖΟ/0308(ΒΙΕ)/15, 12/ /2010, of the Program for Research and Technological Development , of the Research Promotion Foundation of Cyprus. REFERENCES [1] F. Fazekas, F. Barkof, M. Filippi, et al, The contribution of magnetic resonance imaging to the diagnosis of multiple sclerosis, Neur., vol. 53, pp , 1999.

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

Feature Extraction and Texture Classification in MRI

Feature Extraction and Texture Classification in MRI Extraction and Texture Classification in MRI Jayashri Joshi, Mrs.A.C.Phadke. Marathwada Mitra Mandal s College of Engineering, Pune.. Maharashtra Institute of Technology, Pune. kjayashri@rediffmail.com.

More information

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 9 (2013), pp. 887-892 International Research Publications House http://www. irphouse.com /ijict.htm Computer

More information

Whole Body MRI Intensity Standardization

Whole Body MRI Intensity Standardization Whole Body MRI Intensity Standardization Florian Jäger 1, László Nyúl 1, Bernd Frericks 2, Frank Wacker 2 and Joachim Hornegger 1 1 Institute of Pattern Recognition, University of Erlangen, {jaeger,nyul,hornegger}@informatik.uni-erlangen.de

More information

A Comparative Study of Morphological and other Texture Features for the Characterization of Atherosclerotic Carotid Plaques

A Comparative Study of Morphological and other Texture Features for the Characterization of Atherosclerotic Carotid Plaques A Comparative Study of Morphological and other Texture Features for the Characterization of Atherosclerotic Carotid Plaques C.I. Christodoulou 1, E. Kyriacou, M.S. Pattichis 3, C.S. Pattichis, A. Nicolaides

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

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Supplementary methods

Supplementary methods Supplementary methods This section provides additional technical details on the sample, the applied imaging and analysis steps and methods. Structural imaging Trained radiographers placed all participants

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

RADIOMICS: potential role in the clinics and challenges

RADIOMICS: potential role in the clinics and challenges 27 giugno 2018 Dipartimento di Fisica Università degli Studi di Milano RADIOMICS: potential role in the clinics and challenges Dr. Francesca Botta Medical Physicist Istituto Europeo di Oncologia (Milano)

More information

Norbert Schuff VA Medical Center and UCSF

Norbert Schuff VA Medical Center and UCSF Norbert Schuff Medical Center and UCSF Norbert.schuff@ucsf.edu Medical Imaging Informatics N.Schuff Course # 170.03 Slide 1/67 Objective Learn the principle segmentation techniques Understand the role

More information

ANALYSIS OF PULMONARY FIBROSIS IN MRI, USING AN ELASTIC REGISTRATION TECHNIQUE IN A MODEL OF FIBROSIS: Scleroderma

ANALYSIS OF PULMONARY FIBROSIS IN MRI, USING AN ELASTIC REGISTRATION TECHNIQUE IN A MODEL OF FIBROSIS: Scleroderma ANALYSIS OF PULMONARY FIBROSIS IN MRI, USING AN ELASTIC REGISTRATION TECHNIQUE IN A MODEL OF FIBROSIS: Scleroderma ORAL DEFENSE 8 th of September 2017 Charlotte MARTIN Supervisor: Pr. MP REVEL M2 Bio Medical

More information

SPM8 for Basic and Clinical Investigators. Preprocessing

SPM8 for Basic and Clinical Investigators. Preprocessing SPM8 for Basic and Clinical Investigators Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial

More information

Detection of Focal Cortical Dysplasia Lesions in MRI using Textural Features

Detection of Focal Cortical Dysplasia Lesions in MRI using Textural Features Detection of Focal Cortical Dysplasia Lesions in MRI using Textural Features Christian Loyek 1, Friedrich G. Woermann 2, Tim W. Nattkemper 1 1 Applied Neuroinformatics, Faculty of Technology, Bielefeld

More information

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing

SPM8 for Basic and Clinical Investigators. Preprocessing. fmri Preprocessing SPM8 for Basic and Clinical Investigators Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial

More information

New Technology Allows Multiple Image Contrasts in a Single Scan

New Technology Allows Multiple Image Contrasts in a Single Scan These images were acquired with an investigational device. PD T2 T2 FLAIR T1 MAP T1 FLAIR PSIR T1 New Technology Allows Multiple Image Contrasts in a Single Scan MR exams can be time consuming. A typical

More information

Functional MRI in Clinical Research and Practice Preprocessing

Functional MRI in Clinical Research and Practice Preprocessing Functional MRI in Clinical Research and Practice Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization

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

Texture Analysis in Quantitative Osteoporosis Assessment

Texture Analysis in Quantitative Osteoporosis Assessment Texture Analysis in Quantitative Osteoporosis Assessment Characterizing Micro-architecture in High Resolution Peripheral Quantitative Computed Tomography Alexander Valentinitsch 1, Janina Patsch 1, Dirk

More information

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00

Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Automatic MS Lesion Segmentation by Outlier Detection and Information Theoretic Region Partitioning Release 0.00 Marcel Prastawa 1 and Guido Gerig 1 Abstract July 17, 2008 1 Scientific Computing and Imaging

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

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd CHAPTER 2 Morphometry on rodent brains A.E.H. Scheenstra J. Dijkstra L. van der Weerd This chapter was adapted from: Volumetry and other quantitative measurements to assess the rodent brain, In vivo NMR

More information

CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION

CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION 60 CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION 3.1 IMPORTANCE OF OPTIC DISC Ocular fundus images provide information about ophthalmic, retinal and even systemic diseases such as hypertension, diabetes, macular

More information

PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION

PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION PROSTATE CANCER DETECTION USING LABEL IMAGE CONSTRAINED MULTIATLAS SELECTION Ms. Vaibhavi Nandkumar Jagtap 1, Mr. Santosh D. Kale 2 1 PG Scholar, 2 Assistant Professor, Department of Electronics and Telecommunication,

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

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

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

EPI Data Are Acquired Serially. EPI Data Are Acquired Serially 10/23/2011. Functional Connectivity Preprocessing. fmri Preprocessing

EPI Data Are Acquired Serially. EPI Data Are Acquired Serially 10/23/2011. Functional Connectivity Preprocessing. fmri Preprocessing Functional Connectivity Preprocessing Geometric distortion Head motion Geometric distortion Head motion EPI Data Are Acquired Serially EPI Data Are Acquired Serially descending 1 EPI Data Are Acquired

More information

Basic fmri Design and Analysis. Preprocessing

Basic fmri Design and Analysis. Preprocessing Basic fmri Design and Analysis Preprocessing fmri Preprocessing Slice timing correction Geometric distortion correction Head motion correction Temporal filtering Intensity normalization Spatial filtering

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

Histograms. h(r k ) = n k. p(r k )= n k /NM. Histogram: number of times intensity level rk appears in the image

Histograms. h(r k ) = n k. p(r k )= n k /NM. Histogram: number of times intensity level rk appears in the image Histograms h(r k ) = n k Histogram: number of times intensity level rk appears in the image p(r k )= n k /NM normalized histogram also a probability of occurence 1 Histogram of Image Intensities Create

More information

Atherosclerotic Plaque Motion Trajectory Analysis from Ultrasound Videos

Atherosclerotic Plaque Motion Trajectory Analysis from Ultrasound Videos 1 Atherosclerotic Plaque Motion Trajectory Analysis from Ultrasound Videos S. E. Murillo 1, M. S. Pattichis 1, C. P. Loizou 2, C. S. Pattichis 3, E. Kyriacou 4, A. G. Constantinides 5 and A. Nicolaides

More information

MR IMAGE SEGMENTATION

MR IMAGE SEGMENTATION MR IMAGE SEGMENTATION Prepared by : Monil Shah What is Segmentation? Partitioning a region or regions of interest in images such that each region corresponds to one or more anatomic structures Classification

More information

Correction of Partial Volume Effects in Arterial Spin Labeling MRI

Correction of Partial Volume Effects in Arterial Spin Labeling MRI Correction of Partial Volume Effects in Arterial Spin Labeling MRI By: Tracy Ssali Supervisors: Dr. Keith St. Lawrence and Udunna Anazodo Medical Biophysics 3970Z Six Week Project April 13 th 2012 Introduction

More information

Methods for data preprocessing

Methods for data preprocessing Methods for data preprocessing John Ashburner Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Overview Voxel-Based Morphometry Morphometry in general Volumetrics VBM preprocessing

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

Content based Image Retrievals for Brain Related Diseases

Content based Image Retrievals for Brain Related Diseases Content based Image Retrievals for Brain Related Diseases T.V. Madhusudhana Rao Department of CSE, T.P.I.S.T., Bobbili, Andhra Pradesh, INDIA S. Pallam Setty Department of CS&SE, Andhra University, Visakhapatnam,

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

COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES

COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES COMPARISION OF NORMAL Vs HERNIATED CERVICAL IMAGES USING GRAY LEVEL TEXTURE FEATURES C.Malarvizhi 1 and P.Balamurugan 2 1 Ph.D Scholar, India 2 Assistant Professor,India Department Computer Science, Government

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

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

K-Means Clustering Using Localized Histogram Analysis

K-Means Clustering Using Localized Histogram Analysis K-Means Clustering Using Localized Histogram Analysis Michael Bryson University of South Carolina, Department of Computer Science Columbia, SC brysonm@cse.sc.edu Abstract. The first step required for many

More information

On Standardizing the MR Image Intensity Scale

On Standardizing the MR Image Intensity Scale On Standardizing the MR Image Intensity Scale László G. Nyúl and Jayaram K. Udupa* Magnetic Resonance in Medicine 42:1072 1081 (1999) The lack of a standard image intensity scale in MRI causes many difficulties

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 4: Pre-Processing Medical Images (II)

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 4: Pre-Processing Medical Images (II) SPRING 2016 1 MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 4: Pre-Processing Medical Images (II) Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV), University of Central Florida (UCF),

More information

Automated Tool for Diagnosis of Sinus Analysis CT Scans

Automated Tool for Diagnosis of Sinus Analysis CT Scans Automated Tool for Diagnosis of Sinus Analysis CT Scans Abdel Razzak Natsheh 1, Prasad VS Ponnapalli 1, Nader Anani 1, Atef El-Kholy 2 1 Department of Engineering and Technology, Manchester Metropolitan

More information

Chapter 3: Intensity Transformations and Spatial Filtering

Chapter 3: Intensity Transformations and Spatial Filtering Chapter 3: Intensity Transformations and Spatial Filtering 3.1 Background 3.2 Some basic intensity transformation functions 3.3 Histogram processing 3.4 Fundamentals of spatial filtering 3.5 Smoothing

More information

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT 2.1 BRIEF OUTLINE The classification of digital imagery is to extract useful thematic information which is one

More information

Computational Neuroanatomy

Computational Neuroanatomy Computational Neuroanatomy John Ashburner john@fil.ion.ucl.ac.uk Smoothing Motion Correction Between Modality Co-registration Spatial Normalisation Segmentation Morphometry Overview fmri time-series kernel

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su

Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su Segmenting Lesions in Multiple Sclerosis Patients James Chen, Jason Su Radiologists and researchers spend countless hours tediously segmenting white matter lesions to diagnose and study brain diseases.

More information

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data.

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data. Summary Statistics Acquisition Description Exploration Examination what data is collected Characterizing properties of data. Exploring the data distribution(s). Identifying data quality problems. Selecting

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

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

Textural Features for Image Database Retrieval

Textural Features for Image Database Retrieval Textural Features for Image Database Retrieval Selim Aksoy and Robert M. Haralick Intelligent Systems Laboratory Department of Electrical Engineering University of Washington Seattle, WA 98195-2500 {aksoy,haralick}@@isl.ee.washington.edu

More information

Texture-Based Detection of Myositis in Ultrasonographies

Texture-Based Detection of Myositis in Ultrasonographies Texture-Based Detection of Myositis in Ultrasonographies Tim König 1, Marko Rak 1, Johannes Steffen 1, Grit Neumann 2, Ludwig von Rohden 2, Klaus D. Tönnies 1 1 Institut für Simulation & Graphik, Otto-von-Guericke-Universität

More information

CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series

CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series CS 229 Final Project Report Learning to Decode Cognitive States of Rat using Functional Magnetic Resonance Imaging Time Series Jingyuan Chen //Department of Electrical Engineering, cjy2010@stanford.edu//

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

ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/05 TEXTURE ANALYSIS

ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/05 TEXTURE ANALYSIS ECE 176 Digital Image Processing Handout #14 Pamela Cosman 4/29/ TEXTURE ANALYSIS Texture analysis is covered very briefly in Gonzalez and Woods, pages 66 671. This handout is intended to supplement that

More information

Face Detection for Skintone Images Using Wavelet and Texture Features

Face Detection for Skintone Images Using Wavelet and Texture Features Face Detection for Skintone Images Using Wavelet and Texture Features 1 H.C. Vijay Lakshmi, 2 S. Patil Kulkarni S.J. College of Engineering Mysore, India 1 vijisjce@yahoo.co.in, 2 pk.sudarshan@gmail.com

More information

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 32 CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE 3.1 INTRODUCTION In this chapter we present the real time implementation of an artificial neural network based on fuzzy segmentation process

More information

6 credits. BMSC-GA Practical Magnetic Resonance Imaging II

6 credits. BMSC-GA Practical Magnetic Resonance Imaging II BMSC-GA 4428 - Practical Magnetic Resonance Imaging II 6 credits Course director: Ricardo Otazo, PhD Course description: This course is a practical introduction to image reconstruction, image analysis

More information

Improving the detection of excessive activation of ciliaris muscle by clustering thermal images

Improving the detection of excessive activation of ciliaris muscle by clustering thermal images 11 th International Conference on Quantitative InfraRed Thermography Improving the detection of excessive activation of ciliaris muscle by clustering thermal images *University of Debrecen, Faculty of

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

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

Effect of age and dementia on topology of brain functional networks. Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand

Effect of age and dementia on topology of brain functional networks. Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand Effect of age and dementia on topology of brain functional networks Paul McCarthy, Luba Benuskova, Liz Franz University of Otago, New Zealand 1 Structural changes in aging brain Age-related changes in

More information

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy Sokratis K. Makrogiannis, PhD From post-doctoral research at SBIA lab, Department of Radiology,

More information

TUMOR DETECTION IN MRI IMAGES

TUMOR DETECTION IN MRI IMAGES TUMOR DETECTION IN MRI IMAGES Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Prof. Pravin P. Adivarekar, 2 Priyanka P. Khatate, 3 Punam N. Pawar Asst. Professor, 2,3 BE Student,,2,3

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

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY Lindsay Semler Lucia Dettori Intelligent Multimedia Processing Laboratory School of Computer Scienve,

More information

Supplementary Figure 1. Decoding results broken down for different ROIs

Supplementary Figure 1. Decoding results broken down for different ROIs Supplementary Figure 1 Decoding results broken down for different ROIs Decoding results for areas V1, V2, V3, and V1 V3 combined. (a) Decoded and presented orientations are strongly correlated in areas

More information

Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry

Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry Neuroimaging and mathematical modelling Lesson 2: Voxel Based Morphometry Nivedita Agarwal, MD Nivedita.agarwal@apss.tn.it Nivedita.agarwal@unitn.it Volume and surface morphometry Brain volume White matter

More information

Automatic Quantification of DTI Parameters along Fiber Bundles

Automatic Quantification of DTI Parameters along Fiber Bundles Automatic Quantification of DTI Parameters along Fiber Bundles Jan Klein 1, Simon Hermann 1, Olaf Konrad 1, Horst K. Hahn 1, and Heinz-Otto Peitgen 1 1 MeVis Research, 28359 Bremen Email: klein@mevis.de

More information

INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS

INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS INDEPENDENT COMPONENT ANALYSIS APPLIED TO fmri DATA: A GENERATIVE MODEL FOR VALIDATING RESULTS V. Calhoun 1,2, T. Adali, 2 and G. Pearlson 1 1 Johns Hopkins University Division of Psychiatric Neuro-Imaging,

More information

Ischemic Stroke Lesion Segmentation Proceedings 5th October 2015 Munich, Germany

Ischemic Stroke Lesion Segmentation   Proceedings 5th October 2015 Munich, Germany 0111010001110001101000100101010111100111011100100011011101110101101012 Ischemic Stroke Lesion Segmentation www.isles-challenge.org Proceedings 5th October 2015 Munich, Germany Preface Stroke is the second

More information

Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases

Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases Quantities Measured by MR - Quantitative MRI of the Brain: Investigation of Cerebral Gray and White Matter Diseases Static parameters (influenced by molecular environment): T, T* (transverse relaxation)

More information

LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA

LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA LAB 1 INSTRUCTIONS DESCRIBING AND DISPLAYING DATA This lab will assist you in learning how to summarize and display categorical and quantitative data in StatCrunch. In particular, you will learn how to

More information

CAD SYSTEM FOR AUTOMATIC DETECTION OF BRAIN TUMOR THROUGH MRI BRAIN TUMOR DETECTION USING HPACO CHAPTER V BRAIN TUMOR DETECTION USING HPACO

CAD SYSTEM FOR AUTOMATIC DETECTION OF BRAIN TUMOR THROUGH MRI BRAIN TUMOR DETECTION USING HPACO CHAPTER V BRAIN TUMOR DETECTION USING HPACO CHAPTER V BRAIN TUMOR DETECTION USING HPACO 145 CHAPTER 5 DETECTION OF BRAIN TUMOR REGION USING HYBRID PARALLEL ANT COLONY OPTIMIZATION (HPACO) WITH FCM (FUZZY C MEANS) 5.1 PREFACE The Segmentation of

More information

Texture recognition of medical images with the ICM method

Texture recognition of medical images with the ICM method Nuclear Instruments and Methods in Physics Research A 525 (2004) 387 391 Texture recognition of medical images with the ICM method Jason M. Kinser*, Guisong Wang George Mason University, Institute for

More information

Using Probability Maps for Multi organ Automatic Segmentation

Using Probability Maps for Multi organ Automatic Segmentation Using Probability Maps for Multi organ Automatic Segmentation Ranveer Joyseeree 1,2, Óscar Jiménez del Toro1, and Henning Müller 1,3 1 University of Applied Sciences Western Switzerland (HES SO), Sierre,

More information

Geometry-Based Optic Disk Tracking in Retinal Fundus Videos

Geometry-Based Optic Disk Tracking in Retinal Fundus Videos Geometry-Based Optic Disk Tracking in Retinal Fundus Videos Anja Kürten, Thomas Köhler,2, Attila Budai,2, Ralf-Peter Tornow 3, Georg Michelson 2,3, Joachim Hornegger,2 Pattern Recognition Lab, FAU Erlangen-Nürnberg

More information

Texture Segmentation and Classification in Biomedical Image Processing

Texture Segmentation and Classification in Biomedical Image Processing Texture Segmentation and Classification in Biomedical Image Processing Aleš Procházka and Andrea Gavlasová Department of Computing and Control Engineering Institute of Chemical Technology in Prague Technická

More information

Application of level set based method for segmentation of blood vessels in angiography images

Application of level set based method for segmentation of blood vessels in angiography images Lodz University of Technology Faculty of Electrical, Electronic, Computer and Control Engineering Institute of Electronics PhD Thesis Application of level set based method for segmentation of blood vessels

More information

Multi-Sectional Views Textural Based SVM for MS Lesion Segmentation in Multi-Channels MRIs

Multi-Sectional Views Textural Based SVM for MS Lesion Segmentation in Multi-Channels MRIs 56 The Open Biomedical Engineering Journal, 2012, 6, 56-72 Open Access Multi-Sectional Views Textural Based SVM for MS Lesion Segmentation in Multi-Channels MRIs Bassem A. Abdullah*, Akmal A. Younis and

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Comparative Analysis in Medical Imaging

Comparative Analysis in Medical Imaging 1 International Journal of Computer Applications (975 8887) Comparative Analysis in Medical Imaging Ashish Verma DCS, Punjabi University 1, Patiala, India Bharti Sharma DCS, Punjabi University 1, Patiala,

More information

Deformable Registration Using Scale Space Keypoints

Deformable Registration Using Scale Space Keypoints Deformable Registration Using Scale Space Keypoints Mehdi Moradi a, Purang Abolmaesoumi a,b and Parvin Mousavi a a School of Computing, Queen s University, Kingston, Ontario, Canada K7L 3N6; b Department

More information

Organ Analysis and Classification using Principal Component and Linear Discriminant Analysis. William H. Horsthemke Daniela S. Raicu DePaul University

Organ Analysis and Classification using Principal Component and Linear Discriminant Analysis. William H. Horsthemke Daniela S. Raicu DePaul University ABSTRACT Organ Analysis and Classification using Principal Component and Linear Discriminant Analysis William H. Horsthemke Daniela S. Raicu DePaul University Texture analysis and classification of soft

More information

SVM-based CBIR of Breast Masses on Mammograms

SVM-based CBIR of Breast Masses on Mammograms SVM-based CBIR of Breast Masses on Mammograms Lazaros Tsochatzidis, Konstantinos Zagoris, Michalis Savelonas, and Ioannis Pratikakis Visual Computing Group, Dept. of Electrical and Computer Engineering,

More information

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions International Journal of Electrical and Electronic Science 206; 3(4): 9-25 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

More information

Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking

Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking Evaluation of Local Filter Approaches for Diffusion Tensor based Fiber Tracking D. Merhof 1, M. Buchfelder 2, C. Nimsky 3 1 Visual Computing, University of Konstanz, Konstanz 2 Department of Neurosurgery,

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis

Appendix E1. Supplementary Methods. MR Image Acquisition. MR Image Analysis RSNA, 2015 10.1148/radiol.2015150532 Appendix E1 Supplementary Methods MR Image Acquisition By using a 1.5-T system (Avanto, Siemens Medical, Erlangen, Germany) under a program of regular maintenance (no

More information

Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow

Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow Shape-based Diffeomorphic Registration on Hippocampal Surfaces Using Beltrami Holomorphic Flow Abstract. Finding meaningful 1-1 correspondences between hippocampal (HP) surfaces is an important but difficult

More information

Medical images, segmentation and analysis

Medical images, segmentation and analysis Medical images, segmentation and analysis ImageLab group http://imagelab.ing.unimo.it Università degli Studi di Modena e Reggio Emilia Medical Images Macroscopic Dermoscopic ELM enhance the features of

More information

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Amol Pednekar Ioannis A. Kakadiaris Uday Kurkure Visual Computing Lab, Dept. of Computer Science, Univ. of Houston, Houston, TX, USA apedneka@bayou.uh.edu

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

Normalization for clinical data

Normalization for clinical data Normalization for clinical data Christopher Rorden, Leonardo Bonilha, Julius Fridriksson, Benjamin Bender, Hans-Otto Karnath (2012) Agespecific CT and MRI templates for spatial normalization. NeuroImage

More information

design as a constrained maximization problem. In principle, CODE seeks to maximize the b-value, defined as, where

design as a constrained maximization problem. In principle, CODE seeks to maximize the b-value, defined as, where Optimal design of motion-compensated diffusion gradient waveforms Óscar Peña-Nogales 1, Rodrigo de Luis-Garcia 1, Santiago Aja-Fernández 1,Yuxin Zhang 2,3, James H. Holmes 2,Diego Hernando 2,3 1 Laboratorio

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data

Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data Optimal Sampling Geometries for TV-Norm Reconstruction of fmri Data Oliver M. Jeromin, Student Member, IEEE, Vince D. Calhoun, Senior Member, IEEE, and Marios S. Pattichis, Senior Member, IEEE Abstract

More information