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

Size: px
Start display at page:

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

Transcription

1 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 Engineering Istanbul Technical University, Istanbul, Turkey (Submitted on April 21 and July 7, 2006; Accepted on August 8, 2006) Abstract - This paper presents an improved incremental self-organizing map (I2SOM) network that uses automatic threshold (AT) value for the segmentation of ultrasound (US) images. In order to show the validity of proposed scheme, it has been compared with Kohonen s SOM. Two-dimensional (2D) fast Fourier transform (FFT) and 2D continuous wavelet transform (CWT) were computed in order to form the feature vectors of US bladder and phantom images. In this study, it is observed that the proposed automatic threshold scheme for ISOM network has significantly eliminated the former ISOM network s threshold problem for US images. This improvement enhances the robustness of ISOM algorithm. Obtained results show that ISOM with AT value has similar segmentation performance with Kohonen s network. Keywords - Segmentation of ultrasound images, neural networks, incremental selforganizing map, continuous wavelet transform, fast Fourier transform. 1. Introduction Continuous developments and inherently hazardous-free structure of ultrasonography preserve its importance in diagnosis of diseases. Since it is an operator-dependent diagnosis technique, obtained results may be interpreted in different manners. In this study, realization of automatic tissue segmentation was aimed and a diagnosis method which may be useful for especially inexperienced operators is presented. For this purpose, interviews with radiologists were made and their ideas and expectations were taken into account. The determination of features which represent the tissues best is still a serious problem which affects the results of segmentation directly. There are many types of feature extraction methods in literature. However, there is not any unique method that fits all tissue types. Popular feature extraction methods include auto-correlation [1], gray-level based approaches [2, 3], co-occurrence matrices [4], wavelet [5], discrete Fourier [6], and discrete cosine [7] transforms. Main problems of image processing applications come from the large number of features with position and scaling changes. Therefore, more clever and robust feature extraction methods are needed. Segmentation of ultrasound (US) images is a critical subject in medical image analysis. Although the features are determined well, the segmentation algorithm must be chosen well enough to obtain good results. Up to now, various schemes have been introduced in order to accomplish this task. In our study, two different self-organizing map (SOM) networks were used; Kohonen s SOM [8] and I2SOM network. The I2SOM is an improved version of ISOM [9] network with the addition of an automatic threshold function that produces a suitable threshold value and a node-coloring scheme that shows the vicinity of nodes visually in multi-dimensional feature space. 2D-FFT and 2D-CWT were comparatively investigated to form the features of tissues. 183

2 Ultrasound Image Segmentation by Using Wavelet and SOM Z. İşcan, M.N. Kurnaz, Z. Dokur, and T. Ölmez Figure 1. Formation of nine-dimensional 2D-CWT features Feature Extraction Self Organization Segmentation Figure 2. Processing blocks in segmentation 2. Methods 2.1 2D fast Fourier transform FFT is a transform that provides frequency content of a signal. In this study, 2D-FFT of a 5x5 window of pixel data centered on the pixel of interest is calculated to form the feature vectors of US images. Absolute values of nine more distinctive complex low-frequency coefficients were considered as features from a total of 25 coefficients. Segmentation time increases dramatically for larger window sizes D continuous wavelet transform CWT is a convenient transform for non-stationary signals. FFT shows the frequency spectrum of signals but it can not detect the time interval in which any frequency component occurs [10]. By using 2D-CWT, spacescale (time-frequency) representation of a signal can be obtained which means a higher information level. By using CWT as feature extraction method, macro evaluation of the image rather then pixel based evaluation is provided. An important parameter related to CWT is the scale parameter. When the scale value is high, low frequency components of image are becoming clear and when the scale value decreases, high frequency components (details) in the image can be observed well. In this study, 2D-CWT of whole US image was calculated for eight different scale parameters. Thus, eight transformed images were obtained from the original image. For each pixel, the intensity values from the nine images were considered together and, therefore, generating a nine-dimensional feature vector, to be also used as input into the classifiers. Figure 1 shows the formation of feature vectors. Here, x and y show coordinates whereas G ( x, y m n ) denotes the pixel values of the original and transformed images. After forming the required feature vectors, self-organization process is accomplished in order to arrange network nodes in multi-dimensional feature space. Figure 2 depicts the segmentation process. 2.3 Automatic threshold The main difference of presented network from its former versions is the automatic threshold (AT) value computed by a simple function before starting to self-organization stage. In ISOM, threshold values were being determined manually and by method of trial and error. When using different US images or different training sets for the same image, recalculation of threshold was required and it was really a time-consuming process. By using automatic threshold function, a standard calculation method is generated for the segmentation of US images so, it becomes possible to measure the effects of different parameters on the segmentation result in an objective way. Otherwise, since threshold is computed manually, any change in the segmentation result may happen because of the chosen threshold value rather than the parameters themselves. The robustness of algorithm is provided. I2SOM s automatic threshold value is defined as follows: 184

