Texture-Based Detection of Myositis in Ultrasonographies

Size: px
Start display at page:

Download "Texture-Based Detection of Myositis in Ultrasonographies"

Transcription

1 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 Magdeburg 2 Klinik für Radiologie & Nuklearmedizin, Otto-von-Guericke-Universität Magdeburg tim.koenig@st.ovgu.de Abstract. Muscle ultrasonography is a convenient technique to visualize healthy and pathological muscle tissue as it is non-invasive and image acquisition can be done in real-time. In this paper, a texture-based approach is presented to detect myositis in ultrasound images automatically. We compute different texture features like wavelet transform features and first-order grey-level intensity statistics of a relevant central image patch carrying structure and intensity information of muscle tissue. Using a combination of these information we reached an accuracy of classification of % with our approach on a training data set of 63 clinically pre-classified data sets. 1 Introduction An automatically computer-supported detection of myositis may serve different purposes and goals: it can save time for radiologists during the diagnosis and it gives a second, independent result, which can be taken into consideration. A well trained process may also be capable of early diagnosis and categorization. Moreover, it will help young professionals with only a small degree of experience identifying myositis in ultrasound images. Neuromuscular disorders often cause structural muscle changes that can be seen in ultrasound images. Infiltration of fat and fibrous tissue increase muscle echo intensity, i.e. the reference image of the muscle will become brighter. Thus, myositis can be found by measuring muscle thickness. As healthy muscles contain only little fibrous tissue only a few reflections will occur during image acquisition resulting in a low echo intensity and thus a relatively dark image (Fig. 1). It is assumed that the replacement of muscle tissue with fat and fibrosis is the main cause of increased muscle echo intensity as they increase the number of reflections within the muscle and therefore the mean grey value of the muscle in the ultrasound image (Fig. 1)[1]. Under these assumptions a texture-based analysis should be adequate to detect myositis. Using texture as discriminating feature in ultrasound images has a long history in image analysis. Most methods use a combination of spectral and first-order statistical features as these reflect the nature of deterministic H.-P. Meinzer et al. (Hrsg.), Bildverarbeitung für die Medizin 2013, Informatik aktuell, DOI: / _16, Springer-Verlag Berlin Heidelberg

2 82 König et al. tissue-related variation and non-deterministic influences from image generation (e.g. [2] for classification of liver tumors, [3] for classification of breast tumors, or [4] for the classification of arterioscleroric tissue). Both, differences in grey-level intensity and in the micro-structure between healthy and pathological muscle tissue can be used to compute representative and distinctive features. In contrast to [5], who required training to select texture features and a manually specified region-of-interest (ROI), we believe that - similar to [4] - selection of features reflecting micro-structural change will result in a robust method that requires little to no user input. Fig. 1 shows that the texture of pathological muscle tissue images is more unstructured or diffuse, containing smaller contrast changes compared to the texture of healthy muscle tissue images, which seem to be more directed or structured containing higher contrast changes caused by the relatively dark regions of the healthy muscles. We propose a texture analysis method that applies a wavelet decomposition computing features carrying structure information as well as first-order grey-level intensity statistics. Fig. 1. Ultrasound images including healthy (left) and pathological (right) muscle tissue. 2 Materials and methods Feature extraction and classification are performed on 63 clinical ultrasound images including 14 images of healthy muscles and 49 images of pathological muscle tissues. The images have a pixel resolution of 350 px 500 px covering an area of 2.8 cm 4.0 cm. The data contains scans of various muscles from upper and lower human limbs as well as scans acquired by different angulation of the 9MHz linear transducer. All images were pre-classified by radiological experts allowing a comparison of our analysis results with these ground truth assumptions.

3 Detection of Myositis in Ultrasonographies Feature extraction In the feature extraction, we focus on two features of the wavelet decomposition and two features of the first-order grey-level intensity statistics: the reverse biorthogonal 1.1 and 1.3 wavelet transform features [6] carrying non-directional information of the muscle tissue micro-structure and also the grey-level entropy and variance as first-order statistic features. These features measure similar attributes compared to [2] and especially [4]. They were selected from a range of features by visual inspection of scatter plots of all possible pairs of features. Since the data does not include a segmentation of the muscle tissue and a manual search of a window for which the features are computed would be inefficient we specified during image acquisition that the relevant muscle structures are located near the center of the ultrasound image. Hence, we place a ROI of size 60 px 60 px in the center of the image and compute the four texture features for each pixel p in the ROI (Fig. 2). Texture computation requires the definition of a window with suitable size around p. We experimented with window sizes between 80 px 80 px and 220 px 220 px for determining the optimal size. Fig. 2. Feature extraction for each pixel of a central ROI (red) of 60 px 60 px with different window sizes (yellow) from 80 px 80 px up to 220 px 220 px. This results in 3600 feature vectors per image for a fixed window size. Each feature vector contains the four different features. 2.2 Classification To classify the images we use the k-nearest neighbor algorithm (knn) [7] based on closest training samples in feature space. The knn classification is then crossvalidated by the leave-one-out method. Thus, the knn classifier was trained on the feature subset of N 1 images each image contains 3600 feature vectors for a fixed windows size to validate the class of the N-th image (with N = 63). This process is repeated such that each image is used once for validation. However, the choice of k is highly dependent on the problem and the data set. Hence, we experimented with k varying from 2 up to 128. Finally, for each k and each window size a single misclassification error per image (SCE) as well as the mean misclassification error over all images (MCE) is computed to evaluate the results of our approach. The SCE is estimated by

