TRIANGLE-BOX COUNTING METHOD FOR FRACTAL DIMENSION ESTIMATION

Size: px
Start display at page:

Download "TRIANGLE-BOX COUNTING METHOD FOR FRACTAL DIMENSION ESTIMATION"

Transcription

1 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 Technology Ladkrabang, Thailand, kuntpong@it.kmitl.ac.th 2 Faculty of Information Technology, King Mongkut s University of Technology North Bangkok, Thailand, mook327@hotmail.com 3 Faculty of Engineering, King Mongkut s Institute of Technology Ladkrabang, Thailand, kvruttik@kmitl.ac.th Abstract Received Date: May 30, 2012 A fractal dimension (FD) is an important feature, which characterizes roughness and self-similarity of complex objects in nature images. In practice, the FD is determined by a box counting (BC) that is one of the commonly used estimation algorithms. However, this algorithm is sensitive to the minimum box covering requirements dependent on a box-size variation and box count, thus making a result inaccurate. This paper proposes a triangle-box counting (TBC) method, which can provide a more accurate result of FD estimations. This method derived from the classical BC simply divides square boxes into two equally triangle boxes to increase the precision of the box count and fit the requirements of the minimum box covering. The implemented algorithm is validated the accuracy of FD estimations with respect to the theoretical FDs. The experimental results show that the TBC method provides more accurate estimations when compared with the classical BC method. Furthermore, the TBC method is applied to a content-based image retrieval (CBIR) system. The results illustrate that it outperforms the classical BC method in terms of recall, precision, accuracy, and retrieved order. The higher accuracy of FD estimations leads to the more powerful features in applying to general and fine applications. Keywords: Box Counting, Content-Based Image Retrieval, Fractal Dimension, Fractal Dimension Estimation, Fractal Image, Triangle-Box Counting Introduction Invited Paper A fractal dimension (FD) is an effective measure for complex objects. It can be viewed as a feature, which characterizes roughness and self-similarity in nature images. Over the last ten years, the FD was applied broadly in many applications such as pattern recognition, texture analysis, segmentation, and medical signal analysis [1]. These applications rely heavily on the FD estimation. For examples, O.M. Bruno et al [2] applied the FD to plant identification by using box-counting (BC) and multiscale Minkowski methods to estimate the FD. The results of this research illustrated that both methods were strong potential to recognize tree species. In medical applications, R.D. King et al [3] used the BC method to estimate the FD of the cortical ribbons to discriminate patients with different degrees of cerebral atrophy. The results of using FD successfully discriminated between the two clinical groups. J.Z. Liu et al [4] also applied the BC method to estimate the FDs of human cerebellum. The results indicated that the cerebellum skeleton is a highly fractal structure, and no significant difference in the cerebellum fractal dimension was observed between men and women. Although the achievement in applying the FD to broad research areas was reported, almost papers suggested that the accurate FD estimation method still required. Various FD estimation approaches were introduced, such as differential box- ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.1

2 counting method (DBCM), extended counting method (XCM), and fractional Brownian motion (fbm) methods as reported in [1]. A box-counting defined by Russell et al. in 1980 [1], [5] is one of the commonly used methods to estimate the FD in nature objects, since it is simple and practical as described in [1], [4], [6], [7]. However, such a method is sensitive to minimum box covering requirements dependent on the box-size variation and box count, thus making a result inaccurate [7]. Furthermore, it provides only binary images [1]. Various papers [8], [9], [10], [11] attempt to extend the BC capability to support gray-level images. Nevertheless, the FD estimation for binary images remains essential for applications whose features require high computational speed and lower space. A few research papers have introduced to factors that help improve the box-counting estimation for binary images. For example, K. Foroutan-pour et al [7] reported an important factor, i.e., a box size, directly related to the accurate estimation of FDs in binary images. They proposed a procedure for defining the most appropriate range of box sizes for any individual image, but did not report the improved method or algorithm. A.R. Backes [12] introduced to a combination of the multilevel Otsu s approach and the FD to create a signature vector. Although this approach achieved in classification correctness, it provided a longer signature vector taking computation time. As mentioned before, there are two factors directly related to the accurate FD estimation, i.e., box size and minimum box covering. This paper proposes the triangle-box counting (TBC) method to improve the accuracy of FD estimations. This method simply divides each square box into two equally triangle boxes so as to increase the precision of box counts associated with box sizes and fit the requirements of the minimum box covering as suggested in [7]. Finally, in order to prove that the proposed method outperforms the classical BC method, both methods are implemented in MATLAB programming and fractal images generated by mathematical formulas with theoretical FDs are used to validate such algorithms. Furthermore, they are implemented with a CBIR system for evaluating their performance. Proposed Method In this section, the background of the BC method for fractal dimension estimations is reviewed and pointed out its drawback. The proposed method is described in the last section. Backgrounds of Box-counting Method In mathematics, a fractal dimension is a ratio providing a statistical index of complexity comparing how detail in a pattern change with the scale at which it is measured [13]. On the other hand, in applications the fractal dimension can be viewed as a feature, which characterizes roughness and self-similarity, especially in nature images [1], [8]. A box-counting defined by Russell et al. in 1980 [1], [5] is one of the commonly used techniques for fractal dimension estimations. This method covers a binary image with boxes of length s, and the fractal dimension is estimated as:, (1) where N(s) is the number of boxes needed to completely cover the image. In practice, the steps to estimate the FD of binary images can be described as follows. First, providing grid sizes and counting objects N(s) which are covered with various box sizes s as shown in Figure 1, and recording N(s) as illustrated in the 2 nd column of Table 1. log N FD log 1/ s s ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.2