3 AT = 1 M M N ( x ij m j ) i= 1 j= 1 2 (1) Class layer Winner Takes All Growing W Network nodes x 1 x x N Input layer Figure 3. Structure of I2SOM, N is the feature space dimension In Equation 1, X is the feature vector matrix of size M N. Each row of the matrix is constituted by the elements of the feature vectors, hence, X holds N-dimensional M feature vectors. m j denotes the mean value of the features on column j. In fact, AT value represents the distribution of feature vectors in multi-dimensional feature space. Although AT function was simply defined, it shows high performance in generating proper threshold values depending on the number of features (dimension of vectors) and distribution in the feature space. AT function is calculated for different US images and it has been observed that the proposed function is capable of generating a reference threshold Node coloring In order to visualize the difference between tissue structures, a node-coloring scheme based on interpolation technique was used. The mathematical formulation of the method is expressed in Equation 2 where n denotes the nth node in the network. C(n) denotes the gray tone of the node number n. d(n,a) and d(n,b) are the Euclidean distances in the feature space between the node n and the nodes a and b, respectively. C(a) and C(b) denotes the color values of the two most distant nodes (a and b) in the network. In this scheme, first of all, two most distant nodes (a and b) found by calculating Euclidean distances in the network are colored with 0 and 255 gray values. Then, the remaining nodes colors are assigned according to their distances to the formerly colored two nodes. Finally, the segmented image colors are formed according to related nodes colors. C( a) C( b) 1 1 C ( n) = + + (, ) (, ) (2) d n a d n b d( n, a) d( n, b) 3. Improved Incremental Self-Organizing Mp (I2SOM) Artificial neural networks (ANNs) have been used widely in many image processing applications. In supervised learning methods, network modifies its parameters to decrease the difference between its own output and desired output. Training set of network is constituted with the feature vectors that are randomly chosen in equal numbers from every class. In unsupervised learning, network modifies its parameters by analyzing the class distributions in feature space. There is no desired output in this method or desired outputs are not used in the training algorithm. Kohonen s SOM and I2SOM networks which are used in this study are both examples of unsupervised networks. I2SOM network used in this study is a two-layer, self-organizing incremental network. It is an improved version of formerly developed ISOM [9]. Therefore, the main structure of I2SOM that is showed in Figure 3 is the same as ISOM. Before the training of I2SOM network, the pixels which will be used in feature extraction process are selected from the image at random. It has been observed that using only a small fraction of image pixels provides 1 185

4 Ultrasound Image Segmentation by Using Wavelet and SOM Z. İşcan, M.N. Kurnaz, Z. Dokur, and T. Ölmez sufficient segmentation results. Thus, in the training stage, a few image pixels were taken into account rather than taking all of them. Initially, a feature vector is randomly chosen from the training set, and is assigned as the first node of the network. Then, the learning rate is set. The learning algorithm steps can be summarized as follows: Counter Value (%) Node Number Figure 4. I2SOM node histogram of phantom US image Step 1 - Take a feature vector from the training set. Step 2 - Compute the Euclidean distances between this input feature vector and the nodes in the network, and find the minimum distance. Step 3 - If the minimum distance is higher than the automatic threshold value, include the input vector as a new node of I2SOM. Assign a counter to this new node and set the counter value to one, then go back to the first step. Otherwise, update the weights of the nearest node (winner) according to Eq.(3). Increase the counter value of the winner node by one. Decrease the learning rate. w ji (k+1) = w ji (k) + η(t) (x i (k) w ji (k)) (3) In Equation 3, w ji is the ith weight of the jth (winner) node nearest to the input vector, x i is the ith element of the input vector, η(t) is the learning rate (0 < η(t) < 1), and k is the iteration number. η(t) becomes smaller as time (t) increases. Step 4 - Go to step 1 until all feature vectors are exhausted. After the completion of training period, the nodes which have lower counter values can be removed from the network. These nodes can be determined via node histogram of I2SOM in which x-axis shows the nodes number and y-axis shows the counter values associated with these nodes. Removing process is done by assigning the labels of the nearest nodes that have greater counter values to those removed nodes. If the counter value of a node is too low, it means that this node represents a small portion of image pixels. Without the removal process, as every node of I2SOM represents a class, segmentation time will become higher. In Figure 4, a sample node histogram belonging to the phantom US image can be seen. Although the network produced six nodes, the nodes #4, 5 and 6 have counter values below 1%. Thus, they can be removed from I2SOM network. 4. Computer Simulations In the study, US phantom and bladder images (Figures 5(a, b)) were segmented by using Kohonen s SOM and I2SOM networks. 2D-FFT and 2D-CWT (Gaussian wavelet) were used in feature extraction processes of both images. The simulations were performed on 2 GHz PC by using MATLAB 6.0. Bladder image was segmented into three classes. The phantom image [12] was segmented into two classes. Segmentation results can be seen in Figures 6(a d) and Figures 7(a d). Related parameters like training time (TT), segmentation time (ST) and number of generated nodes (NoN) can be seen in Table 1. In order to show the performances of Kohonen and I2SOM networks comparatively, 100 test feature vectors (50 for each class) were formed from the phantom image. The same test set was used for both networks. Performance comparison was made between Kohonen s SOM and I2SOM according to the results presented in Table

