Analysis of texture patterns in medical images with an application to breast imaging

Size: px
Start display at page:

Download "Analysis of texture patterns in medical images with an application to breast imaging"

Transcription

1 Analysis of texture patterns in medical images with an application to breast imaging Vasileios Megalooikonomou *a, Jingjing Zhang a, Despina Kontos b, Predrag R. Bakic b a Data Engineering Laboratory (DEnLab), Department of Computer and Information Sciences, Temple University, 1805 N. Broad St., Philadelphia, PA, 19122, USA b Department of Radiology, Hospital of the University of Pennsylvania, 3400 Spruce St., Philadelphia, PA, 19104, USA ABSTRACT We propose a methodological framework for texture analysis in medical images that is based on Vector Quantization (VQ), a method traditionally used for image compression. In this framework, the codeword usage histogram is used as a texture descriptor of the image. This descriptor can be used effectively for similarity searches, clustering, classification and other retrieval operations. We present an application of this approach to the analysis of x-ray galactograms; we analyze the texture in retroareolar regions of interests (ROIs) in order to distinguish between patients with reported galactographic findings and normal subjects. We decompose these ROIs into equi-size blocks and use VQ to represent each block with the closest codeword from a codebook. Each image is represented as a vector of frequencies of codeword appearance. We perform k-nearest neighbor classification of the texture patterns employing the histogram model as a similarity measure. The classification accuracy reached up to 96% for certain experimental settings; these results demonstrate that the proposed approach can be effective in performing similarity analysis of texture patterns in breast imaging. The proposed texture analysis framework has a potential to assist the interpretation of clinical images in general and facilitate the investigation of relationships among structure, texture and function or pathology. Keywords: Texture descriptors, vector quantization, pattern analysis, classification, x-ray galactograms 1. INTRODUCTION Modern medical imaging modalities such as Magnetic Resonance Imaging (MRI), Computed Tomography (CT) and x- ray mammography have made available large collections of two-dimensional (2D) and three-dimensional (3D) images that capture the structure and function of different types of anatomical structures. Numerous texture patterns are met frequently in such medical images; the problem of analyzing these patterns is very challenging. Based on the advancements in multimedia technology over the last decade, content-based image retrieval has become one of the most vivid research areas in the field of computer vision. Considering medical image repositories, content-based retrieval and analysis systems have also been developed; computer science technologies for image querying, management and pattern analysis are critical for effectively performing these tasks. In this paper, we propose a methodological framework for texture analysis in medical images that is based on Vector Quantization (VQ). VQ has been traditionally used for image compression; the use of VQ for mammogram compression has been reported in the literature [1]. Our goal is to perform texture analysis in particular regions of interests (ROIs) in medical images in order to assist diagnosis. The proposed framework consists mainly of two steps: (i) apply the VQ keyblock encoding [2] on the ROIs to obtain compressed images, and (ii) employ the Histogram Model as a similarity measure for texture descriptors. * Phone: , Fax: , vasilis@temple.edu