3 Then plotting log(n(s)) versus log(1/s). Finally, fitting a least-square regression line through the data points. A slop of a regression line represents the estimated FD. The following example demonstrates steps of the BC method to estimate the FD of a Koch curve fractal image with a theoretical FD, In this method, the important factor for the accurate estimation of the FD is the box count. This example provides the largest box size equal to a half of the image size and the smallest box size equal to 2x2. The box size is reduced by half from larger to smaller for each scale of FD estimations as depicted in Figure 1. Table 1 shows a relation between the box size, s, and the number of boxes needed to completely cover the image, N(s). Figure 2 demonstrates the slope of the least-square regression line. As a result, The FD estimation of the BC method is approximately , which is 96.13% of accuracy when compared with the theoretical FD, The fractal dimension requires the minimum box covering in order to estimate the FD accurately [5]. Looking back to regard the counting objects with box-size variations as shown in Figure 1(b)-1(e), there are many boxes that do not completely cover the Koch curve. This fails to attend the minimum box-covering requirements. Therefore, the estimation error caused by the box counts with box-size variations becomes the critical factor. One way to reduce this error is providing the appropriate box counts with various box sizes that can cover the object as well as possible. In order to overcome this problem, the triangle-box counting (TBC) is proposed to make the requirements of the minimum box covering possible. The following subsection demonstrates the triangle-box counting for estimating FDs. (a) s = 128 and N(s) = 4 (b) s = 64 and N(s) = 6 (c) s = 32 and N(s) = 18 (d) s = 16 and N(s) = 38 (e) s = 8 and N(s) = 83 Figure 1. Box counts (N(s)) with various box sizes (s). ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.3

4 Table 1. A Relation of Box Counts and Various Box Sizes. s Box Count (N(s)) Log(1/s) Log(N(s)) Figure 2. A least-square regression line through the data points of the box-counting method (FD ). Triangle-box Counting Method The accuracy of FD estimations depends on the minimum box covering and the box-size. In order to meet the requirements, the method simply divides square boxes provided by a grid into two equally triangle boxes to increase the precision of box counts associated with box sizes and fit the requirements of the minimum box covering as shown in Figure 4. For this purpose, the algorithm for counting objects, box counts N(s), covered by triangle boxes is proposed as follows. Step 1: set g to the largest box size, N(s) = 0, and i = 1, where g is grid size. Step 2: split a square box into two equally triangle boxes as depicted in Figure 3. Step 3: count non-empty boxes in both patterns, such that C1 and C2 denote counter variables for the triangle-box pattern-1 and pattern-2, respectively. ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.4

5 Step 4: if C1 and C2 are equal to 2, N i (s) = N i (s) + 2; else if C1 and C2 are equal to 1, N i (s) = N i (s) + 1; else if C1 is not equal to C2, such that C1 and C2 are greater than 0, n = min{c1, C2}; N i (s) = N i (s) + n; else if C1 or C2 is equal to 0, n = max{c1, C2}, N i (s) = N i (s) + n; else do nothing Step 5: if i does not reach the final box, increase i = i +1 and go to Step 2, otherwise Stop. (a) pattern-1 (b) pattern-2 Figure 3. Patterns of splitting a square box into two equally triangle boxes. (a) s = 128 and N(s) = 6 (b) s = 64 and N(s) = 10 (c) s = 32 and N(s) = 29 (d) s = 16 and N(s) = 68 (e) s = 8 and N(s) = 148 Figure 4. Box counts (N(s)) with various triangle-box sizes (s). ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.5

6 Table 2. A Relation of Box Counts and Various Triangle-Box Sizes. s Box Count (N(s)) Log(1/s) Log(N(s)) Table 2 and Figure 4 show the box counts with various triangle-box sizes and Figure 5 shows the slop of the regression line representing FD estimation, respectively. In this case, the FD estimation by using the TBC method is approximately , which is 99.92% of accuracy when compared with the theoretical FD. It significantly improves the accuracy of FD estimations. Figure 5. A least-square regression line through the data points of the triangle-box counting method (FD ). Experimental Results In order to evaluate the TBC method, the accuracy of FD estimation and efficiency in implementing with a CBIR system are tested as follows. Accuracy of Fractal Dimension Estimations In this experiment, both classical BC and TBC methods are implemented in MATLAB programming. The implemented algorithms are validated with fractal images generated by mathematical formulas with theoretical FDs varied from to The fractal ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.6