5 (a) (b) Figure 5. Ultrasound (a) phantom image, (b) bladder image. (a) (b) (c) (d) Figure 6. Segmented bladder image by (a) Kohonen, (b) I2SOM network using 2D-FFT features. Segmented bladder image by (c) Kohonen, (d) I2SOM network using 2D-CWT features 5. Conclusions It is observed that I2SOM network is capable of segmenting the phantom image as good as Kohonen s SOM. In fact, segmentation performance is too sensitive to the training set. Therefore for another set, performance of both ANNs will differ as expected. Although Kohonen s SOM is a fast algorithm, it is not an incremental network. Besides, the strategy of the learning algorithm of the Kohonen network makes the output 187

6 Ultrasound Image Segmentation by Using Wavelet and SOM Z. İşcan, M.N. Kurnaz, Z. Dokur, and T. Ölmez nodes locate in the feature space homogenously rather than concentrating on class boundaries. This structure may require excessive number of nodes in the network. Moreover, the problem of determining the optimum number of nodes and network topology is another disadvantage of the Kohonen network. Again, network nodes may not be capable of representing the classes well enough if network parameters such as the neighborhood and learning rate are not properly chosen. However, since I2SOM is an incremental network, it automatically determines the proper number of nodes required for the segmentation. Furthermore, AT function significantly eliminated the threshold sensitivity of network s former versions in the segmentation of US images. I2SOM is able to detect different clusters within a given training set by extracting a reference AT value depending on the statistics of features. (a) (b) (c) (d) Figure 7. Segmented phantom image by (a) Kohonen using 2D-FFT features, (b) I2SOM network using 2D-FFT features, (c) Kohonen 2D-CWT features, and (d) I2SOM using 2D-CWT features Table 1. Segmentation results of ANNs Fig. Image ANN Feature TT (sec.) ST (sec.) NoN 6a Bladder Kohonen 2D FFT =4 6b Bladder I2SOM 2D FFT c Bladder Kohonen 2D CWT =4 6d Bladder I2SOM 2D CWT a Phantom Kohonen 2D FFT = 4 7b Phantom I2SOM 2D FFT c Phantom Kohonen 2D CWT = 4 7d Phantom I2SOM 2D CWT NoN: Number of generated nodes; TT: Training time; ST: Segmentation time 188

7 Table 2. Performance results of ANNs for the phantom image ANN Feature Extraction MC RC Success Rate (%) Kohonen 2D-FFT I2SOM 2D-FFT Kohonen 2D-CWT I2SOM 2D-CWT MC: Miss-classifications; RC: Right classifications According to the segmentation results in Table 1, it can be observed that segmentation of the US images using 2D-CWT features accomplishes in a shorter time compared to that of 2D-FFT features. However, it must be noted that, CWT was applied to the whole image whereas FFT was applied to sub-images that have windows sizes of 5 5. Thus, the main time difference was generated because of these different approaches in producing feature vectors. ISOM and I2SOM have the same structures and training algorithms. Hence, they generate similar results for the same threshold values. Segmentation results are affected by the threshold values for both networks. In the training of ISOM, the threshold value can be determined after a few trials. The following procedure can be used to estimate a threshold value: First, the user determines two similar tissues in the image. Then, two feature vectors are manually extracted by using the mouse of the computer. Lastly, the threshold value is determined as follows: Threshold V1 V2 V 1 = [ I1,..., I N ] V 2 = [ I1,..., I N ] (4) k where V 1 and V 2 are the feature vectors belonging to the first and the second tissues respectively, I i represents the ith feature selected for the kth tissue, N is dimension of the feature vectors. This search increases the training time of the ISOM. In I2SOM, the threshold value is automatically determined before the training. In the training of I2SOM, there is not any neighborhood analysis as in Kohonen network. Thus, the training algorithm of I2SOM is not complex as can be easily observed from the training algorithm steps. It is observed that Kohonen network gives similar results as I2SOM. However, many trials are realized to find the optimal parameters (such as the size of network and the neighborhood) of the Kohonen network. In this study, Kohonen network s segmentation results obtained after optimal parameter search are presented in Figs. 6, 7. Obtained results show that, I2SOM is highly a promising network for the segmentation of US images. During studies, proposed network was also tested on different medical US images like abdomen, breast and prostate [13]. It has been observed that I2SOM generated satisfactory results for all those images. Thus, it can be a useful tool for inexperienced operators working in this area. References [1] D.R. Chen, R.F. Chang, Y.L. Huang, Breast Cancer Diagnosis Using Self-Organizing Map For Sonography, World Federation for Ultrasound in Med. & Biol., Vol. 26(3), pp , [2] C. Loizou, C. Christodoulou, C.S. Pattichis, R. Istepanian, M. Pantziaris, A. Nicolaides, Speckle Reduction in Ultrasonic Images of Atherosclerotic Carotid Plaque, 14th International IEEE Conference on Digital Signal Processing, pp , [3] S. Pavlopoulos, E. Kyriacou, D. Koutsouris, K. Blekas, A. Stafylopatis, P. Zoumpoulis, Fuzzy Neural Network Computer Assisted Characterization of Diffused Liver Diseases Using Image Texture Techniques on Ultrasonic Images, IEEE Trans. Eng. in Medicine and Biology Magazine, Vol. 19(1), pp , [4] A. Kadyrov, A. Talepbour, M. Petrou, Texture Classification With Thousands of Features, 13th British Machine Vision Conference, Cardiff-UK, [5] N.M. Rajpoot, Texture Classification Using Discriminant Wavelet Packet Subbands, 45th IEEE Midwest Symposium on Circuits and Systems, Tulsa-USA, [6] Y. Tao, V. Muthukkumarasamy, B. Verma, M. Blumenstein, A Texture Feature Extraction Technique Using 2D DFT and Hamming Distance, 5th International Conference on Computational Intelligence and Multimedia Applications, Xi an-china,