2 The rest of the paper is organized as follows: in Section 2 we provide background information and discuss previous work. In Section 3 we introduce the framework of our methodology and the proposed similarity measure. In Section 4 we present the experimental evaluation of our approach after introducing the dataset we used. Finally, Section 5 concludes the paper by summarizing the main points of our contribution. 2. BACKGROUND Early research in image texture analysis focused on using low-level features such as color, texture, shape and others extracted from images as characteristics to describe the image content. Various content-based image retrieval systems, including QBIC (Query by Image Content) [8], Photobook [9] and others, have been built for general or specific image retrieval tasks. Unfortunately, the capabilities of these technologies are limited by the extreme difficulty of characterizing different images. Recently, new approaches that solve more precise and general image retrieval tasks have been introduced, such as the keyblock approach [2] which has demonstrated its effectiveness in the image similarity search field. The keyblock approach has recently been used to analyze the texture of medical images in [10]. In particular in that paper, the keyblock approach was applied to compress fmri data and generate texture descriptors for these images. When a query image is given, the similarity between the query image and each image in the dataset is computed and the most similar images are retrieved. In addition to employing the keyblock approach into texture analysis of fmri data, the authors proposed an improved extended version of it that retains comparable effectiveness and achieves higher efficiency. Texture analysis of medical images has attracted many investigators particularly for the purpose of developing computer-aided diagnosis (CAD) systems, which are becoming more and more prevalent due to their ability to increase the precision and accuracy of clinical interpretation by radiologists [11]. Searching medical databases for images similar to a given query image that corresponds to a case under current study and enabling access to those other clinical data and known diagnoses from similar cases is expected to have great impact in CAD systems, which are aimed to assist radiologists and physicians to provide diagnosis based on medical images [12]. However, efficient and accurate analysis of texture of medical images remains a challenging task. Considering in particular texture analysis in breast images, there is a need to assess properties of the underlying breast ductal network; the texture patterns observed in the image are the radiographic effect of the underlying anatomical arrangement. The analysis of such natural tree-like structures in biomedical images presents special challenges; the surrounding tissue may obscure branching patterns. Examples of such tree-like structures include the bronchial tree, the blood vessel network, the nervous system, and the breast ductal network. Properties such as topology, spatial distribution of branching, and tortuosity, have been analyzed in the literature and associated with altered function and/or pathology. For example, regional changes in vessel tortuosity have been used to identify early tumor development in the human brain [3]. Similarly, studies have shown that the morphology of the ductal network can provide valuable insight to the development of breast cancer and assist in diagnosing pathological breast tissue [4]. However, imaging techniques that clearly visualize tree-like structures may be impractical in terms of cost, safety, and comfort. Galactography, for example, can be performed to visualize the breast ductal network by injecting a contrast agent into the lactiferous ducts of the breast. Galactography can be useful for visualizing early symptoms of papilloma or ductal ectasia, which cause spontaneous nipple discharge, without an identifiable mammographic lesion. Nevertheless, such a procedure is not frequently performed and is considered to be complicated and painful. In previous work [5,6,7] we have investigated topological descriptors of tree-like structures representing the breast ductal network and developed methods for quantitative characterization and classification. Here, in order to overcome such obstacles in the analysis of tree-like structures, we study the problem of automatic extraction of descriptive features that correspond to discriminative characteristics and patterns of texture. In this paper, we present an application of the keyblock approach to texture analysis of x-ray galactographic images. We perform our analysis on breast images due to the particular challenging task of visualizing and characterizing the breast ductal network. We focus on texture analysis of particular regions of interests (ROIs) in galactograms having as goal to assist diagnosis.

3 3. METHODOLOGY The proposed methodological framework for texture analysis consists of the following steps: (i) apply the Vector Quantization (VQ) keyblock technique to generate texture descriptors, (ii) employ the Histogram Model to measure the similarities among different texture descriptors, and (iii) use the k-nearest neighbor algorithm (K-NN) to classify the images. 3.1 The keyblock approach The keyblock approach decomposes each image into equi-size blocks and uses vector quantization (VQ) to represent each block with the closest codeword from a codebook. VQ is widely used in image compression and encoding; it is a lossy compression method based on the principal of block encoding. Given a fixed block size, each image is first decomposed into a number of small blocks. Each small block contains features of the sub area of its corresponding image. Based on such small blocks from different images in the database, a codebook containing codewords (keyblocks) is generated. In order to generate the codebook, the Generalized Lloyd Algorithm (GLA), which produces a local optimal codebook based on two conditions (the Nearest Neighbor Condition (NNC) and the Centroid condition (CC)), is used. Starting with an initial codebook, the GLA repeats the Lloyd iteration until the average distortion becomes less than a given threshold. GLA is a clustering technique. It performs a number of iterations; each one recomputes the set of more appropriate partitions of the input vectors, and their centroids. The algorithm is shown in Table 1. It uses a training set T of M k-dimensional data vectors to generate a set C of N desired clusters. Table.1. The Generalized Lloyd Algorithm (GLA) 1. Begin with an initial codebook C Repeat (a) Given a codebook (set of clusters defined by their centroids) C m { y i ; i 1,..., N}, redistribute each training set vector into one of the clusters in C m by selecting the one whose centroid is the closest to the vector (i.e., NNC). (b) Recompute the centroids for each cluster just created, using the Centroid Definition, to obtain the new codebook C m+1 (i.e., CC). (c) If an empty cell was generated in the previous step, an alternative code vector assignment is made (instead of the centroid computation). (d) Compute the average distortion for C m+1. Until the distortion has only changed by a small enough amount since the last iteration. Every image in the database is then encoded using the codebook. Initially, each image is decomposed into blocks, then for each block, the closest entry in the codebook is located and the corresponding index is stored. In such a way, each image can be represented as a vector of frequencies of keyblock (codeword) appearance. Finally, when a query image q is submitted, it is decomposed into blocks and then encoded using the codebook of keyblocks. The similarity between the query q and each image t in the database is estimated. The top k most similar images retrieved by the system are those with the largest similarity values with the current query. Figure 1 shows a flowchart of the keyblock approach.