7 image size for validation is 256x256, and the experiment verifies results in the form of accurate estimations of the FD. A comparison of experimental results shows in Table 3. In the first fractal image, its theoretical FD is The FD estimation from the TBC method is and the accuracy is 98.83%, whereas the BC method provides and the accuracy is 93.98%. Overall it is illustrated that the TBC is able to estimate the FD close to the theoretical FD. Especially in low and medium theoretical FDs, , the proposed method evidently outperforms the BC method. In high FD images, the estimation of the TBC and BC methods yield almost the same results, very slightly different. This experiment proves that the TBC algorithm provides a more accurate FD solution. The next subsection illustrates the efficiency of applying the TBC method to the CBIR system. Table 3. Experimental Results of FD Estimation Methods Compared to Theoretical FD. Fractal Image Theoretical FD TBC Estimated FD (Accuracy) BC Estimated FD (Accuracy) (98.83%) (93.98%) (97.11%) (90.66%) (98.33%) (92.60%) (98.64%) (91.87%) (97.14%) (92.25%) (99.09%) (99.52%) (99.89%) (99.83%) (94.75%) (94.81%) ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.7

8 Efficiency in Implementing with CBIR In this experiment, the implemented system of content-based image retrieval (CBIR) is setup as schematically illustrated in Figure 6. Such a system consists of two parts, training and testing processes. In the training process, a training set is extracted texture and shape features by a binarization procedure as shown in Figure 7. The binarization procedure converts color images into gray-level images as depicted in Figure 7(b). Then the thresholding technique and canny algorithm are applied to such gray-level images to extract texture and shape features as demonstrated in Figure 7(c) and 7(d), respectively. Finally, the TBC algorithm estimates the FDs of texture and shape features in binary images (Figure 7(c) and 7(d)) and form FD feature vectors. In the testing process, a query image is processed similarly to the training process to achieve its FD feature vector. In addition, in order to test the FD accuracy estimated by the TBC and BC methods in the CBIR system without any bias, two impact factors are controlled, i.e., the similarity measures and features. The simple similarity measures L 1 distance and k-nearest neighbor (k-nn) are used, whereas the shape and texture features extracted by FD estimations are applied to such a system. In fact, the Caladium Bicolor image database is comprised of three core features: shape, texture, and color. Thus, ignoring the color feature may lead to the reduction of recall and precision levels. Figure 6. A schematic diagram of a CBIR system. (a) Original image (b) Gray-level image (c) Texture image (d) Shape image Figure 7. Results of the binarization procedure and canny algorithm for providing texture and shape features, respectively. ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.8

9 Figure 8. A part of Caladium Bicolor test images. A data set for experiments is a Caladium Bicolor image database consisting of 50 classes, 10 sample images for each class, totally 500 images. This data set is provided for a training set. A part of Caladium Bicolor test images shows in Figure 8. The image size used in this experiment is categorized into three groups, 64x64, 128x128, and 256x256, respectively. The efficiency of FD estimations for the CBIR system is evaluated by recall and precision which are defined as. Re NRR NPR, (2) where Re is a recall; NRR is the number of relevant images that are retrieved; and NPR is the number of relevant image in the database. NRR Pr NTR, (3) where Pr is a precision and NTR is the total number of images that are retrieved from the query. In the experiment, a testing set consists of 195 images, 50 classes. For each class, 3-4 query images are tested with the implemented system. The average recall and precision are calculated. Since NPR is equal to NTR, the recall is equal to precision. The experimental results shown in Table 4 and 5 are the average recall and precision of testing with L 1 distance and k-nn (k=3), respectively. It is proved that the proposed method evidently outperforms the classical BC method for all image groups. In Table 6, the average accuracy of testing with k-nn (k=3) obviously illustrates that the accurate FD features lead to the higher accuracy of image retrieval. Furthermore, when L 1 distance is applied to the CBIR system, the TBC method can retrieve the first forth images in the same class (Figure 9(a)), whereas the BC method can retrieve only the first images in the same class ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.9

10 (Figure 9(b)), when compared with the same recall precision values (Re=Pr=0.4). In the same way, it provides the same results as demonstrated in Figure 10 when using k-nn. This implies that the retrieved-image order of the proposed method is better than that of the BC method at the same levels of the recall and precision. Table 4. 1 Average Recall and Precision of Testing with L 1 Distance. Image Size TBC BC 64x x x Table 5. 1 Average Recall and Precision of Testing with k-nn, k=3. Image Size TBC BC 64x x x Table 6. Average Accuracy of Testing with k-nn, k=3. Conclusions Image Size TBC BC 64x % (147/195) 49.23% (96/195) 128x % (167/195) 51.79% (101/195) 256x % (167/195) 51.79% (101/195) In this paper, a triangle-box counting (TBC) method is proposed to improve the estimation accuracy of fractal dimensions for binary images. This method increases the precision of box counts and fits the requirements of the minimum box covering by simply dividing square boxes into two equally triangle boxes. The proposed method is simple and practical for application implementations. This paper verifies the implemented algorithm in two ways. First, the algorithm is tested with standard fractal images. The results of validation with respect to the theoretical FDs show that the TBC method can estimate the FD close to the theoretical FD. Especially in low and medium theoretical FD, the proposed method evidently outperforms the classical box-counting (BC) method. In high FD images, the estimation of the proposed method and the BC yields almost the same results, very slightly different. Second, the TBC method is applied to extract shape and texture features for the 1 Since the sample images for each class in the database (NPR = 10) are equal to the total number of images retrieved from the query (NTR = 10), this makes the average recall and precision identical. ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.10