8 Ultrasound Image Segmentation by Using Wavelet and SOM Z. İşcan, M.N. Kurnaz, Z. Dokur, and T. Ölmez [7] G. Sorwar, A. Abraham, L.S. Dooley, Texture Classification Based on DCT and Soft Computing, 10th IEEE International Conference on Fuzzy Systems, [8] T. Kohonen, Self-Organization and Associative Memory, Springer-Verlag, New York, [9] M.N. Kurnaz, Z. Dokur, T. Ölmez, Segmentation of Ultrasound Images by Using an Incremental Self- Organized Map, 23rd Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Istanbul-Turkey, [10] R. Polikar, Fundamental Concepts & An Overview of the Wavelet Theory, Tutorial, [11] Z. Dokur, Classification of ECG Beats by Using Artificial Neural Networks and Genetic Algorithms, Ph.D. Dissertation (in Turkish), Istanbul Technical University, Institute of Science & Technology, [12] [13] Z. İşcan, Segmentation Of Ultrasound Images by Using Artificial Neural Networks, M.Sc. Thesis (in Turkish), Istanbul Technical University, Institute of Science & Technology, Zafer İşcan received his B.Sc. degree in Electronics & Communication Engineering in 2002 and M.Sc. degree in Biomedical Engineering in 2005 from Istanbul Technical University. He is currently a research assistant at Electronics Department and a Ph. D. student in Electronics Engineering at the same university. His main research areas include artificial neural networks, image processing and pattern recognition. (Home page: Mehmet Nadir Kurnaz received the B.Sc. degree in Electronics Engineering in 1994 from Erciyes University, the M.Sc. degree in Electrical and Electronics Engineering in 1998 from Niğde University. He is currently a Ph.D. student in Biomedical Engineering Programme of Electronics and Communication Engineering, and a research assistant at Electronics and Communication Engineering Department at Istanbul Technical University, Türkiye. His current research interests are artificial neural networks, biomedical signal and image processing. Zümray Dokur received her B.Sc. degree in 1992, M.Sc. degree in 1995, and Ph.D. degree in 2000, all in Electronics & Communication Engineering, from Istanbul Technical University, Türkiye. Since 1992 she has been with the Department of Electronics & Communication Engineering at Istanbul Technical University, Türkiye, where at present she is an associate professor. Her current research interests include applications of neural networks and genetic algorithms to pattern recognition, biomedical signal processing, image processing and computer vision. (Home page: Tamer Ölmez received his B.Sc. degree in Electronics and Communication Engineering in 1985, M.Sc. degree in Computer Engineering in 1988, and Ph.D. degree in Electronics and Communication Engineering in 1995, from Istanbul Technical University, Türkiye. Between he worked as a research engineer at TELETAŞ Türkiye. Until the end of 1989 he worked at The Scientific and Technical Research Council of Türkiye as a research engineer working on the acquisition and processing of remotely sensed images. Since then he has been with the Department of Electronics & Communication Engineering at Istanbul Technical University, Türkiye, where at present he is a professor. His current research interests are applications of neural networks and 190

9 genetic algorithms to pattern recognition and machine learning, biomedical signal processing, image processing, computer vision, and real-time signal processing applications based on microprocessors. (Home page: 191

Texture Image Segmentation using FCM

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

More information

Figure (5) Kohonen Self-Organized Map

Figure (5) Kohonen Self-Organized Map 2- KOHONEN SELF-ORGANIZING MAPS (SOM) - The self-organizing neural networks assume a topological structure among the cluster units. - There are m cluster units, arranged in a one- or two-dimensional array;

More information

Fingerprint Recognition using Texture Features

Fingerprint Recognition using Texture Features Fingerprint Recognition using Texture Features Manidipa Saha, Jyotismita Chaki, Ranjan Parekh,, School of Education Technology, Jadavpur University, Kolkata, India Abstract: This paper proposes an efficient

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

A Texture Feature Extraction Technique Using 2D-DFT and Hamming Distance

A Texture Feature Extraction Technique Using 2D-DFT and Hamming Distance A Texture Feature Extraction Technique Using 2D-DFT and Hamming Distance Author Tao, Yu, Muthukkumarasamy, Vallipuram, Verma, Brijesh, Blumenstein, Michael Published 2003 Conference Title Fifth International

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

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

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

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION

AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION AN IMPROVED K-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION WILLIAM ROBSON SCHWARTZ University of Maryland, Department of Computer Science College Park, MD, USA, 20742-327, schwartz@cs.umd.edu RICARDO

More information

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier

Rough Set Approach to Unsupervised Neural Network based Pattern Classifier Rough Set Approach to Unsupervised Neural based Pattern Classifier Ashwin Kothari, Member IAENG, Avinash Keskar, Shreesha Srinath, and Rakesh Chalsani Abstract Early Convergence, input feature space with

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

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

Feature Based Watermarking Algorithm by Adopting Arnold Transform

Feature Based Watermarking Algorithm by Adopting Arnold Transform Feature Based Watermarking Algorithm by Adopting Arnold Transform S.S. Sujatha 1 and M. Mohamed Sathik 2 1 Assistant Professor in Computer Science, S.T. Hindu College, Nagercoil, Tamilnadu, India 2 Associate

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

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

Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi

Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi 1. Introduction The choice of a particular transform in a given application depends on the amount of

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

Tumor Detection in Breast Ultrasound images

Tumor Detection in Breast Ultrasound images I J C T A, 8(5), 2015, pp. 1881-1885 International Science Press Tumor Detection in Breast Ultrasound images R. Vanithamani* and R. Dhivya** Abstract: Breast ultrasound is becoming a popular screening

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

Seismic regionalization based on an artificial neural network

Seismic regionalization based on an artificial neural network Seismic regionalization based on an artificial neural network *Jaime García-Pérez 1) and René Riaño 2) 1), 2) Instituto de Ingeniería, UNAM, CU, Coyoacán, México D.F., 014510, Mexico 1) jgap@pumas.ii.unam.mx