4 Fig.1. Flowchart illustrating the keyblock approach for image similarity and classification 3.2 Similarity measure In our framework, we employ the Histogram Model (HM) as the similarity measure of texture descriptors. The idea of HM is to compute the distance between two images based on the codeword appearance frequency and then get a quantitative measure of similarity. More specifically, for a query image Q, we compute the similarity Sim HM between image Q and each image X in the database, based on the Histogram Model, using the following formula: where, 1 Sim HM ( X, Q) 1 dis( X, Q) s f i, x f i, q dis( X, Q). 1 f f i 1 i, x i, q In the above formula, f i,x and f i,q refer to the appearance frequency of codeword C i in images X and Q respectively while s refers to the size of the codebook. 3.2 K-NN classification K-NN was first introduced in [13]. The goal of k-nn is to separate the data based on the assumed similarities into various classes. Thus, the classes can be differentiated from one another by searching for similarities between the data provided. In pattern recognition, the k-nearest neighbor algorithm (k-nn) is a method for classifying objects based on closest training examples in the feature space. The training phase of the algorithm consists of storing the feature vectors and class labels of the training samples. In the actual classification phase, the same features as before are computed for the test sample (whose class is not known). The distances from the new vector to all stored vectors are computed and the k closest samples are selected. The new point is predicted to belong to the most numerous class within the set. In our framework, the test sample is the query image whose class is not known. During the training phase, the whole dataset is used except for the test sample. The best choice of k depends on the data; generally, larger values of k reduce the effect of noise on the classification but make boundaries between classes less distinct. A good value for k can be selected by parameter optimization using, for example, cross-validation. The special case where the class is predicted to be the class of the closest training sample (i.e., when k = 1) is called the nearest neighbor algorithm.

5 4. EXPERIMENTS We applied the proposed approach to characterize and classify the texture of regions of interest (ROIs) manually extracted from x-ray galactograms [5]. The ROIs were taken from the galactogram area behind the nipple; such ROI selection for texture analysis has been shown in the literature to be highly indicative of a woman s risk to develop pathology [14]. 4.1 Dataset The dataset we used is part of a study [5] where 23 galactographic views were retrospectively collected from 14 patients. This dataset contains images from 2 groups: 10 cases with no radiological findings (NF) and 13 cases with radiological findings (RF). The images were digitized with a spatial resolution of (100 micron) 2 /pixel using a Lumisys digitizer (Sunnyvale, CA). From every image, a pixel ROI was manually segmented in the region of the breast behind the nipple; this positioning of the ROI has been shown to have high discriminative power [14]. The analysis of texture patterns was performed based on the 23 ROIs. We classified the galactograms based on the classification of the corresponding textures. Figure 2 shows examples of different texture patterns in galactograms. Fig.2. Two different texture patterns obtained from x-ray galactograms. 4.2 Approach We experimentally studied the keyblock-based approach using the Histogram Model as a similarity measure. We performed k-nearest neighbor classification to discriminate among two classes: cases with no radiological findings (NF) and cases with radiological findings (RF). We employed the similarity measure to retrieve the k most similar images (i.e., neighbors) to every image in the dataset. The class was decided by the k-nearest neighbors and the accuracies were obtained by averaging the binary prediction result. After the codebook was generated, the system decomposed each ROI in the database into a certain number of blocks and mapped the block features using representative elements from the codebook to get the encoded vector. All images in the database were encoded and the texture descriptors were stored. Figure 3 illustrates a sample of part of the codebook, an original image and the corresponding image reconstructed based on the texture descriptors. K-nearest neighbor classification was performed on each of the 23 ROIs. Each time, we considered one ROI and computed its similarity to all other ROIs in the database using the Histogram Model. Based on the computed similarities, we retrieved the top k (a constant that the user may specify) most similar matches. Then, the prediction of the class label of the query ROI was voted by the k nearest neighbors. If the voted result matched the real group that the query belonged to, then we recorded the binary prediction indicator to be 1; if the result did not match, the binary prediction indicator was set to 0. The reported accuracy was the average of the 23 prediction indicators.

6 (a) (b) (c) Fig.3. (a) An original ROI of an x-ray mammography (256*256), (b) part of a codebook, (c) the reconstructed image using the codebook Intuitively, the size of the codebook, the size of the keyblocks and the value of k, all, influence accuracy. In our experiments, we explored the effect of varying the value of k on the classification performance, while varying codebook sizes as well as keyblock sizes. In addition, for comparison, we used different parameters for codebook generation, i.e., different keyblock sizes (e.g., 4 4 or 8 8 or 16 16) and codebook sizes (e.g., 256 or 512). Moreover, to obtain more stable results for both the keyblock and the extended approach, given the similarity measure, the codebook size, and the keyblock size along with a value for k, we repeated the experiments five times and reported the average performance (see next section). 4.3 Results We considered each of the ROIs as a query and retrieved the k-nearest neighbors, i.e., the k most similar ROIs with respect to texture based on the VQ encoding and the histogram model. We performed each experiment five times. Table 2 illustrates the average classification performance for several values of codebook size, block size, and k. Table.2. Classification accuracies obtained using k-nearest neighbor classification on the keyblockcompressed images (the Histogram Model was used as a similarity measure) cdbk size / block size k = 1 k = 2 k = 3 k = / / / / / /