11 CBIR system. It is illustrated that a more accurate FD feature leads to the higher efficiency of the CBIR system in terms of recall, precision, accuracy, and retrieved order, when compared with the classical BC method. For future studies, the TBC approach will be extended to estimate FD for gray-level images and color images. Query Image Query Image (a) TBC method (Re=Pr=0.4) (b) BC method (Re=Pr=0.4) Figure 9. An example of experimental results of a retrieval image order by using L 1 distance. Query Image Query Image (a) TBC method (Re=Pr=0.4) (b) BC method (Re=Pr=0.4) References Figure 10. An example of experimental results of a retrieval image order by using k-nn, k=3. [1] R. Lopes, and N. Betrouni, Fractal and multifractal analysis: A review, Journal of Medical Image Analysis, Vol. 13, pp , [2] O.M. Bruno, R.O. Plotze, M. Falvo, and M. Castro, Fractal dimension applied to plant identification, An International Journal of Information Sciences, Vol. 178, pp , ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.11

12 [3] R.D. King, A.T. George, T. Jeon, L.S. Hynan, T.S. Youn, D.N. Kennedy, and B. Dickerson, Characterization of Atrophic Changes in the Cerebral Cortex Using Fractal Dimensional Analysis, Brain Imaging and Behavior, Vol. 3(2), pp , [4] J.Z. Liu, L.D. Zhang, and G.H. Yue, Fractal Dimension in Human Cerebellum Measured by Magnetic Resonance Imaging, Biophysical Journal, Vol. 85, pp , [5] J. Theiler Estimating fractal dimension, Journal of the Optical Society of America A, Vol. 7 (6), pp , [6] S. Changjiang, J. Guangrong, and W. Yangfan, Study of Texture Images Classification Method Based on Fractal Dimension Calculation, The International Joint Conference on Artificial Intelligence, pp , [7] K. Foroutan-pour, P. Dutilleul, and D.L. Smith Advances in the implementation of the box-counting method of fractal dimension estimation, Applied Mathematics and Computation, Vol. 105, pp , [8] J. Li, Q. Du, and C. Sun, An improved box-counting method for image fractal dimension estimation, Pattern Recognition, Vol. 42, pp , [9] J. Feng', W.-C. Lin, and C.-T. Chen, Fractional Box-Counting Approach to Fractal Dimension Estimation, Proceedings of ICPR '96, pp , [10] S.-T. Liu, An improved differential box-counting approach to compute fractal dimension of gray-level image, 2008 International Symposium on Information Science and Engineering, pp , [11] D. Sankar, and T. Thomas, Fractal Features based on Differential Box Counting Method for the Categorization of Digital Mammograms, International Journal of Computer Information Systems and Industrial Management Applications, Vol. 2, pp , [12] A.R. Backes, and O.M. Bruno, A New Approach to Estimate Fractal Dimension of Texture Images, Image and Signal Processing, Lecture Notes in Computer Science, Vol. 5099, pp , [13] Fractal Dimension, Available: [Accessed: Mar, 2012]. ASEAN Engineering Journal, Vol 1 No 1, ISSN X, e-issn p.12

Leaf Image Recognition Based on Wavelet and Fractal Dimension

Leaf Image Recognition Based on Wavelet and Fractal Dimension Journal of Computational Information Systems 11: 1 (2015) 141 148 Available at http://www.jofcis.com Leaf Image Recognition Based on Wavelet and Fractal Dimension Haiyan ZHANG, Xingke TAO School of Information,

More information

Wavelet Based Image Retrieval Method

Wavelet Based Image Retrieval Method Wavelet Based Image Retrieval Method Kohei Arai Graduate School of Science and Engineering Saga University Saga City, Japan Cahya Rahmad Electronic Engineering Department The State Polytechnics of Malang,

More information

Texture recognition of medical images with the ICM method

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

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

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

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. VI (Nov Dec. 2014), PP 29-33 Analysis of Image and Video Using Color, Texture and Shape Features

More information

Color-Based Classification of Natural Rock Images Using Classifier Combinations