4 84 König et al. the ratio of the number of correctly classified pixels to the number of falsely classified pixels of the ROI. The mean misclassification error is then computed by averaging of the SCE s. 3 Results Fig. 3 shows the MCE for all window sizes for k = 64 (MCE#k64) as well as the minimum (MCE#Min) and maximum mean misclassification error (MCE#Max) for each window size for all k-values. Our approach reaches its lowest error rate of 7.80% at a window size of 180 px 180 px used for feature extraction and training of the classifier. The smallest window size of 80 px 80 px produces the highest error rate with %. The MCE differs with respect to the parameter k only between 0.38 % and 3.08 % depending on particular window sizes. The results of the SCE for a fixed window size of 180 px 180 px and a fixed k = 64 are shown in Fig. 4. The results can be used for classification into pathological and healthy tissue by assigning the class of the majority of pixels in the ROI. Most (60 of 63 cases) of the evaluated images reach a low misclassification error 30 %, thus, more than 70 % of the ROI pixels are classified correctly. In 29 of 63 cases more than 99 % of the pixels were classified correctly. Only 3 of 63 ultrasound images (4.76 %) show a misclassification rate 50 %. 4 Discussion Using non-directional wavelet transform features and first-order grey-level intensity statistics combined with the presented approach of computing features for 0.3 MCE#Min MCE#Max MCE#k MCE Window size Fig. 3. Results of the MCE for all analyzed window sizes for k = 64 (MCE#k64). The upper red line displays the maximum mean misclassification error (MCE#Max) of all k-values, the lower green line shows the results of the minimum mean misclassification error (MCE#Min) of all k-values.

5 Detection of Myositis in Ultrasonographies 85 each pixel of the ROI with various window sizes provides a stable texture-based analysis for detecting myositis in ultrasonographies. The choice of the window size impacts the classification results. Too small windows (range from 80 px 80 px to 150 px 150 px) result in worse classification rates (Fig. 3) since those windows do contain enough relevant information. Too large windows (range from 190 px 190 px to 220 px 220 px) carry the risk that too many other kinds of tissues and structures are observed within the selected window and thus the results can be falsified strongly. Determining the proper window position and size also depends on the location of the muscle tissue in the image, on the resolution of the image and on the kind of scanned muscles. There might be no optimal solution for all data sets. Hence, some imaging protocol should be used for image generation that fixes important parameters such as the anatomic region so that different windows sizes can be determined for different protocols. The selection of the k-values of knn has little influence on the classification rate. However, smaller k-values result in slightly worse classification rates than higher k-values. As mentioned, a window size of 180 px 180 px resulted in best classification rates. Nevertheless, 3 of 63 images have been misclassified (Fig. 4) because those images include feature characteristics that are inconsistent with our initial assumptions that the texture of pathological muscle tissue images is more diffuse with smaller contrast changes compared to the texture of healthy muscle tissue images with structured tissue and higher contrast changes (Fig. 5). A reason for this could be the different procedures which were used during image acquisition or the fact that our data set contains images from different muscles. Although our data set is insufficient for clinical reliable results, we have shown that texture analysis can be used as a robust, automatic method to anal SCE#H SCE#P SCE Classification of images Fig. 4. Results of the SCE for a fixed window size of 180 px 180 px and a fixed k = 64. The green bars represent the SCE of healthy muscle tissue images (SCE#H) and the red bars of the pathological muscle tissue images (SCE#P).

6 86 König et al. Fig. 5. Examples of misclassified images for healthy (left, SCE of 81.30%) and pathological (right, SCE of 62.88%) muscles. yse myositis from ultrasound images. Future work will focus on an evaluation of a larger number of images including more patients acquired with consistent imaging protocols to prevent variations caused by different acquisition parameters, positions, and orientations of the transducer or anatomical regions as well as maximization of unpreventable variations within the data like patient specific variation, i.e. age, gender and fat rate, to get a representative sample set. Furthermore, an application of the proposed method to other muscles could be possible, if one would select different window positions and sizes for each muscle group. An integration of staging of myositis is a topic which is worth of further research. Different classification techniques will be evaluated, i.e. SVM, as we decided on the knn classifier because of visual separability of our feature space. However, this assumption could be a misinterpretation of the visual observations caused by the dimensional down-projection of the feature space for visualization. References 1. Pillen S, van Alfen N. Skeletal muscle ultrasound. Neurol Res. 2011;33(10): Wu CM, Chen YC, Hsieh KS. Texture features for classification of ultrasonic liver images. IEEE Trans Med Imaging. 1992;11(2): Huang YL, Wang KL, Chen DR. Diagnosis of breast tumors with ultrasonic texture analysis using support vector machines. Neural Comput Appl. 2006;15(2): Tsiaparas NN, Golemati S, Andreadis I, et al. Comparison of multiresolution features for texture classification of carotid atherosclerosis from B-mode ultrasound. IEEE Trans Inf Technol Biomed. 2011;15(1): Pohle R, Fischer D, von Rohden L. Computergestützte Gewebedifferenzierung bei der Skelettmuskelsonographie. Ultraschall Med. 2000;21(6): Mallat SG. A theory for multiresolution signal decomposition: the wavelet representation. IEEE Trans Pattern Anal Mach Intell. 1989;11(7): Cover T, Hart P. Nearest neighbor pattern classification. IEEE Trans Inf Theory. 1967;13(1):21 7.

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Heike Ruppertshofen 1,2,3, Cristian Lorenz 2, Peter Beyerlein 4, Zein Salah 3, Georg Rose 3, Hauke Schramm

More information

Iterative CT Reconstruction Using Curvelet-Based Regularization

Iterative CT Reconstruction Using Curvelet-Based Regularization Iterative CT Reconstruction Using Curvelet-Based Regularization Haibo Wu 1,2, Andreas Maier 1, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science, 2 Graduate School in

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

Bone Age Classification Using the Discriminative Generalized Hough Transform

Bone Age Classification Using the Discriminative Generalized Hough Transform Bone Age Classification Using the Discriminative Generalized Hough Transform Markus Brunk 1, Heike Ruppertshofen 1,2, Sarah Schmidt 2,3, Peter Beyerlein 3, Hauke Schramm 1 1 Institute of Applied Computer

More information

Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences

Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences Depth-Layer-Based Patient Motion Compensation for the Overlay of 3D Volumes onto X-Ray Sequences Jian Wang 1,2, Anja Borsdorf 2, Joachim Hornegger 1,3 1 Pattern Recognition Lab, Friedrich-Alexander-Universität

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

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

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pascal A. Dufour 1,2, Hannan Abdillahi 3, Lala Ceklic 3, Ute Wolf-Schnurrbusch 2,3, and Jens Kowal 1,2 1 ARTORG

More information

Cognition Network Technology for a Fully Automated 3D Segmentation of Liver

Cognition Network Technology for a Fully Automated 3D Segmentation of Liver Cognition Network Technology for a Fully Automated 3D Segmentation of Liver Günter Schmidt, Maria Athelogou, Ralf Schönmeyer, Rene Korn, and Gerd Binnig Definiens AG, Research, Trappentreustr. 1, 80339

More information

INF 4300 Classification III Anne Solberg The agenda today:

INF 4300 Classification III Anne Solberg The agenda today: INF 4300 Classification III Anne Solberg 28.10.15 The agenda today: More on estimating classifier accuracy Curse of dimensionality and simple feature selection knn-classification K-means clustering 28.10.15

More information

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model

Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pathology Hinting as the Combination of Automatic Segmentation with a Statistical Shape Model Pascal A. Dufour 12,HannanAbdillahi 3, Lala Ceklic 3,Ute Wolf-Schnurrbusch 23,JensKowal 12 1 ARTORG Center

More information

Lesion Ground Truth Estimation for a Physical Breast Phantom

Lesion Ground Truth Estimation for a Physical Breast Phantom Lesion Ground Truth Estimation for a Physical Breast Phantom Suneeza Hanif 1, Frank Schebesch 1, Anna Jerebko 2, Ludwig Ritschl 2, Thomas Mertelmeier 2, Andreas Maier 1 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg,

More information

Prostate Tissue Texture Feature Extraction for Suspicious Regions Identification on TRUS Images

Prostate Tissue Texture Feature Extraction for Suspicious Regions Identification on TRUS Images Prostate Tissue Texture Feature Extraction for Suspicious Regions Identification on TRUS Images S.S. Mohamed, J. Li, M.M.A. Salama and G. Freeman In this work, two different approaches are proposed for

More information

A COMPARATIVE STUDY OF DIMENSION REDUCTION METHODS COMBINED WITH WAVELET TRANSFORM APPLIED TO THE CLASSIFICATION OF MAMMOGRAPHIC IMAGES

A COMPARATIVE STUDY OF DIMENSION REDUCTION METHODS COMBINED WITH WAVELET TRANSFORM APPLIED TO THE CLASSIFICATION OF MAMMOGRAPHIC IMAGES A COMPARATIVE STUDY OF DIMENSION REDUCTION METHODS COMBINED WITH WAVELET TRANSFORM APPLIED TO THE CLASSIFICATION OF MAMMOGRAPHIC IMAGES N. Hamdi 1, K. Auhmani 12 *, M. M. Hassani 1 1 Equipe I2SP, Département

More information

Blind Sparse Motion MRI with Linear Subpixel Interpolation

Blind Sparse Motion MRI with Linear Subpixel Interpolation Blind Sparse Motion MRI with Linear Subpixel Interpolation Anita Möller, Marco Maaß, Alfred Mertins Institute for Signal Processing, University of Lübeck moeller@isip.uni-luebeck.de Abstract. Vital and

More information

CANCER PREDICTION USING PATTERN CLASSIFICATION OF MICROARRAY DATA. By: Sudhir Madhav Rao &Vinod Jayakumar Instructor: Dr.

CANCER PREDICTION USING PATTERN CLASSIFICATION OF MICROARRAY DATA. By: Sudhir Madhav Rao &Vinod Jayakumar Instructor: Dr. CANCER PREDICTION USING PATTERN CLASSIFICATION OF MICROARRAY DATA By: Sudhir Madhav Rao &Vinod Jayakumar Instructor: Dr. Michael Nechyba 1. Abstract The objective of this project is to apply well known

More information

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement 2D Vessel Segmentation Using Local Adaptive Contrast Enhancement Dominik Schuldhaus 1,2, Martin Spiegel 1,2,3,4, Thomas Redel 3, Maria Polyanskaya 1,3, Tobias Struffert 2, Joachim Hornegger 1,4, Arnd Doerfler

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

Recent Advances in Non-Invasive Thermometry Using Changes in Backscattered Ultrasound

Recent Advances in Non-Invasive Thermometry Using Changes in Backscattered Ultrasound Recent Advances in Non-Invasive Thermometry Using Changes in Backscattered Ultrasound R. Martin Arthur 1, Jason W. Trobaugh 1, William L. Straube 2 and Eduardo G. Moros 2 1 Electrical & Systems Engineering

More information

Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality

Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality Mass Classification Method in Mammogram Using Fuzzy K-Nearest Neighbour Equality Abstract: Mass classification of objects is an important area of research and application in a variety of fields. In this

More information

Lab 9. Julia Janicki. Introduction

Lab 9. Julia Janicki. Introduction Lab 9 Julia Janicki Introduction My goal for this project is to map a general land cover in the area of Alexandria in Egypt using supervised classification, specifically the Maximum Likelihood and Support

More information

A ranklet-based CAD for digital mammography

A ranklet-based CAD for digital mammography A ranklet-based CAD for digital mammography Enrico Angelini 1, Renato Campanini 1, Emiro Iampieri 1, Nico Lanconelli 1, Matteo Masotti 1, Todor Petkov 1, and Matteo Roffilli 2 1 Physics Department, University

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

Integration of Valley Orientation Distribution for Polyp Region Identification in Colonoscopy

Integration of Valley Orientation Distribution for Polyp Region Identification in Colonoscopy Integration of Valley Orientation Distribution for Polyp Region Identification in Colonoscopy Jorge Bernal, Javier Sánchez, and Fernando Vilariño Computer Vision Centre and Computer Science Department,

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

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Gerard Pons a, Joan Martí a, Robert Martí a, Mariano Cabezas a, Andrew di Battista b, and J.

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

Double Sort Algorithm Resulting in Reference Set of the Desired Size

Double Sort Algorithm Resulting in Reference Set of the Desired Size Biocybernetics and Biomedical Engineering 2008, Volume 28, Number 4, pp. 43 50 Double Sort Algorithm Resulting in Reference Set of the Desired Size MARCIN RANISZEWSKI* Technical University of Łódź, Computer

More information

Diagnosis of Breast Cancer using Wavelet Entropy Features

Diagnosis of Breast Cancer using Wavelet Entropy Features International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 10, Number 1 (2017), pp. 45-51 International Research Publication House http://www.irphouse.com Diagnosis of Breast

More information

Breast Cancer Detection and Classification Using Ultrasound and Ultrasound Elastography Images

Breast Cancer Detection and Classification Using Ultrasound and Ultrasound Elastography Images Breast Cancer Detection and Classification Using Ultrasound and Ultrasound Elastography Images Ramya S. 1, Nanda S. 2 1IV Sem, M.Tech, Biomedical Signal Processing & Instrumentation, SJCE, Mysuru, Karnataka,

More information

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques

Automatic Detection and Segmentation of Kidneys in Magnetic Resonance Images Using Image Processing Techniques Biomedical Statistics and Informatics 2017; 2(1): 22-26 http://www.sciencepublishinggroup.com/j/bsi doi: 10.11648/j.bsi.20170201.15 Automatic Detection and Segmentation of Kidneys in Magnetic Resonance

More information

Edge-Preserving Denoising for Segmentation in CT-Images

Edge-Preserving Denoising for Segmentation in CT-Images Edge-Preserving Denoising for Segmentation in CT-Images Eva Eibenberger, Anja Borsdorf, Andreas Wimmer, Joachim Hornegger Lehrstuhl für Mustererkennung, Friedrich-Alexander-Universität Erlangen-Nürnberg

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

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy

Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy Reduction of Metal Artifacts in Computed Tomographies for the Planning and Simulation of Radiation Therapy T. Rohlfing a, D. Zerfowski b, J. Beier a, P. Wust a, N. Hosten a, R. Felix a a Department of

More information

Segmentation and Classification of Breast Tumor Using Dynamic Contrast-Enhanced MR Images

Segmentation and Classification of Breast Tumor Using Dynamic Contrast-Enhanced MR Images Segmentation and Classification of Breast Tumor Using Dynamic Contrast-Enhanced MR Images Yuanjie Zheng, Sajjad Baloch, Sarah Englander, Mitchell D. Schnall, and Dinggang Shen Department of Radiology,

More information

Thermographic Image Analysis Method in Detection of Canine Bone Cancer (Osteosarcoma)

Thermographic Image Analysis Method in Detection of Canine Bone Cancer (Osteosarcoma) 2012 5th International Congress on Image and Signal Processing (CISP 2012) Thermographic Image Analysis Method in Detection of Canine Bone Cancer (Osteosarcoma) Maryamsadat Amini, Peng Liu and Scott E

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

CS4495/6495 Introduction to Computer Vision. 8C-L1 Classification: Discriminative models

CS4495/6495 Introduction to Computer Vision. 8C-L1 Classification: Discriminative models CS4495/6495 Introduction to Computer Vision 8C-L1 Classification: Discriminative models Remember: Supervised classification Given a collection of labeled examples, come up with a function that will predict

More information

Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection

Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection Apostolos Marakakis 1, Nikolaos Galatsanos 2, Aristidis Likas 3, and Andreas Stafylopatis 1 1 School

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

Medical Image Retrieval Performance Comparison using Texture Features

Medical Image Retrieval Performance Comparison using Texture Features International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 9 (January 2014), PP. 30-34 Medical Image Retrieval Performance Comparison

More information

A fast breast nonlinear elastography reconstruction technique using the Veronda-Westman model

A fast breast nonlinear elastography reconstruction technique using the Veronda-Westman model A fast breast nonlinear elastography reconstruction technique using the Veronda-Westman model Mohammadhosein Amooshahi a and Abbas Samani abc a Department of Electrical & Computer Engineering, University

More information

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Yasmina Andreu, Pedro García-Sevilla, and Ramón A. Mollineda Dpto. Lenguajes y Sistemas Informáticos

More information

A Robust Brain MRI Classification with GLCM Features

A Robust Brain MRI Classification with GLCM Features A Robust Brain MRI with GLCM Features Sahar Jafarpour Zahra Sedghi Mehdi Chehel Amirani ABSTRACT Automated and accurate classification of brain MRI is such important that leads us to present a new robust

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

Active double-contour for segmentation of vessels in digital subtraction angiography

Active double-contour for segmentation of vessels in digital subtraction angiography Active double-contour for segmentation of vessels in digital subtraction angiography Manfred Hinz *, Klaus D. Toennies *, Markus Grohmann *, Regina Pohle * Computer Vision Group, Dept. Informatics, Otto-von-Guericke-Universität

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

Using K-NN SVMs for Performance Improvement and Comparison to K-Highest Lagrange Multipliers Selection

Using K-NN SVMs for Performance Improvement and Comparison to K-Highest Lagrange Multipliers Selection Using K-NN SVMs for Performance Improvement and Comparison to K-Highest Lagrange Multipliers Selection Sedat Ozer, Chi Hau Chen 2, and Imam Samil Yetik 3 Electrical & Computer Eng. Dept, Rutgers University,

More information

Assessing the Skeletal Age From a Hand Radiograph: Automating the Tanner-Whitehouse Method

Assessing the Skeletal Age From a Hand Radiograph: Automating the Tanner-Whitehouse Method Assessing the Skeletal Age From a Hand Radiograph: Automating the Tanner-Whitehouse Method M. Niemeijer a, B. van Ginneken a, C.A. Maas a, F.J.A. Beek b and M.A. Viergever a a Image Sciences Institute,

More information

Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs. 1. Introduction

Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs. 1. Introduction 94 2004 Schattauer GmbH Automatic Paroxysmal Atrial Fibrillation Based on not Fibrillating ECGs E. Ros, S. Mota, F. J. Toro, A. F. Díaz, F. J. Fernández Department of Architecture and Computer Technology,

More information

Chapter 5: Outlier Detection

Chapter 5: Outlier Detection Ludwig-Maximilians-Universität München Institut für Informatik Lehr- und Forschungseinheit für Datenbanksysteme Knowledge Discovery in Databases SS 2016 Chapter 5: Outlier Detection Lecture: Prof. Dr.

More information

Image coding based on multiband wavelet and adaptive quad-tree partition

Image coding based on multiband wavelet and adaptive quad-tree partition Journal of Computational and Applied Mathematics 195 (2006) 2 7 www.elsevier.com/locate/cam Image coding based on multiband wavelet and adaptive quad-tree partition Bi Ning a,,1, Dai Qinyun a,b, Huang

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

Towards full-body X-ray images

Towards full-body X-ray images Towards full-body X-ray images Christoph Luckner 1,2, Thomas Mertelmeier 2, Andreas Maier 1, Ludwig Ritschl 2 1 Pattern Recognition Lab, FAU Erlangen-Nuernberg 2 Siemens Healthcare GmbH, Forchheim christoph.luckner@fau.de

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

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

Cluster-oriented Detection of Microcalcifications in Simulated Low-Dose Mammography

Cluster-oriented Detection of Microcalcifications in Simulated Low-Dose Mammography Cluster-oriented Detection of Microcalcifications in Simulated Low-Dose Mammography Hartmut Führ 1, Oliver Treiber 1, Friedrich Wanninger 2 GSF Forschungszentrum für Umwelt und Gesundheit 1 Institut für

More information

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor COSC160: Detection and Classification Jeremy Bolton, PhD Assistant Teaching Professor Outline I. Problem I. Strategies II. Features for training III. Using spatial information? IV. Reducing dimensionality

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

Band-Pass Filter Design by Segmentation in Frequency Domain for Detection of Epithelial Cells in Endomicroscope Images

Band-Pass Filter Design by Segmentation in Frequency Domain for Detection of Epithelial Cells in Endomicroscope Images Band-Pass Filter Design by Segmentation in Frequency Domain for Detection of Epithelial Cells in Endomicroscope Images Bastian Bier 1, Firas Mualla 1, Stefan Steidl 1, Christopher Bohr 2, Helmut Neumann

More information

ECE 662:Pattern Recognition and Decision-Making Processes Homework Assignment Two *************

ECE 662:Pattern Recognition and Decision-Making Processes Homework Assignment Two ************* ECE 662:Pattern Recognition and Decision-Making Processes Homework Assignment Two ************* Collaborators: None April 16, 28 1 1 Question 1: Numerical Experiments with the Fisher Linear discriminant

More information

Image Segmentation. Shengnan Wang

Image Segmentation. Shengnan Wang Image Segmentation Shengnan Wang shengnan@cs.wisc.edu Contents I. Introduction to Segmentation II. Mean Shift Theory 1. What is Mean Shift? 2. Density Estimation Methods 3. Deriving the Mean Shift 4. Mean

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

Certificate in Clinician Performed Ultrasound (CCPU)

Certificate in Clinician Performed Ultrasound (CCPU) Certificate in Clinician Performed Ultrasound (CCPU) Syllabus Physics Tutorial Physics Tutorial Purpose: Training: Assessments: This unit is designed to cover the theoretical and practical curriculum for

More information

Ultrasound Image Segmentation by Using Wavelet Transform and Self- Organizing Neural Network

Ultrasound Image Segmentation by Using Wavelet Transform and Self- Organizing Neural Network LETTER Ultrasound Image Segmentation by Using Wavelet Transform and Self- Organizing Neural Network Zafer İşcan, Mehmet Nadir Kurnaz, Zümray Dokur, and Tamer Ölmez Department of Electronics and Communication

More information

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Markus Turtinen, Topi Mäenpää, and Matti Pietikäinen Machine Vision Group, P.O.Box 4500, FIN-90014 University

More information

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints

Last week. Multi-Frame Structure from Motion: Multi-View Stereo. Unknown camera viewpoints Last week Multi-Frame Structure from Motion: Multi-View Stereo Unknown camera viewpoints Last week PCA Today Recognition Today Recognition Recognition problems What is it? Object detection Who is it? Recognizing

More information

Out-of-sample extension of diffusion maps in a computer-aided diagnosis system. Application to breast cancer virtual slide images.

Out-of-sample extension of diffusion maps in a computer-aided diagnosis system. Application to breast cancer virtual slide images. Out-of-sample extension of diffusion maps in a computer-aided diagnosis system. Application to breast cancer virtual slide images. Philippe BELHOMME Myriam OGER Jean-Jacques MICHELS Benoit PLANCOULAINE

More information

Extraction and Features of Tumour from MR brain images

Extraction and Features of Tumour from MR brain images IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 13, Issue 2, Ver. I (Mar. - Apr. 2018), PP 67-71 www.iosrjournals.org Sai Prasanna M 1,

More information

Automatized & Interactive. Muscle tissues characterization using. Na MRI

Automatized & Interactive. Muscle tissues characterization using. Na MRI Automatized & Interactive Human Skeletal Muscle Segmentation Muscle tissues characterization using 23 Na MRI Noura Azzabou 30 April 2013 What is muscle segmentation? Axial slice of the thigh of a healthy

More information

Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment

Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment A. S. Leaflet R1732 Abebe Hassen, assistant scientist Doyle Wilson, professor of animal science Viren Amin,

More information

Detection and Identification of Lung Tissue Pattern in Interstitial Lung Diseases using Convolutional Neural Network

Detection and Identification of Lung Tissue Pattern in Interstitial Lung Diseases using Convolutional Neural Network Detection and Identification of Lung Tissue Pattern in Interstitial Lung Diseases using Convolutional Neural Network Namrata Bondfale 1, Asst. Prof. Dhiraj Bhagwat 2 1,2 E&TC, Indira College of Engineering

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

Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces

Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces Header for SPIE use Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces Regina Pohle, Thomas Behlau, Klaus D. Toennies Otto-von-Guericke

More information

Texture Characterization for Hepatic Tumor Recognition in Multiphase CT

Texture Characterization for Hepatic Tumor Recognition in Multiphase CT 15 Biocybernetics and Biomedical Engineering 2006, Volume 26, Number 4, pp. 15-24 Texture Characterization for Hepatic Tumor Recognition in Multiphase CT DOROTA DUDA 1,2,**, MAREK KRĘTOWSKI 1, JOHANNE

More information

Mammogram Segmentation using Region based Method with Split and Merge Technique

Mammogram Segmentation using Region based Method with Split and Merge Technique Indian Journal of Science and Technology, Vol 9(40), DOI: 10.17485/ijst/2016/v9i40/99589, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Mammogram Segmentation using Region based Method

More information

Semi-Automatic Segmentation of the Patellar Cartilage in MRI

Semi-Automatic Segmentation of the Patellar Cartilage in MRI Semi-Automatic Segmentation of the Patellar Cartilage in MRI Lorenz König 1, Martin Groher 1, Andreas Keil 1, Christian Glaser 2, Maximilian Reiser 2, Nassir Navab 1 1 Chair for Computer Aided Medical

More information

Estimating Error-Dimensionality Relationship for Gene Expression Based Cancer Classification

Estimating Error-Dimensionality Relationship for Gene Expression Based Cancer Classification 1 Estimating Error-Dimensionality Relationship for Gene Expression Based Cancer Classification Feng Chu and Lipo Wang School of Electrical and Electronic Engineering Nanyang Technological niversity Singapore

More information

arxiv: v1 [cs.cv] 6 Jun 2017

arxiv: v1 [cs.cv] 6 Jun 2017 Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences Liansheng Wang a, Shusheng Li a, and Shuo Li b a Department of Computer Science, Xiamen University, Xiamen, China b Dept.

More information

GPU Implementation of a Multiobjective Search Algorithm

GPU Implementation of a Multiobjective Search Algorithm Department Informatik Technical Reports / ISSN 29-58 Steffen Limmer, Dietmar Fey, Johannes Jahn GPU Implementation of a Multiobjective Search Algorithm Technical Report CS-2-3 April 2 Please cite as: Steffen

More information

A Novel Low-Complexity Framework in Ultra-Wideband Imaging for Breast Cancer Detection

A Novel Low-Complexity Framework in Ultra-Wideband Imaging for Breast Cancer Detection A Novel Low-Complexity Framework in Ultra-Wideband Imaging for Breast Cancer Detection Yasaman Ettefagh, Mohammad Hossein Moghaddam, and Saeed Vahidian # Department of Electrical Engineering, Amirkabir

More information

Locating Salient Object Features

Locating Salient Object Features Locating Salient Object Features K.N.Walker, T.F.Cootes and C.J.Taylor Dept. Medical Biophysics, Manchester University, UK knw@sv1.smb.man.ac.uk Abstract We present a method for locating salient object

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

Deep Learning for Fast and Spatially- Constrained Tissue Quantification from Highly-Undersampled Data in Magnetic Resonance Fingerprinting (MRF)

Deep Learning for Fast and Spatially- Constrained Tissue Quantification from Highly-Undersampled Data in Magnetic Resonance Fingerprinting (MRF) Deep Learning for Fast and Spatially- Constrained Tissue Quantification from Highly-Undersampled Data in Magnetic Resonance Fingerprinting (MRF) Zhenghan Fang 1, Yong Chen 1, Mingxia Liu 1, Yiqiang Zhan

More information

On Classification: An Empirical Study of Existing Algorithms Based on Two Kaggle Competitions

On Classification: An Empirical Study of Existing Algorithms Based on Two Kaggle Competitions On Classification: An Empirical Study of Existing Algorithms Based on Two Kaggle Competitions CAMCOS Report Day December 9th, 2015 San Jose State University Project Theme: Classification The Kaggle Competition

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

Hardware Co-Simulation of Skin Burn Image Analysis

Hardware Co-Simulation of Skin Burn Image Analysis Hardware Co-Simulation of Skin Burn Image Analysis Deepak L 1, Joseph Antony 2, Dr. U C Niranjan 3 1 Student, Dept. of E&C, National Institute of Technology Karnataka, Surathkal 2 Asst. Professor, Dept.

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

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION

CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION CHAPTER 4 DETECTION OF DISEASES IN PLANT LEAF USING IMAGE SEGMENTATION 4.1. Introduction Indian economy is highly dependent of agricultural productivity. Therefore, in field of agriculture, detection of

More information

Machine Learning for Medical Image Analysis. A. Criminisi

Machine Learning for Medical Image Analysis. A. Criminisi Machine Learning for Medical Image Analysis A. Criminisi Overview Introduction to machine learning Decision forests Applications in medical image analysis Anatomy localization in CT Scans Spine Detection

More information

arxiv: v1 [cs.cv] 13 Jan 2017

arxiv: v1 [cs.cv] 13 Jan 2017 Tumour Ellipsification in Ultrasound Images for Treatment Prediction in Breast Cancer Mehrdad J. Gangeh, Senior Member, IEEE, Hamid R. Tizhoosh, Kan Wu, Dun Huang, Hadi Tadayyon, and Gregory J. Czarnota

More information

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM Contour Assessment for Quality Assurance and Data Mining Tom Purdie, PhD, MCCPM Objective Understand the state-of-the-art in contour assessment for quality assurance including data mining-based techniques

More information

Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment

Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment Beef Research Report, 2000 Animal Science Research Reports 2001 Predicting Percentage of Intramuscular Fat Using Two Types of Real-Time Ultrasound Equipment Abebe Hassen Doyle Wilson Viren Amin Gene Rouse

More information

Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König

Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König Drywall state detection in image data for automatic indoor progress monitoring C. Kropp, C. Koch and M. König Chair for Computing in Engineering, Department of Civil and Environmental Engineering, Ruhr-Universität

More information

Kapitel 4: Clustering

Kapitel 4: Clustering Ludwig-Maximilians-Universität München Institut für Informatik Lehr- und Forschungseinheit für Datenbanksysteme Knowledge Discovery in Databases WiSe 2017/18 Kapitel 4: Clustering Vorlesung: Prof. Dr.

More information

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland

The Institute of Telecommunications and Computer Sciences, UTP University of Science and Technology, Bydgoszcz , Poland Computer Technology and Application 6 (2015) 64-69 doi: 10.17265/1934-7332/2015.02.002 D DAVID PUBLISHIN An Image Analysis of Breast Thermograms Ryszard S. Choras The Institute of Telecommunications and

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

Sound-speed tomography using first-arrival transmission ultrasound for a ring array

Sound-speed tomography using first-arrival transmission ultrasound for a ring array Sound-speed tomography using first-arrival transmission ultrasound for a ring array Youli Quan* a,b and Lianjie Huang b a Department of Geophysics, Stanford University, Stanford, CA 9435-2215 b Mail Stop

More information

Uma Yadav Assistant Professor, Dept. of Computer Science and Engg., G.H. Raisoni College of Engineering, Nagpur(MS), India

Uma Yadav Assistant Professor, Dept. of Computer Science and Engg., G.H. Raisoni College of Engineering, Nagpur(MS), India Volume 7, Issue 4, April 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Identification

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information