7 There is a considerable variation in accuracy for different values of k. While the best choice for k depends on the data, we were able to achieve the highest classification accuracy for k = 2 in this study. We are in the process of further investigating this relationship to establish the statistical significance of these results. Despite the fluctuations in classification accuracy caused by the choice of k, these results demonstrate the effectiveness of the proposed methodology for texture analysis of breast images. The classification accuracy based on texture features reached up to 96% for certain experimental settings. These results complement our previous work on analyzing ductal topological properties [6]. We are in the process of further investigating how to combine texture and topological descriptors to obtain more robust performance. We believe that texture analysis tools can potentially assist the interpretation of clinical images and facilitate the investigation of relationships among structure, texture and function or pathology. 5. CONCLUSION The proposed texture descriptors can be used efficiently and effectively for similarity searches, clustering, classification and other operations in medical image databases. Developing such tools for characterizing and effectively classifying texture patterns in medical images would greatly assist the interpretation of clinical images and the investigation of the relationship between texture and branching patterns and the associations between morphology and function or pathology. Advancing our understanding of breast anatomy and physiology can greatly assist early cancer detection and cancer risk estimation, and may even improve computer simulations of breast tissue for the purpose of evaluating novel breast imaging modalities. 6. ACKNOWLEDGEMENTS This work was supported in part by the National Science Foundation under grant IIS Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the funding agency. REFERENCES [1] Mitra, S., Yang, S.Y., High Fidelity Adaptive Vector Quantization at Very Low Bit Rates for Progressive Transmission of Radiographic Images, Journal of Electronic Imaging, Vol. 8, pp.23-35, [2] Zhu, L., Rao, A., Zhang, A., Theory of Keyblock-Based Image Retrieval, ACM Transactions on Information Systems, Vol. 20 (2), pp , Apr [3] E. Bullitt, D. Zeng, G. Gerig, S. Aylward, S. Joshi, J. K. Smith, W. Lin, and M. G. Ewend, "Vessel Tortuosity and Brain Tumor Malignancy: A Blinded Study," Academic Radiology, vol. 12, pp , [4] B. Pereira and K. Mokbel, "Mammary ductoscopy: past, present, and future," Mammary ductoscopy: past, present, and future, vol. 10, pp , [5] Bakic, PR., Albert, M., Maidment, AD., Classification of galactograms with ramification matrices: preliminary results, Academic Radiology, Vol. 10 (2) pp , [6] Megalooikonomou, V., Kontos, D., Danglemaier, J., Javadi, A., Bakic, PR., Maidment, AD., A representation and classification scheme for tree-like structures in medical images: An application on branching pattern analysis of ductal trees in x-ray galactograms, Proceedings of the SPIE Conference on Medical Imaging, San Diego, CA, Feb

8 [7] Kontos, D., Megalooikonomou, V., Javadi, A., Bakic, PR., Maidment, AD., Classification of galactograms using fractal properties of the breast ductal network, Proceedings of the IEEE International Symposium on Biomedical Imaging, Arlington, VA, Apr [8] J. Ashley, M. Flickner, J. Hafner, D. Lee, W. Niblack, D. Petkovic, The query by image content (QBIC) system, ACM SIGMOD Record, Vol. 24, No. 2, pp. 475, November [9] A. Pentland, R.W. Picard, S. Sclaroff, Photobook: Content-based manipulation of image databases, International Journal of Computer Vision, Vol. 18, No. 3, pp , June [10] Zhang, J., Megalooikonomou, V., An Effective and Efficient Technique for Searching for Similar Brain Activation Patterns, Proceedings of The Fourth IEEE International Symposium on Biomedical Imaging, Washington DC, [11] Jiang Y, Nishikawa RM, Schmidt RA, Metz CE, Giger ML, Doi K. Improving breast cancer diagnosis with computer-aided diagnosis. Academic Radiology 1999; 6: [12] Tourassi GD, Vargas-Voracek R, Catarious DM, Floyd CE. Computer-assisted detection of mammographic masses: a template matching scheme based on mutual information. Medical Physics 2003; 30: [13] Fix, E., J. Hodges, J., Discriminatory Analysis: Nonparametric Discrimination: Consistency Properties, Air Technical Index, pp. 24, Feb [14] Li, H., Giger, ML., Huo, Z., et al. Computerized analysis of mammographic parenchymal patterns for assessing breast cancer risk: effect of ROI size and location, Medical Physics, Vol. 31, Issue 3, pp , 2004.

University, 1805 N.Broad St., Philadelphia PA 19122, USA. Philadelphia, Pennsylvania 19104, USA ABSTRACT