Color-Based Classification of Natural Rock Images Using Classifier Combinations Color-Based Classification of Natural Rock Images Using Classifier Combinations Leena Lepistö, Iivari Kunttu, and Ari Visa Tampere University of Technology, Institute of Signal Processing, P.O. Box 553,

More information

Open Access Self-Growing RBF Neural Network Approach for Semantic Image Retrieval

Open Access Self-Growing RBF Neural Network Approach for Semantic Image Retrieval Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1505-1509 1505 Open Access Self-Growing RBF Neural Networ Approach for Semantic Image Retrieval

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

Lecture 3: Some Strange Properties of Fractal Curves

Lecture 3: Some Strange Properties of Fractal Curves Lecture 3: Some Strange Properties of Fractal Curves I have been a stranger in a strange land. Exodus 2:22 1. Fractal Strangeness Fractals have a look and feel that is very different from ordinary curves.

More information

Enhanced Image Retrieval using Distributed Contrast Model

Enhanced Image Retrieval using Distributed Contrast Model Enhanced Image Retrieval using Distributed Contrast Model Mohammed. A. Otair Faculty of Computer Sciences & Informatics Amman Arab University Amman, Jordan Abstract Recent researches about image retrieval

More information

Content Based Image Retrieval using Combined Features of Color and Texture Features with SVM Classification

Content Based Image Retrieval using Combined Features of Color and Texture Features with SVM Classification Content Based Image Retrieval using Combined Features of Color and Texture Features with SVM Classification R. Usha [1] K. Perumal [2] Research Scholar [1] Associate Professor [2] Madurai Kamaraj University,

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

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

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL

QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL International Journal of Technology (2016) 4: 654-662 ISSN 2086-9614 IJTech 2016 QUERY REGION DETERMINATION BASED ON REGION IMPORTANCE INDEX AND RELATIVE POSITION FOR REGION-BASED IMAGE RETRIEVAL Pasnur

More information

I. INTRODUCTION. Figure-1 Basic block of text analysis

I. INTRODUCTION. Figure-1 Basic block of text analysis ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com Detection and Localization of Texts from Natural Scene Images: A Hybrid Approach Priyanka Muchhadiya Post Graduate Fellow,

More information

Image Segmentation Based on. Modified Tsallis Entropy

Image Segmentation Based on. Modified Tsallis Entropy Contemporary Engineering Sciences, Vol. 7, 2014, no. 11, 523-529 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4439 Image Segmentation Based on Modified Tsallis Entropy V. Vaithiyanathan

More information

Keywords: Extraction, Training, Classification 1. INTRODUCTION 2. EXISTING SYSTEMS

Keywords: Extraction, Training, Classification 1. INTRODUCTION 2. EXISTING SYSTEMS ISSN XXXX XXXX 2017 IJESC Research Article Volume 7 Issue No.5 Forex Detection using Neural Networks in Image Processing Aditya Shettigar 1, Priyank Singal 2 BE Student 1, 2 Department of Computer 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

Binary Histogram in Image Classification for Retrieval Purposes

Binary Histogram in Image Classification for Retrieval Purposes Binary Histogram in Image Classification for Retrieval Purposes Iivari Kunttu 1, Leena Lepistö 1, Juhani Rauhamaa 2, and Ari Visa 1 1 Tampere University of Technology Institute of Signal Processing P.

More information

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis A Novel Field-source Reverse Transform for Image Structure Representation and Analysis X. D. ZHUANG 1,2 and N. E. MASTORAKIS 1,3 1. WSEAS Headquarters, Agiou Ioannou Theologou 17-23, 15773, Zografou, Athens,

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution Detecting Salient Contours Using Orientation Energy Distribution The Problem: How Does the Visual System Detect Salient Contours? CPSC 636 Slide12, Spring 212 Yoonsuck Choe Co-work with S. Sarma and H.-C.

More information

Biometric Palm vein Recognition using Local Tetra Pattern

Biometric Palm vein Recognition using Local Tetra Pattern Biometric Palm vein Recognition using Local Tetra Pattern [1] Miss. Prajakta Patil [1] PG Student Department of Electronics Engineering, P.V.P.I.T Budhgaon, Sangli, India [2] Prof. R. D. Patil [2] Associate

More information

OPTIMIZING A VIDEO PREPROCESSOR FOR OCR. MR IBM Systems Dev Rochester, elopment Division Minnesota

OPTIMIZING A VIDEO PREPROCESSOR FOR OCR. MR IBM Systems Dev Rochester, elopment Division Minnesota OPTIMIZING A VIDEO PREPROCESSOR FOR OCR MR IBM Systems Dev Rochester, elopment Division Minnesota Summary This paper describes how optimal video preprocessor performance can be achieved using a software

More information

An Improved Algorithm for Image Fractal Dimension

An Improved Algorithm for Image Fractal Dimension Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 25-27, 2008, pp. 196-200 An Improved Algorithm

More information

An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques

An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques An Efficient Semantic Image Retrieval based on Color and Texture Features and Data Mining Techniques Doaa M. Alebiary Department of computer Science, Faculty of computers and informatics Benha University