More information

NCC 2009, January 16-18, IIT Guwahati 267

NCC 2009, January 16-18, IIT Guwahati 267 NCC 2009, January 6-8, IIT Guwahati 267 Unsupervised texture segmentation based on Hadamard transform Tathagata Ray, Pranab Kumar Dutta Department Of Electrical Engineering Indian Institute of Technology

More information

Classification of Printed Chinese Characters by Using Neural Network

Classification of Printed Chinese Characters by Using Neural Network Classification of Printed Chinese Characters by Using Neural Network ATTAULLAH KHAWAJA Ph.D. Student, Department of Electronics engineering, Beijing Institute of Technology, 100081 Beijing, P.R.CHINA ABDUL

More information

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM Prabhjot kour Pursuing M.Tech in vlsi design from Audisankara College of Engineering ABSTRACT The quality and the size of image data is constantly increasing.

More information

A Quantitative Approach for Textural Image Segmentation with Median Filter

A Quantitative Approach for Textural Image Segmentation with Median Filter International Journal of Advancements in Research & Technology, Volume 2, Issue 4, April-2013 1 179 A Quantitative Approach for Textural Image Segmentation with Median Filter Dr. D. Pugazhenthi 1, Priya

More information

A NEW ALGORITHM FOR OPTIMIZING THE SELF- ORGANIZING MAP

A NEW ALGORITHM FOR OPTIMIZING THE SELF- ORGANIZING MAP A NEW ALGORITHM FOR OPTIMIZING THE SELF- ORGANIZING MAP BEN-HDECH Adil, GHANOU Youssef, EL QADI Abderrahim Team TIM, High School of Technology, Moulay Ismail University, Meknes, Morocco E-mail: adilbenhdech@gmail.com,

More information

IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS

IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS Fathi M. O. Hamed and Salma F. Elkofhaifee Department of Statistics Faculty of Science University of Benghazi Benghazi Libya felramly@gmail.com and

More information

Several pattern recognition approaches for region-based image analysis

Several pattern recognition approaches for region-based image analysis Several pattern recognition approaches for region-based image analysis Tudor Barbu Institute of Computer Science, Iaşi, Romania Abstract The objective of this paper is to describe some pattern recognition

More information

WAVELET USE FOR IMAGE CLASSIFICATION. Andrea Gavlasová, Aleš Procházka, and Martina Mudrová

WAVELET USE FOR IMAGE CLASSIFICATION. Andrea Gavlasová, Aleš Procházka, and Martina Mudrová WAVELET USE FOR IMAGE CLASSIFICATION Andrea Gavlasová, Aleš Procházka, and Martina Mudrová Prague Institute of Chemical Technology Department of Computing and Control Engineering Technická, Prague, Czech

More information

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

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

Artificial Neural Network-Based Prediction of Human Posture

Artificial Neural Network-Based Prediction of Human Posture Artificial Neural Network-Based Prediction of Human Posture Abstract The use of an artificial neural network (ANN) in many practical complicated problems encourages its implementation in the digital human

More information

A Survey on Image Segmentation Using Clustering Techniques