University, 1805 N.Broad St., Philadelphia PA 19122, USA. Philadelphia, Pennsylvania 19104, USA ABSTRACT A representation and classification scheme for tree-like structures in medical images: An application on branching pattern analysis of ductal trees in x-ray galactograms Vasileios Megalooikonomou 1, Despina

More information

Classifying Ductal Tree Structures Using Topological Descriptors of Branching

Classifying Ductal Tree Structures Using Topological Descriptors of Branching Classifying Ductal Tree Structures Using Topological Descriptors of Branching Angeliki Skoura, Vasileios Megalooikonomou, Predrag Bakic, Andrew Maidment To cite this version: Angeliki Skoura, Vasileios

More information

Comparison of Methods for Classification of Breast Ductal Branching Patterns

Comparison of Methods for Classification of Breast Ductal Branching Patterns Comparison of Methods for Classification of Breast Ductal Branching Patterns Predrag R. Bakic 1, Despina Kontos 2, Vasileios Megalooikonomou 2, Mark A. Rosen 1, and Andrew D.A. Maidment 1 1 Department

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

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

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

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

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

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

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

Optimization of Bit Rate in Medical Image Compression

Optimization of Bit Rate in Medical Image Compression Optimization of Bit Rate in Medical Image Compression Dr.J.Subash Chandra Bose 1, Mrs.Yamini.J 2, P.Pushparaj 3, P.Naveenkumar 4, Arunkumar.M 5, J.Vinothkumar 6 Professor and Head, Department of CSE, Professional

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

Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval

Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval Swapnil Saurav 1, Prajakta Belsare 2, Siddhartha Sarkar 3 1Researcher, Abhidheya Labs and Knowledge

More information

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION

Chapter 7 UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION UNSUPERVISED LEARNING TECHNIQUES FOR MAMMOGRAM CLASSIFICATION Supervised and unsupervised learning are the two prominent machine learning algorithms used in pattern recognition and classification. In this

More information

Towards Breast Anatomy Simulation Using GPUs

Towards Breast Anatomy Simulation Using GPUs Towards Breast Anatomy Simulation Using GPUs Joseph H. Chui 1, David D. Pokrajac 2, Andrew D.A. Maidment 3, and Predrag R. Bakic 4 1 Department of Radiology, University of Pennsylvania, Philadelphia PA

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

Figure 1. Overview of a semantic-based classification-driven image retrieval framework. image comparison; and (3) Adaptive image retrieval captures us

Figure 1. Overview of a semantic-based classification-driven image retrieval framework. image comparison; and (3) Adaptive image retrieval captures us Semantic-based Biomedical Image Indexing and Retrieval Y. Liu a, N. A. Lazar b, and W. E. Rothfus c a The Robotics Institute Carnegie Mellon University, 5000 Forbes Ave., Pittsburgh, PA 15213, USA b Statistics

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

Breast Image Registration Using Non-Linear Local Affine Transformation

Breast Image Registration Using Non-Linear Local Affine Transformation Breast Image Registration Using Non-Linear Local Affine Transformation Feiyu Chen a, Peng Zheng a, Penglong Xu a, Andrew D. A. Maidment b, Predrag R. Bakic b, David D. Pokrajac a, Fengshan Liu a, Xiquan

More information

Refraction Corrected Transmission Ultrasound Computed Tomography for Application in Breast Imaging

Refraction Corrected Transmission Ultrasound Computed Tomography for Application in Breast Imaging Refraction Corrected Transmission Ultrasound Computed Tomography for Application in Breast Imaging Joint Research With Trond Varslot Marcel Jackowski Shengying Li and Klaus Mueller Ultrasound Detection

More information

ISSN: X Impact factor: 4.295

ISSN: X Impact factor: 4.295 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue1) Available online at: www.ijariit.com Performance Analysis of Image Clustering Algorithm Applied to Brain MRI Kalyani R.Mandlik 1, Dr. Suresh S. Salankar

More information

MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1

MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1 MIXTURE MODELING FOR DIGITAL MAMMOGRAM DISPLAY AND ANALYSIS 1 Stephen R. Aylward, Bradley M. Hemminger, and Etta D. Pisano Department of Radiology Medical Image Display and Analysis Group University of

More information

A Comparative Study between Two Hybrid Medical Image Compression Methods

A Comparative Study between Two Hybrid Medical Image Compression Methods A Comparative Study between Two Hybrid Medical Image Compression Methods Clarissa Philana Shopia Azaria 1, and Irwan Prasetya Gunawan 2 Abstract This paper aims to compare two hybrid medical image compression

More information

Computer-aided detection of clustered microcalcifications in digital mammograms.