More information

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE sbsridevi89@gmail.com 287 ABSTRACT Fingerprint identification is the most prominent method of biometric

More information

Content based Image Retrieval Using Multichannel Feature Extraction Techniques

Content based Image Retrieval Using Multichannel Feature Extraction Techniques ISSN 2395-1621 Content based Image Retrieval Using Multichannel Feature Extraction Techniques #1 Pooja P. Patil1, #2 Prof. B.H. Thombare 1 patilpoojapandit@gmail.com #1 M.E. Student, Computer Engineering

More information

IDIAP IDIAP. Martigny ffl Valais ffl Suisse

IDIAP IDIAP. Martigny ffl Valais ffl Suisse R E S E A R C H R E P O R T IDIAP IDIAP Martigny - Valais - Suisse ASYMMETRIC FILTER FOR TEXT RECOGNITION IN VIDEO Datong Chen, Kim Shearer IDIAP Case Postale 592 Martigny Switzerland IDIAP RR 00-37 Nov.

More information

Liquefaction Analysis in 3D based on Neural Network Algorithm

Liquefaction Analysis in 3D based on Neural Network Algorithm Liquefaction Analysis in 3D based on Neural Network Algorithm M. Tolon Istanbul Technical University, Turkey D. Ural Istanbul Technical University, Turkey SUMMARY: Simplified techniques based on in situ

More information

Image retrieval based on region shape similarity

Image retrieval based on region shape similarity Image retrieval based on region shape similarity Cheng Chang Liu Wenyin Hongjiang Zhang Microsoft Research China, 49 Zhichun Road, Beijing 8, China {wyliu, hjzhang}@microsoft.com ABSTRACT This paper presents

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

International Journal of Advance Engineering and Research Development OPTICAL CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK

International Journal of Advance Engineering and Research Development OPTICAL CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK Scientific Journal of Impact Factor(SJIF): 4.14 International Journal of Advance Engineering and Research Development Special Issue for ICPCDECT 2016,Volume 3 Issue 1 e-issn(o): 2348-4470 p-issn(p): 2348-6406

More information

Simulation of rotation and scaling algorithm for numerically modelled structures

Simulation of rotation and scaling algorithm for numerically modelled structures IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Simulation of rotation and scaling algorithm for numerically modelled structures To cite this article: S K Ruhit et al 2018 IOP

More information

A New Algorithm for Shape Detection

A New Algorithm for Shape Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. I (May.-June. 2017), PP 71-76 www.iosrjournals.org A New Algorithm for Shape Detection Hewa

More information

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

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

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES Mr. Vishal A Kanjariya*, Mrs. Bhavika N Patel Lecturer, Computer Engineering Department, B & B Institute of Technology, Anand, Gujarat, India. ABSTRACT:

More information

Combined Weak Classifiers

Combined Weak Classifiers Combined Weak Classifiers Chuanyi Ji and Sheng Ma Department of Electrical, Computer and System Engineering Rensselaer Polytechnic Institute, Troy, NY 12180 chuanyi@ecse.rpi.edu, shengm@ecse.rpi.edu Abstract

More information

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES

AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES AN EFFICIENT BATIK IMAGE RETRIEVAL SYSTEM BASED ON COLOR AND TEXTURE FEATURES 1 RIMA TRI WAHYUNINGRUM, 2 INDAH AGUSTIEN SIRADJUDDIN 1, 2 Department of Informatics Engineering, University of Trunojoyo Madura,

More information

Journal of Industrial Engineering Research

Journal of Industrial Engineering Research IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Mammogram Image Segmentation Using voronoi Diagram Properties Dr. J. Subash

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

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model

Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Content Based Image Retrieval: Survey and Comparison between RGB and HSV model Simardeep Kaur 1 and Dr. Vijay Kumar Banga 2 AMRITSAR COLLEGE OF ENGG & TECHNOLOGY, Amritsar, India Abstract Content based

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 REVIEW ON CONTENT BASED IMAGE RETRIEVAL BY USING VISUAL SEARCH RANKING MS. PRAGATI

More information

Scanner Parameter Estimation Using Bilevel Scans of Star Charts

Scanner Parameter Estimation Using Bilevel Scans of Star Charts ICDAR, Seattle WA September Scanner Parameter Estimation Using Bilevel Scans of Star Charts Elisa H. Barney Smith Electrical and Computer Engineering Department Boise State University, Boise, Idaho 8375

More information

DENOISING OF COMPUTER TOMOGRAPHY IMAGES USING CURVELET TRANSFORM

DENOISING OF COMPUTER TOMOGRAPHY IMAGES USING CURVELET TRANSFORM VOL. 2, NO. 1, FEBRUARY 7 ISSN 1819-6608 6-7 Asian Research Publishing Network (ARPN). All rights reserved. DENOISING OF COMPUTER TOMOGRAPHY IMAGES USING CURVELET TRANSFORM R. Sivakumar Department of Electronics

More information