A Survey on Image Segmentation Using Clustering Techniques A Survey on Image Segmentation Using Clustering Techniques Preeti 1, Assistant Professor Kompal Ahuja 2 1,2 DCRUST, Murthal, Haryana (INDIA) Abstract: Image is information which has to be processed effectively.

More information

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

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

More information

CHAPTER 3 TUMOR DETECTION BASED ON NEURO-FUZZY TECHNIQUE

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

More information

IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE

IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE Volume 4, No. 1, January 2013 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info IMAGE COMPRESSION USING HYBRID TRANSFORM TECHNIQUE Nikita Bansal *1, Sanjay

More information

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

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

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive PEARSON Prentice Hall Pearson Education International Contents Preface xv Acknowledgments

More information

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1

Cluster Analysis. Mu-Chun Su. Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Cluster Analysis Mu-Chun Su Department of Computer Science and Information Engineering National Central University 2003/3/11 1 Introduction Cluster analysis is the formal study of algorithms and methods

More information

Combining Gabor Features: Summing vs.voting in Human Face Recognition *

Combining Gabor Features: Summing vs.voting in Human Face Recognition * Combining Gabor Features: Summing vs.voting in Human Face Recognition * Xiaoyan Mu and Mohamad H. Hassoun Department of Electrical and Computer Engineering Wayne State University Detroit, MI 4822 muxiaoyan@wayne.edu

More information

Texture classification using fuzzy uncertainty texture spectrum

Texture classification using fuzzy uncertainty texture spectrum Neurocomputing 20 (1998) 115 122 Texture classification using fuzzy uncertainty texture spectrum Yih-Gong Lee*, Jia-Hong Lee, Yuang-Cheh Hsueh Department of Computer and Information Science, National Chiao

More information

A Miniature-Based Image Retrieval System

A Miniature-Based Image Retrieval System A Miniature-Based Image Retrieval System Md. Saiful Islam 1 and Md. Haider Ali 2 Institute of Information Technology 1, Dept. of Computer Science and Engineering 2, University of Dhaka 1, 2, Dhaka-1000,

More information

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Ahmad Ali Abin, Mehran Fotouhi, Shohreh Kasaei, Senior Member, IEEE Sharif University of Technology, Tehran, Iran abin@ce.sharif.edu,

More information

Region-based Segmentation

Region-based Segmentation Region-based Segmentation Image Segmentation Group similar components (such as, pixels in an image, image frames in a video) to obtain a compact representation. Applications: Finding tumors, veins, etc.

More information

CHAPTER 6. 6 Huffman Coding Based Image Compression Using Complex Wavelet Transform. 6.3 Wavelet Transform based compression technique 106

CHAPTER 6. 6 Huffman Coding Based Image Compression Using Complex Wavelet Transform. 6.3 Wavelet Transform based compression technique 106 CHAPTER 6 6 Huffman Coding Based Image Compression Using Complex Wavelet Transform Page No 6.1 Introduction 103 6.2 Compression Techniques 104 103 6.2.1 Lossless compression 105 6.2.2 Lossy compression

More information

Mineral Exploation Using Neural Netowrks

Mineral Exploation Using Neural Netowrks ABSTRACT I S S N 2277-3061 Mineral Exploation Using Neural Netowrks Aysar A. Abdulrahman University of Sulaimani, Computer Science, Kurdistan Region of Iraq aysser.abdulrahman@univsul.edu.iq Establishing

More information

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

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

More information

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network S. Bhattacharyya U. Maulik S. Bandyopadhyay Dept. of Information Technology Dept. of Comp. Sc. and Tech. Machine

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

Texture-Based Detection of Myositis in Ultrasonographies

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

More information

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images

A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images A Modified SVD-DCT Method for Enhancement of Low Contrast Satellite Images G.Praveena 1, M.Venkatasrinu 2, 1 M.tech student, Department of Electronics and Communication Engineering, Madanapalle Institute

More information

Cluster analysis of 3D seismic data for oil and gas exploration

Cluster analysis of 3D seismic data for oil and gas exploration Data Mining VII: Data, Text and Web Mining and their Business Applications 63 Cluster analysis of 3D seismic data for oil and gas exploration D. R. S. Moraes, R. P. Espíndola, A. G. Evsukoff & N. F. F.

More information

A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM

A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM A CRITIQUE ON IMAGE SEGMENTATION USING K-MEANS CLUSTERING ALGORITHM S.Jaipriya, Assistant professor, Department of ECE, Sri Krishna College of Technology R.Abimanyu, UG scholars, Department of ECE, Sri

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

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

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS

MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Mathematical and Computational Applications, Vol. 5, No. 2, pp. 240-247, 200. Association for Scientific Research MICROARRAY IMAGE SEGMENTATION USING CLUSTERING METHODS Volkan Uslan and Đhsan Ömür Bucak

More information

Evaluation of texture features for image segmentation