Computer-aided detection of clustered microcalcifications in digital mammograms. Computer-aided detection of clustered microcalcifications in digital mammograms. Stelios Halkiotis, John Mantas & Taxiarchis Botsis. University of Athens Faculty of Nursing- Health Informatics Laboratory.

More information

CHAPTER-1 INTRODUCTION

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

More information

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

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

An Enhanced Mammogram Image Classification Using Fuzzy Association Rule Mining

An Enhanced Mammogram Image Classification Using Fuzzy Association Rule Mining An Enhanced Mammogram Image Classification Using Fuzzy Association Rule Mining Dr.K.Meenakshi Sundaram 1, P.Aarthi Rani 2, D.Sasikala 3 Associate Professor, Department of Computer Science, Erode Arts and

More information

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design

Feature-Guided K-Means Algorithm for Optimal Image Vector Quantizer Design Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 6, November 2017 Feature-Guided K-Means Algorithm for Optimal Image Vector

More information

algorithms ISSN

algorithms ISSN Algorithms 2009, 2, 828-849; doi:10.3390/a2020828 OPEN ACCESS algorithms ISSN 1999-4893 www.mdpi.com/journal/algorithms Review Computer-Aided Diagnosis in Mammography Using Content- Based Image Retrieval

More information

Tumor Detection and classification of Medical MRI UsingAdvance ROIPropANN Algorithm

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

More information

Automatic Categorization of Image Regions using Dominant Color based Vector Quantization

Automatic Categorization of Image Regions using Dominant Color based Vector Quantization Automatic Categorization of Image Regions using Dominant Color based Vector Quantization Md Monirul Islam, Dengsheng Zhang, Guojun Lu Gippsland School of Information Technology, Monash University Churchill

More information

Scalable Coding of Image Collections with Embedded Descriptors

Scalable Coding of Image Collections with Embedded Descriptors Scalable Coding of Image Collections with Embedded Descriptors N. Adami, A. Boschetti, R. Leonardi, P. Migliorati Department of Electronic for Automation, University of Brescia Via Branze, 38, Brescia,

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

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

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Mohamed Amine LARHMAM, Saïd MAHMOUDI and Mohammed BENJELLOUN Faculty of Engineering, University of Mons,

More information

Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images

Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images Takeshi Hara, Hiroshi Fujita,Yongbum Lee, Hitoshi Yoshimura* and Shoji Kido** Department of Information Science, Gifu University Yanagido

More information

MEDICAL IMAGE RETRIEVAL BY COMBINING LOW LEVEL FEATURES AND DICOM FEATURES

MEDICAL IMAGE RETRIEVAL BY COMBINING LOW LEVEL FEATURES AND DICOM FEATURES International Conference on Computational Intelligence and Multimedia Applications 2007 MEDICAL IMAGE RETRIEVAL BY COMBINING LOW LEVEL FEATURES AND DICOM FEATURES A. Grace Selvarani a and Dr. S. Annadurai

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

Limitations of Projection Radiography. Stereoscopic Breast Imaging. Limitations of Projection Radiography. 3-D Breast Imaging Methods

Limitations of Projection Radiography. Stereoscopic Breast Imaging. Limitations of Projection Radiography. 3-D Breast Imaging Methods Stereoscopic Breast Imaging Andrew D. A. Maidment, Ph.D. Chief, Physics Section Department of Radiology University of Pennsylvania Limitations of Projection Radiography Mammography is a projection imaging

More information

Title A Content-Based Search Engine on Medical Images for Telemedicine Author(s) Cheung, DWL; Lee, CH; Ng, V Citation The 21st Annual International Computer Software and Applications Conference Proceedings,

More information

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS 130 CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS A mass is defined as a space-occupying lesion seen in more than one projection and it is described by its shapes and margin

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

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

An Iterative Joint Codebook and Classifier Improvement Algorithm for Finite- State Vector Quantization

An Iterative Joint Codebook and Classifier Improvement Algorithm for Finite- State Vector Quantization An Iterative Joint Codebook and Classifier Improvement Algorithm for Finite- State Vector Quantization Keren 0. Perlmutter Sharon M. Perlmutter Michelle Effrost Robert M. Gray Information Systems Laboratory

More information

Local Independent Projection Based Classification Using Fuzzy Clustering

Local Independent Projection Based Classification Using Fuzzy Clustering www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 6 June 2015, Page No. 12306-12311 Local Independent Projection Based Classification Using Fuzzy Clustering

More information

Available online Journal of Scientific and Engineering Research, 2019, 6(1): Research Article

Available online   Journal of Scientific and Engineering Research, 2019, 6(1): Research Article Available online www.jsaer.com, 2019, 6(1):193-197 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR An Enhanced Application of Fuzzy C-Mean Algorithm in Image Segmentation Process BAAH Barida 1, ITUMA

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

An Autoassociator for Automatic Texture Feature Extraction