A New Feature Local Binary Patterns (FLBP) Method

A New Feature Local Binary Patterns (FLBP) Method A New Feature Local Binary Patterns (FLBP) Method Jiayu Gu and Chengjun Liu The Department of Computer Science, New Jersey Institute of Technology, Newark, NJ 07102, USA Abstract - This paper presents

More information

Mobile Camera Based Text Detection and Translation

Mobile Camera Based Text Detection and Translation Mobile Camera Based Text Detection and Translation Derek Ma Qiuhau Lin Tong Zhang Department of Electrical EngineeringDepartment of Electrical EngineeringDepartment of Mechanical Engineering Email: derekxm@stanford.edu

More information

Correction of Partial Volume Effects in Arterial Spin Labeling MRI

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

More information

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

Online algorithms for clustering problems

Online algorithms for clustering problems University of Szeged Department of Computer Algorithms and Artificial Intelligence Online algorithms for clustering problems Summary of the Ph.D. thesis by Gabriella Divéki Supervisor Dr. Csanád Imreh

More information

A Nondestructive Bump Inspection in Flip Chip Component using Fuzzy Filtering and Image Processing

A Nondestructive Bump Inspection in Flip Chip Component using Fuzzy Filtering and Image Processing A Nondestructive Bump Inspection in Flip Chip Component using Fuzzy Filtering and Image Processing 103 A Nondestructive Bump Inspection in Flip Chip Component using Fuzzy Filtering and Image Processing

More information

OBJECT SORTING IN MANUFACTURING INDUSTRIES USING IMAGE PROCESSING

OBJECT SORTING IN MANUFACTURING INDUSTRIES USING IMAGE PROCESSING OBJECT SORTING IN MANUFACTURING INDUSTRIES USING IMAGE PROCESSING Manoj Sabnis 1, Vinita Thakur 2, Rujuta Thorat 2, Gayatri Yeole 2, Chirag Tank 2 1 Assistant Professor, 2 Student, Department of Information

More information

Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices

Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices International Journal of Scientific and Research Publications, Volume 7, Issue 8, August 2017 512 Content Based Image Retrieval Using Color and Texture Feature with Distance Matrices Manisha Rajput Department

More information

The Vehicle Logo Location System based on saliency model

The Vehicle Logo Location System based on saliency model ISSN 746-7659, England, UK Journal of Information and Computing Science Vol. 0, No. 3, 205, pp. 73-77 The Vehicle Logo Location System based on saliency model Shangbing Gao,2, Liangliang Wang, Hongyang

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

A Comparative Study of Selected Classification Algorithms of Data Mining

A Comparative Study of Selected Classification Algorithms of Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.220

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

Automatic Image Annotation by Classification Using Mpeg-7 Features

Automatic Image Annotation by Classification Using Mpeg-7 Features International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 Automatic Image Annotation by Classification Using Mpeg-7 Features Manjary P.Gangan *, Dr. R. Karthi **

More information

Beyond Bags of Features

Beyond Bags of Features : for Recognizing Natural Scene Categories Matching and Modeling Seminar Instructed by Prof. Haim J. Wolfson School of Computer Science Tel Aviv University December 9 th, 2015

More information

Fast Efficient Clustering Algorithm for Balanced Data

Fast Efficient Clustering Algorithm for Balanced Data Vol. 5, No. 6, 214 Fast Efficient Clustering Algorithm for Balanced Data Adel A. Sewisy Faculty of Computer and Information, Assiut University M. H. Marghny Faculty of Computer and Information, Assiut

More information

Filling Space with Random Line Segments

Filling Space with Random Line Segments Filling Space with Random Line Segments John Shier Abstract. The use of a nonintersecting random search algorithm with objects having zero width ("measure zero") is explored. The line length in the units

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

Object detection using non-redundant local Binary Patterns

Object detection using non-redundant local Binary Patterns University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Object detection using non-redundant local Binary Patterns Duc Thanh

More information

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University.

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University. 3D Computer Vision Structured Light II Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de 1 Introduction

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

Experiments with Edge Detection using One-dimensional Surface Fitting

Experiments with Edge Detection using One-dimensional Surface Fitting Experiments with Edge Detection using One-dimensional Surface Fitting Gabor Terei, Jorge Luis Nunes e Silva Brito The Ohio State University, Department of Geodetic Science and Surveying 1958 Neil Avenue,

More information

New wavelet based ART network for texture classification

New wavelet based ART network for texture classification University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 1996 New wavelet based ART network for texture classification Jiazhao

More information

Image Segmentation for Image Object Extraction

Image Segmentation for Image Object Extraction Image Segmentation for Image Object Extraction Rohit Kamble, Keshav Kaul # Computer Department, Vishwakarma Institute of Information Technology, Pune kamble.rohit@hotmail.com, kaul.keshav@gmail.com ABSTRACT

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

A Survey of Light Source Detection Methods