Evaluation of texture features for image segmentation RIT Scholar Works Articles 9-14-2001 Evaluation of texture features for image segmentation Navid Serrano Jiebo Luo Andreas Savakis Follow this and additional works at: http://scholarworks.rit.edu/article

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network

Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network Segmentation of Doppler Carotid Ultrasound Image using Morphological Method and Classification by Neural Network S.Usha 1, M.Karthik 2, M.Arthi 3 1&2 Assistant Professor (Sr.G), Department of EEE, Kongu

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

Controlling the spread of dynamic self-organising maps

Controlling the spread of dynamic self-organising maps Neural Comput & Applic (2004) 13: 168 174 DOI 10.1007/s00521-004-0419-y ORIGINAL ARTICLE L. D. Alahakoon Controlling the spread of dynamic self-organising maps Received: 7 April 2004 / Accepted: 20 April

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

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN

ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN THE SEVENTH INTERNATIONAL CONFERENCE ON CONTROL, AUTOMATION, ROBOTICS AND VISION (ICARCV 2002), DEC. 2-5, 2002, SINGAPORE. ADAPTIVE TEXTURE IMAGE RETRIEVAL IN TRANSFORM DOMAIN Bin Zhang, Catalin I Tomai,

More information

Atherosclerotic Plaque Motion Trajectory Analysis from Ultrasound Videos

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

More information

Pattern recognition. Classification/Clustering GW Chapter 12 (some concepts) Textures

Pattern recognition. Classification/Clustering GW Chapter 12 (some concepts) Textures Pattern recognition Classification/Clustering GW Chapter 12 (some concepts) Textures Patterns and pattern classes Pattern: arrangement of descriptors Descriptors: features Patten class: family of patterns

More information

Comparative Study between DCT and Wavelet Transform Based Image Compression Algorithm

Comparative Study between DCT and Wavelet Transform Based Image Compression Algorithm IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 1, Ver. II (Jan Feb. 2015), PP 53-57 www.iosrjournals.org Comparative Study between DCT and Wavelet

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

Redefining and Enhancing K-means Algorithm

Redefining and Enhancing K-means Algorithm Redefining and Enhancing K-means Algorithm Nimrat Kaur Sidhu 1, Rajneet kaur 2 Research Scholar, Department of Computer Science Engineering, SGGSWU, Fatehgarh Sahib, Punjab, India 1 Assistant Professor,

More information

Volume 2, Issue 9, September 2014 ISSN

Volume 2, Issue 9, September 2014 ISSN Fingerprint Verification of the Digital Images by Using the Discrete Cosine Transformation, Run length Encoding, Fourier transformation and Correlation. Palvee Sharma 1, Dr. Rajeev Mahajan 2 1M.Tech Student

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

Function approximation using RBF network. 10 basis functions and 25 data points.

Function approximation using RBF network. 10 basis functions and 25 data points. 1 Function approximation using RBF network F (x j ) = m 1 w i ϕ( x j t i ) i=1 j = 1... N, m 1 = 10, N = 25 10 basis functions and 25 data points. Basis function centers are plotted with circles and data

More information

Content-Based Image Retrieval of Web Surface Defects with PicSOM

Content-Based Image Retrieval of Web Surface Defects with PicSOM Content-Based Image Retrieval of Web Surface Defects with PicSOM Rami Rautkorpi and Jukka Iivarinen Helsinki University of Technology Laboratory of Computer and Information Science P.O. Box 54, FIN-25

More information

Lecture 11: Classification

Lecture 11: Classification Lecture 11: Classification 1 2009-04-28 Patrik Malm Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University 2 Reading instructions Chapters for this lecture 12.1 12.2 in

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

PATTERN RECOGNITION USING NEURAL NETWORKS

PATTERN RECOGNITION USING NEURAL NETWORKS PATTERN RECOGNITION USING NEURAL NETWORKS Santaji Ghorpade 1, Jayshree Ghorpade 2 and Shamla Mantri 3 1 Department of Information Technology Engineering, Pune University, India santaji_11jan@yahoo.co.in,

More information

Similarity Image Retrieval System Using Hierarchical Classification

Similarity Image Retrieval System Using Hierarchical Classification Similarity Image Retrieval System Using Hierarchical Classification Experimental System on Mobile Internet with Cellular Phone Masahiro Tada 1, Toshikazu Kato 1, and Isao Shinohara 2 1 Department of Industrial

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

WAVELET USE FOR IMAGE RESTORATION

WAVELET USE FOR IMAGE RESTORATION WAVELET USE FOR IMAGE RESTORATION Jiří PTÁČEK and Aleš PROCHÁZKA 1 Institute of Chemical Technology, Prague Department of Computing and Control Engineering Technicka 5, 166 28 Prague 6, Czech Republic

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors Texture The most fundamental question is: How can we measure texture, i.e., how can we quantitatively distinguish between different textures? Of course it is not enough to look at the intensity of individual

More information

Fuzzy-Kernel Learning Vector Quantization

Fuzzy-Kernel Learning Vector Quantization Fuzzy-Kernel Learning Vector Quantization Daoqiang Zhang 1, Songcan Chen 1 and Zhi-Hua Zhou 2 1 Department of Computer Science and Engineering Nanjing University of Aeronautics and Astronautics Nanjing

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