An Autoassociator for Automatic Texture Feature Extraction An Autoassociator for Automatic Texture Feature Extraction Author Kulkarni, Siddhivinayak, Verma, Brijesh Published 200 Conference Title Conference Proceedings-ICCIMA'0 DOI https://doi.org/0.09/iccima.200.9088

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

Medical Images Analysis and Processing

Medical Images Analysis and Processing Medical Images Analysis and Processing - 25642 Emad Course Introduction Course Information: Type: Graduated Credits: 3 Prerequisites: Digital Image Processing Course Introduction Reference(s): Insight

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Learning-based vessel segmentaion in mamographic images

Learning-based vessel segmentaion in mamographic images Learning-based vessel segmentaion in mamographic images Erkang Cheng 1 Shawn McLaughlin 2 Vasileios Megalooikonomou 2 Predrag R. Bakic 3 Andrew D.A. Maidment 3 Haibin Ling 1 1 Center for Data Analytics

More information

MEDICAL IMAGE ANALYSIS

MEDICAL IMAGE ANALYSIS SECOND EDITION MEDICAL IMAGE ANALYSIS ATAM P. DHAWAN g, A B IEEE Engineering in Medicine and Biology Society, Sponsor IEEE Press Series in Biomedical Engineering Metin Akay, Series Editor +IEEE IEEE PRESS

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

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

ISSN: (Online) Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Computer-Aided Detection system for Hemorrhage contained region

Computer-Aided Detection system for Hemorrhage contained region Computer-Aided Detection system for Hemorrhage contained region Myat Mon Kyaw Faculty of Information and Communication Technology University of Technology (Yatanarpon Cybercity), Pyin Oo Lwin, Myanmar

More information

UC San Diego UC San Diego Previously Published Works

UC San Diego UC San Diego Previously Published Works UC San Diego UC San Diego Previously Published Works Title Combining vector quantization and histogram equalization Permalink https://escholarship.org/uc/item/5888p359 Journal Information Processing and

More information

LITERATURE SURVEY ON DETECTION OF LUMPS IN BRAIN

LITERATURE SURVEY ON DETECTION OF LUMPS IN BRAIN LITERATURE SURVEY ON DETECTION OF LUMPS IN BRAIN Pritam R. Dungarwal 1 and Prof. Dinesh D. Patil 2 1 M E.(CSE),Research Scholar, SSGBCOET,Bhusawal, pritam 2 HOD(CSE), SSGBCOET,Bhusawal Abstract: Broadly,

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

Introduction to Medical Image Processing

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

More information

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

FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION

FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION Amal A. Farag a, Aly A. Farag a, Hossam Abdelmunim ab, Asem M. Ali a, James Graham a, Salwa Elshazly a, Ahmed Farag a, Sabry Al Mogy cd,mohamed Al Mogy

More information

Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor

Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor RESEARCH ARTICLE Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor M Punitha [1], K.Perumal [2] Research scholar [1], Professor [2] Department of Computer Applications

More information

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Di Zhong a, Shih-Fu Chang a, John R. Smith b a Department of Electrical Engineering, Columbia University, NY,

More information

An Approach to Brain Tumor Segmentation and Classification K.Vinulakshmi 1 L. Jubair Ahmed 2

An Approach to Brain Tumor Segmentation and Classification K.Vinulakshmi 1 L. Jubair Ahmed 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 02, 2015 ISSN (online): 2321-0613 An Approach to Brain Tumor Segmentation and Classification K.Vinulakshmi 1 L. Jubair

More information

Automatic Vascular Tree Formation Using the Mahalanobis Distance

Automatic Vascular Tree Formation Using the Mahalanobis Distance Automatic Vascular Tree Formation Using the Mahalanobis Distance Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, Department of Radiology The University

More information

Joint Image Classification and Compression Using Hierarchical Table-Lookup Vector Quantization

Joint Image Classification and Compression Using Hierarchical Table-Lookup Vector Quantization Joint Image Classification and Compression Using Hierarchical Table-Lookup Vector Quantization Navin Chadda, Keren Perlmuter and Robert M. Gray Information Systems Laboratory Stanford University CA-934305

More information

CONTENT BASED IMAGE RETRIEVAL SYSTEM USING IMAGE CLASSIFICATION

CONTENT BASED IMAGE RETRIEVAL SYSTEM USING IMAGE CLASSIFICATION International Journal of Research and Reviews in Applied Sciences And Engineering (IJRRASE) Vol 8. No.1 2016 Pp.58-62 gopalax Journals, Singapore available at : www.ijcns.com ISSN: 2231-0061 CONTENT BASED

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

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

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

Medical image retrieval using modified DCT

Medical image retrieval using modified DCT Available online at www.sciencedirect.com Procedia Computer Science 00 (2009) 000 000 Procedia Computer Science 2 (200) 298 302 ICEBT 200 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia

More information

Automated Segmentation of Brain Parts from MRI Image Slices

Automated Segmentation of Brain Parts from MRI Image Slices Volume 114 No. 11 2017, 39-46 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Automated Segmentation of Brain Parts from MRI Image Slices 1 N. Madhesh

More information

TRIANGLE-BOX COUNTING METHOD FOR FRACTAL DIMENSION ESTIMATION

TRIANGLE-BOX COUNTING METHOD FOR FRACTAL DIMENSION ESTIMATION TRIANGLE-BOX COUNTING METHOD FOR FRACTAL DIMENSION ESTIMATION Kuntpong Woraratpanya 1, Donyarut Kakanopas 2, Ruttikorn Varakulsiripunth 3 1 Faculty of Information Technology, King Mongkut s Institute of

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

Prostate Detection Using Principal Component Analysis

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

More information

A Workflow Optimized Software Platform for Multimodal Neurosurgical Planning and Monitoring

A Workflow Optimized Software Platform for Multimodal Neurosurgical Planning and Monitoring A Workflow Optimized Software Platform for Multimodal Neurosurgical Planning and Monitoring Eine Workflow Optimierte Software Umgebung für Multimodale Neurochirurgische Planung und Verlaufskontrolle A

More information

Content-Based Image Retrieval in PACS

Content-Based Image Retrieval in PACS Content-Based Image Retrieval in PACS Hairong Qi, Wesley E. Snyder Center for Advanced Computing and Communication North Carolina State University Acknowledgments This work is partially supported by Army

More information

1 School of Biological Science and Medical Engineering, Beihang University, Beijing, China

1 School of Biological Science and Medical Engineering, Beihang University, Beijing, China A Radio-genomics Approach for Identifying High Risk Estrogen Receptor-positive Breast Cancers on DCE-MRI: Preliminary Results in Predicting OncotypeDX Risk Scores Tao Wan 1,2, PhD, B. Nicolas Bloch 3,

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

Medical Image Feature, Extraction, Selection And Classification

Medical Image Feature, Extraction, Selection And Classification Medical Image Feature, Extraction, Selection And Classification 1 M.VASANTHA *, 2 DR.V.SUBBIAH BHARATHI, 3 R.DHAMODHARAN 1. Research Scholar, Mother Teresa Women s University, KodaiKanal, and Asst.Professor,

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

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 188 CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 6.1 INTRODUCTION Image representation schemes designed for image retrieval systems are categorized into two

More information

Biomedical Image Processing for Human Elbow

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

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

Blood Microscopic Image Analysis for Acute Leukemia Detection

Blood Microscopic Image Analysis for Acute Leukemia Detection I J C T A, 9(9), 2016, pp. 3731-3735 International Science Press Blood Microscopic Image Analysis for Acute Leukemia Detection V. Renuga, J. Sivaraman, S. Vinuraj Kumar, S. Sathish, P. Padmapriya and R.

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

A CAD SYSTEM FOR THE DETECTION OF MALIGNANT TUMORS IN DIGITIZED MAMMOGRAM FILMS

A CAD SYSTEM FOR THE DETECTION OF MALIGNANT TUMORS IN DIGITIZED MAMMOGRAM FILMS A CAD SYSTEM FOR THE DETECTION OF MALIGNANT TUMORS IN DIGITIZED MAMMOGRAM FILMS Michael A. Yacoub 1, A. S. Mohamed 1, Yasser M. Kadah 1 1 Department of Biomedical Engineering, Cairo University, Giza, Egypt

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

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

Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking

Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking H. Ouahi* 1, K. Afdel* 2,M.Machkour* 3 * Laboratory Computing Systems & Vision LabSiv University Ibn Zohr of Agadir

More information

Computational Medical Imaging Analysis

Computational Medical Imaging Analysis Computational Medical Imaging Analysis Chapter 1: Introduction to Imaging Science Jun Zhang Laboratory for Computational Medical Imaging & Data Analysis Department of Computer Science University of Kentucky

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

2. LITERATURE REVIEW

2. LITERATURE REVIEW 2. LITERATURE REVIEW CBIR has come long way before 1990 and very little papers have been published at that time, however the number of papers published since 1997 is increasing. There are many CBIR algorithms

More information

K-Means Segmentation of Alzheimer s Disease In Pet Scan Datasets An Implementation

K-Means Segmentation of Alzheimer s Disease In Pet Scan Datasets An Implementation K-Means Segmentation of Alzheimer s Disease In Pet Scan Datasets An Implementation Meena A 1, Raja K 2 Research Scholar, Sathyabama University, Chennai, India Principal, Narasu s Sarathy Institute of Technology,

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

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 125-130 MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION

More information