A Survey of Light Source Detection Methods A Survey of Light Source Detection Methods Nathan Funk University of Alberta Mini-Project for CMPUT 603 November 30, 2003 Abstract This paper provides an overview of the most prominent techniques for light

More information

Facial Expression Detection Using Implemented (PCA) Algorithm

Facial Expression Detection Using Implemented (PCA) Algorithm Facial Expression Detection Using Implemented (PCA) Algorithm Dileep Gautam (M.Tech Cse) Iftm University Moradabad Up India Abstract: Facial expression plays very important role in the communication with

More information

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

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

More information

A Fuzzy ARTMAP Based Classification Technique of Natural Textures

A Fuzzy ARTMAP Based Classification Technique of Natural Textures A Fuzzy ARTMAP Based Classification Technique of Natural Textures Dimitrios Charalampidis Orlando, Florida 328 16 dcl9339@pegasus.cc.ucf.edu Michael Georgiopoulos michaelg @pegasus.cc.ucf.edu Takis Kasparis

More information

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

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

More information

Performance study of Gabor filters and Rotation Invariant Gabor filters

Performance study of Gabor filters and Rotation Invariant Gabor filters Performance study of Gabor filters and Rotation Invariant Gabor filters B. Ng, Guojun Lu, Dengsheng Zhang School of Computing and Information Technology University Churchill, Victoria, 3842, Australia

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

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing Journal of Software Engineering and Applications 013 6 106-110 doi:10.436/sea.013.63b03 Published Online March 013 (http://www.scirp.org/ournal/sea) SVM-based Filter Using Evidence Theory and Neural Network

More information

Textural Features for Image Database Retrieval

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

More information

arxiv: v1 [cs.cv] 6 Jun 2017

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

More information

Water-Filling: A Novel Way for Image Structural Feature Extraction

Water-Filling: A Novel Way for Image Structural Feature Extraction Water-Filling: A Novel Way for Image Structural Feature Extraction Xiang Sean Zhou Yong Rui Thomas S. Huang Beckman Institute for Advanced Science and Technology University of Illinois at Urbana Champaign,

More information

COMPUTER AND ROBOT VISION

COMPUTER AND ROBOT VISION VOLUME COMPUTER AND ROBOT VISION Robert M. Haralick University of Washington Linda G. Shapiro University of Washington A^ ADDISON-WESLEY PUBLISHING COMPANY Reading, Massachusetts Menlo Park, California

More information

Image Matching Using Run-Length Feature

Image Matching Using Run-Length Feature Image Matching Using Run-Length Feature Yung-Kuan Chan and Chin-Chen Chang Department of Computer Science and Information Engineering National Chung Cheng University, Chiayi, Taiwan, 621, R.O.C. E-mail:{chan,

More information

4. Image Retrieval using Transformed Image Content

4. Image Retrieval using Transformed Image Content 4. Image Retrieval using Transformed Image Content The desire of better and faster retrieval techniques has always fuelled to the research in content based image retrieval (CBIR). A class of unitary matrices

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

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming

Automatic New Topic Identification in Search Engine Transaction Log Using Goal Programming Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Automatic New Topic Identification in Search Engine Transaction Log

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Fourier Descriptors. Properties and Utility in Leaf Classification. ECE 533 Fall Tyler Karrels

Fourier Descriptors. Properties and Utility in Leaf Classification. ECE 533 Fall Tyler Karrels Fourier Descriptors Properties and Utility in Leaf Classification ECE 533 Fall 2006 Tyler Karrels Introduction Now that large-scale data storage is feasible due to the large capacity and low cost of hard

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

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis A Novel Image Transform Based on Potential field Source Reverse for Image Analysis X. D. ZHUANG 1,2 and N. E. MASTORAKIS 1,3 1. WSEAS Headquarters, Agiou Ioannou Theologou 17-23, 15773, Zografou, Athens,

More information

Automatically Algorithm for Physician s Handwritten Segmentation on Prescription

Automatically Algorithm for Physician s Handwritten Segmentation on Prescription Automatically Algorithm for Physician s Handwritten Segmentation on Prescription Narumol Chumuang 1 and Mahasak Ketcham 2 Department of Information Technology, Faculty of Information Technology, King Mongkut's

More information

Motion Detection Algorithm

Motion Detection Algorithm Volume 1, No. 12, February 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Motion Detection

More information

A Combined Method for On-Line Signature Verification

A Combined Method for On-Line Signature Verification BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 14, No 2 Sofia 2014 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2014-0022 A Combined Method for On-Line

More information

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human [8] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangian He, Wening Jia,Tom Hintz, A Modified Mahalanobis Distance for Human Detection in Out-door Environments, U-Media 8: 8 The First IEEE

More information

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine Shahabi Lotfabadi, M., Shiratuddin, M.F. and Wong, K.W. (2013) Content Based Image Retrieval system with a combination of rough set and support vector machine. In: 9th Annual International Joint Conferences

More information

QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING. Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose

QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING. Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose Department of Electrical and Computer Engineering University of California,

More information