Quadtree Algorithm for Improving Fuzzy C- Means Method in Image Segmentation

Quadtree Algorithm for Improving Fuzzy C- Means Method in Image Segmentation www.ijcsi.org 350 Quadtree Algorithm for Improving Fuzzy C- Means Method in Image Segmentation Zahra Ghorbanzad 1 Farshid Babapour Mofrad 2 1 Science and Research Branch, Islamic Azad University, Tehran,

More information

Application of Two-dimensional Periodic Cellular Automata in Image Processing

Application of Two-dimensional Periodic Cellular Automata in Image Processing International Journal of Computer, Mathematical Sciences and Applications Serials Publications Vol. 5, No. 1-2, January-June 2011, pp. 49 55 ISSN: 0973-6786 Application of Two-dimensional Periodic Cellular

More information

Machine learning Pattern recognition. Classification/Clustering GW Chapter 12 (some concepts) Textures

Machine learning Pattern recognition. Classification/Clustering GW Chapter 12 (some concepts) Textures Machine learning Pattern recognition Classification/Clustering GW Chapter 12 (some concepts) Textures Patterns and pattern classes Pattern: arrangement of descriptors Descriptors: features Patten class:

More information

GEMINI GEneric Multimedia INdexIng

GEMINI GEneric Multimedia INdexIng GEMINI GEneric Multimedia INdexIng GEneric Multimedia INdexIng distance measure Sub-pattern Match quick and dirty test Lower bounding lemma 1-D Time Sequences Color histograms Color auto-correlogram Shapes

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Image Mining: frameworks and techniques

Image Mining: frameworks and techniques Image Mining: frameworks and techniques Madhumathi.k 1, Dr.Antony Selvadoss Thanamani 2 M.Phil, Department of computer science, NGM College, Pollachi, Coimbatore, India 1 HOD Department of Computer Science,

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

Modern Medical Image Analysis 8DC00 Exam

Modern Medical Image Analysis 8DC00 Exam Parts of answers are inside square brackets [... ]. These parts are optional. Answers can be written in Dutch or in English, as you prefer. You can use drawings and diagrams to support your textual answers.

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK UNSUPERVISED SEGMENTATION OF TEXTURE IMAGES USING A COMBINATION OF GABOR AND WAVELET

More information

NEURAL NETWORK-BASED SEGMENTATION OF TEXTURES USING GABOR FEATURES

NEURAL NETWORK-BASED SEGMENTATION OF TEXTURES USING GABOR FEATURES NEURAL NETWORK-BASED SEGMENTATION OF TEXTURES USING GABOR FEATURES A. G. Ramakrishnan, S. Kumar Raja, and H. V. Raghu Ram Dept. of Electrical Engg., Indian Institute of Science Bangalore - 560 012, India

More information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Mustafa Berkay Yilmaz, Hakan Erdogan, Mustafa Unel Sabanci University, Faculty of Engineering and Natural

More information

COMBINING NEURAL NETWORKS FOR SKIN DETECTION

COMBINING NEURAL NETWORKS FOR SKIN DETECTION COMBINING NEURAL NETWORKS FOR SKIN DETECTION Chelsia Amy Doukim 1, Jamal Ahmad Dargham 1, Ali Chekima 1 and Sigeru Omatu 2 1 School of Engineering and Information Technology, Universiti Malaysia Sabah,

More information

Particle Swarm Optimization applied to Pattern Recognition

Particle Swarm Optimization applied to Pattern Recognition Particle Swarm Optimization applied to Pattern Recognition by Abel Mengistu Advisor: Dr. Raheel Ahmad CS Senior Research 2011 Manchester College May, 2011-1 - Table of Contents Introduction... - 3 - Objectives...

More information

Adaptive Quantization for Video Compression in Frequency Domain

Adaptive Quantization for Video Compression in Frequency Domain Adaptive Quantization for Video Compression in Frequency Domain *Aree A. Mohammed and **Alan A. Abdulla * Computer Science Department ** Mathematic Department University of Sulaimani P.O.Box: 334 Sulaimani

More information

Encoding Words into String Vectors for Word Categorization

Encoding Words into String Vectors for Word Categorization Int'l Conf. Artificial Intelligence ICAI'16 271 Encoding Words into String Vectors for Word Categorization Taeho Jo Department of Computer and Information Communication Engineering, Hongik University,

More information

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 1 (2017) pp. 141-150 Research India Publications http://www.ripublication.com Change Detection in Remotely Sensed

More information

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi Journal of Asian Scientific Research, 013, 3(1):68-74 Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 FEATURES COMPOSTON FOR PROFCENT AND REAL TME RETREVAL

More information

Course Outcome of M.E (ECE)

Course Outcome of M.E (ECE) Course Outcome of M.E (ECE) PEC108/109: EMBEDDED SYSTEMS DESIGN 1. Recognize the Embedded system and its programming, Embedded Systems on a Chip (SoC) and the use of VLSI designed circuits. 2. Identify

More information

Feature Extraction and Texture Classification in MRI

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

More information