Image Matching Using Run-Length Feature

Size: px
Start display at page:

Download "Image Matching Using Run-Length Feature"

Transcription

1 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. {chan, Correspondence address: Professor Chin-Chen Chang Department of Computer Science and Information Engineering National Chung Cheng University, Chiayi, Taiwan 621, R. O. C. FAX:

2 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. {chan, Abstract Color histogram is the most commonly used color feature in image retrieval systems. However, this feature cannot effectively characterize an image, since it only captures the global properties. To make the retrieval more accurate, this paper introduces a run-length feature. The feature integrates the information of color and shape of the objects in an image. It can effectively discriminate the directions, areas and geometrical shapes of the objects. Yet, extracting the run-length feature is time-consuming. For that reason, this paper also provides one revised representation of the run-length, called semi-run-length. Based on the semi-run-length feature, this paper develops an image retrieval system, and the experimental results show that the system gives an impressive performance. Keywords: color-based image retrieval, shape-based image retrieval, color histogram 1

3 1. Introduction Trademarks play an important role in providing unique identity for products and services in the marketing environment. Most of the images contain a group of large regions each with a uniform color if the pixel colors of the images are quantized down to a small subset of representative colors. Many other synthesized images like flags, traffic signs and cartoon images also possess this property. So far no guarantee can be made that new trademarks will not closely resemble existing ones. The size of class and the need for continuous updating have made automatic archiving and retrieval procedures highly desirable. Thus, similar image retrieval is essential for image databases. This paper will provide an effective image retrieval system to take care of this job. In this system, the user inputs the query image through a scanner. The system automatically extracts the visual features of the database and query images, and then it matches the visual features of the query image against those of the database images. The result is a set of images that are similar to the query image rather than an exact match. Color is a dominant visual feature widely used in many image retrieval systems. The color histogram is the most popular color representation (Sawhney et al., 1994; Stricker et al., 1994) because it is simple and computationally efficient. The color feature is insensitive to the orientation and resolution of images, and noise on images. Apart from that, color matching can be processed automatically without human intervention. Unfortunately, it is only a global attribute without any local information, so color alone is not sufficient to depict an image. Consider the two images in Fig. 1. Even if there is a significant difference in their appearances, we cannot distinguish them with the color feature since they have the same color histograms. To get the retrieval more accurately, this paper proposes a new feature, named run-length. This feature 2

4 fuses the color information as well as the shape knowledge of objects in an image. It can effectively characterize the direction, area and geometrical shape of an object. However, extracting the run-length feature is time-consuming. Thus, this paper also provides the semi-run-length feature, one alternative vision of the run-length. The remainder of this paper is organized as follows. A brief introduction to the related works is stated in the next section. Section 3 serves to introduce the new visual features, run-length and semi-run-length. Section 4 describes the proposed image retrieval system. Section 5 shows the experimental results. The conclusions are presented in the last section. 3

5 2. Related Works (Mehtre et al., 1995) proposed a reference color table method for image retrieval. The method defines a set of reference colors. This set of colors is selected such that all the colors in images are approximately covered perceptually. The method then computes a histogram for each image where each pixel in the image is classified against the reference color table and assigned to the nearest color. Thus, the color feature of the image is this reduced color histogram based on the colors of the reference table. Let f d = (? d1,? d2,,? dk ) be the histogram of an image I d, and f q = (? q1,? q2,,? qk ) be that of the other image I q.? di and? qi are the relative pixel frequencies (with respect to the total number of pixels) for the i-th color of reference table in the images I d and I q, respectively. k is the size of the reference color table. (Mehtre et al., 1995) defines the image matching distance between I d and I q as follows k? i? 1 2??? D???, where i di qi? i??? qi if? qi,? di? 0,?? 1 otherwise. This paper will compare experimentally the proposed semi-run-length method with this method. 4

6 (a) (b) Fig. 1. Two color images A C D B A B C D (a) (b) Fig. 2. A color image and its objects L 2 L 1 B 120 Fig. 3. The direction of Object B 5

7 3. The Run-Length Representation In general, a true color image system takes 24 bits to indicate a pixel color. It means that there are a total of approximately sixteen million possible pixel colors; nevertheless, only a small subset of them appears in a particular image. As a result, the cost of the high-speed memory required to support such displays on a high-resolution monitor makes true-color displays impractical and in fact unnecessary for many applications. An available approach is to offer a limited number of bits to specify a pixel color. In this way, a small subset of colors is picked out from the 2 24 colors where there is no noticeable difference between the original and quantized images. Then, each pixel of a color image is mapped to one 24-bit value in its related color palette. Two steps must be considered for designing a suitable palette: selecting an appropriate palette and mapping each input pixel to one entry of the palette. Many techniques (e.g. Kolpatzik et al and Pei et al., 1995) have been proposed to design the palette, so we shall not devote this paper to the part. Segmentation is very important for shape attributes. However, extracting objects from an image is very difficult because of discretization, occlusions, poor contrasts, viewing conditions, and noises, etc (Adoram et al., 1999). An image with a limited color palette is composed of a set of unicolor regions. In cases where the segmentation is less difficult and possible to overcome, this paper considers each unicolor region to be an object. Fig. 2(a) demonstrates the image consisting of the four objects A, B, C and D shown in Fig. 2(b). Here, the object D is the remains of the original image after removing the objects A, B, and C. An object can be enclosed by a minimum rectangle. Let the two orthogonal line segments L 1 and L 2 be two of the four sides of the minimum rectangle, and the length of L 1 is larger than or equal to that of L 2. We 6

8 call the inclination of L 1 the direction of the object, which can be described as the angle? drawn from X-axis to L 1 in the counterclockwise direction, and 0<? 180. For example, according to Fig. 3, the direction of the object B is 120. Unlike retrieval by colors, textures or spatial relationships, the shape attribute does not have a mathematical definition that exactly matches what the users feel as a shape (Bimbo et al., 1996; Bimbo et al., 1997). Therefore, capturing a perceptual shape similarity is in general difficult, as it requires a precise characterization of a class shapes. In this paper, two objects are considered to be similar to each other if their colors, areas, directions and geometric shapes are close. For instance, in Fig. 2(b), the areas and geometrical shapes of the objects A and B are the same, but their colors and directions are dissimilar. Color histogram is attractive because it is simple and computationally efficient. However, since the color histogram lacks the local information, it cannot distinguish the images with the similar histograms even though they have the difference appearances. To overcome the drawback, this section might introduce the run-length feature. It can efficiently describe the colors, directions, areas and geometrical shapes of the objects in an image. However, extracting the run-length feature from an image is time-consuming. Hence, this paper also presents a more efficient representation called semi-run-length, which is an alternative revision of the run-length. 7

9 A 11 B 12 A 13 B 21 A 22 B 23 B 11 A 12 B 13 A 21 A 22 A 23 A 11 A 12 A 13 B 21 A 22 B 23 A 31 B 32 A 33 (a) Image f 1 B 31 A 32 B 33 (b) Image f 2 Fig. 4 Three color images B 31 A 32 B 33 (c) Image f 3 8

10 3.1. The Run-Length Representation A run-length value is the number of consecutive pixels A i, A i+1,, A j along the scan line A A. Here, A i j i j A is composed of A i, A i+1,, A j with an identical color, where A i-1 differs in color from A i, and the color of A j is different from that of A j+1, either. We define the run-length as a? -run-length (? -RL) if the inclination of A A i j is?. In other words,? is the angle drawn from the X-axis to A in the A i j counterclockwise direction. Consider the three 3 3 color images shown in Fig. 4, where the color values of the pixels A 11, A 12,, A 33 are A, and those of the pixels B 11, B 12,, B 33 are B. The pixels A 11, A 22, and A 33 in Fig. 4(a) form a scan line A 11A33 ; the run-length is a 135º-RL, and the value is 3. Table1. The run-length values of the images in Fig. 4 Color Color A Color B? -RL 45º-RL 90º-RL 135º-RL 180º-RL 45º-RL 90º-RL 135º-RL 180º-RL f f f In the run-length representation, for each pixel P, there are only four run-length values to be considered: 45º-RL, 90º-RL, 135º-RL and 180º-RL, whose scan lines pass P. We call them the? -RLs of the pixel P, where? = 45º, 90º, 135º and 180º, respectively. Additionally, the? -RLs of a color C in an image are the summations of the related? -RLs of all the pixels with the color C. For instance, the 135º-RL of the pixel A 22 in Fig. 4(a) is 3, and the 135º-RL of the color A, namely the summation of the 135º-RLs of A 11, A 13, A 22, A 31 and A 33, is 11. Table 1 shows the? -RLs of the colors A and B of the images in Fig. 4. The color histograms of each image in Fig. 4 contain 5 pixels of the color A and 4 pixels of the color B. The color histogram alone cannot 9

11 discriminate the three images. However, the run-length representation can tell apart the three images f 1, f 2, and f 3 into three different classes. Thus, the discrimination of the run-length representation is more powerful than that of the color histogram The Semi-Run-Length Representation The run-length representation needs to calculate the run-length value for each pixel. Obviously, it is a time-consuming approach. In general, a computer system scans the pixels of an image row by row from top to bottom, and in each row, the pixels are visited sequentially from left to right. In this way, one can use a table to write down the partial run-length values of the pixels which have been visited. Consequently, the processing time hence can be reduced significantly. Next, this paper will propose a more efficient representation, called semi-run-length. The representation uses the partial run-lengths as the features of images. A? -semi-run-length (? -SRL) value of the pixel A i is the number of successive pixels A i, A i+1,, A j along the scan line A A. Here, the A i j i j A comprises A i, A i+1,, A j with the same color, so that A j differs in color from A j+1, and the inclination of A A is? with respect to A i j i. Similarly, the? -SRL of a color C in an image is also the summation of the related? -SRLs of all the pixels with the color C. In Fig. 4(a), the line segment A A consists of A and A 22 ; hence the 135º-run-length of A 22 is 2, not 3. Table 2 illustrates the semi-run-lengths of the colors A and B of the three images in Fig 4. The semi-run-length representation can tell the three images apart as well. The semi-run-length feature can discriminate the differences of directions, areas and geometrical shapes among objects as well. For example, the objects with the color A in Figures 4(a) and 4(b) have the same areas and geometrical shapes; nevertheless, 10

12 their? -semi-run-lengths are quite different since their directions are diverse. Similarly, the objects with the color A in Figures 4(b) and 4(c) have identical direction and area; nevertheless, their? -semi-run-lengths are still not alike because of their different geometrical shapes. In Fig. 2(b), the? -SRLs of the object A must be obviously larger than those of the object C in spite of the fact that they have the same direction and geometrical shape, because A is bigger than C. Table2. The semi-run-length values of the images in Fig. 4 Color Color A Color B? -SRL 45º-SRL 90º-SRL 135º-SRL 180º-SRL 45º-SRL 90º-SRL 135º-SRL 180º-SRL F F F Consider the input image denoted by a two-dimension array Image. Assume that Image is an N 1 N 2 image. Each of the entries on Image maps to the index of the closest color in a limited color palette. The following algorithm Semi-Run-Length is designed to compute the? -SRLs of the pixel colors in Image. In this algorithm, the variable SRL records the? -SRLs of the image. Its i-th entry consists of SRL[i].45º, SRL[i].90º, SRL[i].135º and SRL[i].180º which write down the 45º-SRL, 90º-SRL, 135º-SRL and 180º-SRL of the i-th color of palette, respectively. Additionally, one-dimension arrays PRL-45º, PRL-90º, PRL-135ºand PRL-180º are used to record the partial run length values of the pixels which have been visited. p is the size of common color palette. No_Pixel[k] is the number of pixels on Image whose colors are mapped to the k-th color of the common palette. The text embedded in a pair of braces is the given comments. Algorithm Semi-Run-Length(): for i = 1 to N 1 and j = 1 to N 2 {Compute the 45º-SRLs} 11

13 if Image[i][j] is at the first row or the rightmost column then PRL-45º [j] = 1 else if Image[i-1][j+1] = Image[i][j] then PRL-45 [j] = PRL-45º [j+1] + 1 else PRL-45º [j] = 1 SRL[Image[i][j]].45º = SRL[Image[i][j]].45º + PRL-45º [j] {Compute the 90º-SLRs} if Image[i][j] is at the first row then PRL-90º [j] = 1 else if Image[i-1][j] = Image[i][j] then PRL-90º[j] = PRL-90ºSRL[j] + 1 else PRL-90º[j] = 1 SRL[Image[i][j]].90º = SRL[Image[i][j]].90º + PRL-90º[j] {Compute the 135º-SLRs} k = [(N 2 i+j-i) mod N 2 ] + 1 if Image[i][j] is at the first row or the first column then PRL-135º[k] = 1 else if Image[i-1][j-1] = Image[i][j] then PRL-135º[k] = PRL-135º[k] + 1 else PRL-135º [k] = 1 SRL[Image[i][j]].135º = SRL[Image[i][j]].135º + PRL-135º[k] {Compute the 180º-SLRs} if Image[i][j] is at the first column then PRL-180º[j] = 1 else if Image[i][j-1] = Image[i][j] then PRL-180º[j] = PRL-180º[j-1] + 1 else PRL-180º[j] = 1 SRL[Image[i][j]].180º = SRL[Image[i][j]].180º + PRL-180º[j] {Compute the average? -SRLs for each pixel} No_Pixel[Image[i][j]] = No_Pixel[Image[i][j]] + 1 for k = 1 to k = p SRL[k].45º = SRL[k].45º / No_Pixel[k] SRL[k].90º = SRL[k].90º / No_Pixel[k] SRL[k].135º = SRL[k].135º / No_Pixel[k] SRL[k].180º = SRL[k].180º / No_Pixel[k] 12

14 4. Image Retrieval Generally speaking, the design of a database system contains two parts: how to efficiently store and retrieve data in and from the database. The implementation of the proposed image retrieval system can be summarized as follows: In data storage aspect: The steps to build an image database are: (1) to transform each image into an N 1 N 2 contracted image, (2) to design a common palette for the contracted images, (3) to map all the pixels on each contracted image to the indices of the closest elements in the common palette, and to compute the histogram of the image, (4) to extract the? -SRLs of each contracted image. In data retrieval aspect: Given a query image Q, the steps to retrieve the similar database images are: (1) to transform Q into an N 1 N 2 contracted image, (2) to map each pixel of the contracted image to the index of the closest element in the common palette, and to compute the histogram of the contracted image, (3) to extract the? -SRLs of the contracted image, (4) to compute the image matching distance between Q and each database image, and (5) to return the images with the image matching distances less than a given threshold. A same scene may be characterized to variously sized images owing to some extrinsic factors such as the focal distances of cameras and the resolution of scanners. To eliminate size variances, many techniques in pattern recognition (Grarris et al., 1997) transmute all images to a consistent size. Similarity retrieval works effectively when 13

15 the users cannot express the queries in a precise way. In this way, an exact match query is not necessary, and a precise description is no need for the similar image retrieval, either. A smaller palette hence can be received by a similar image retrieval system, and each image can be transformed into a consistent contracted image that is regarded as the index of the color image. After extracting the semi-run-lengths from images, the? -SRLs SLR d and SLR q of a database image I d and the query image I q can be obtained. p is the size of the palette. In this system, the image matching distance between I d and I q is p? 2 2?.45??? SRL? k?.90? SRL? k?.? D =?? k?.45? SRLq? k? k? 1 SRL + d d q 90 2? SRL? k?.135 SRL? k?.135?? SRL? k?.180? SRL? k?. 2??? 2?. d q d q

16 5. Experiments The purpose of the experiments is to compare the performance of the reference color table method (Mehtre et al., 1995) with that of the proposed semi-run-length method. Let D = {f 1, f 2,, f 400 } and Q = { f 1?, f 2?,, f? 400 } be two sets of color images containing 400 images. Here, f i and f? i are two different images randomly picked out from an identical animation. Most of the animations are downloaded from and The images in D are used as the database images, and those in Q as the query images. In these experiments, the system returns a short answer list of similar database images for each query image. We say the system precisely answers the query i if f i is in the answer list of the query i. L is the size of the answer list. Table 3 shows the experimental results. In this table, Ref and SRL denote the reference color table and semi-run-length methods. Acc writes down the average accuracy where the system precisely answers a query. Space is the total memory space required by the system in the experiments. Time is the average executive time for retrieving the images from database that satisfy the requirement of a query. The size of the common palette in these experiments is 27. Table 3. The experimental results Ref SRL Acc Space (%) (bytes) Time Acc Space (sec) (%) (bytes) Time (sec) L= L= L= L= L= The experiments demonstrate that the accuracy of semi-run-length method is 15

17 superior to that of the reference color table method. Since the histograms of the images in Fig. 5 are almost the same, the reference color table method cannot distinguish them, but the semi-run-length method can. However, the semi-run-length needs more memory space and processing time. Furthermore, the semi-run-length can recognize some lightness and rotation variances of images. For example, it can recognize the images in Fig. 6 and in Fig. 8. However, if the rotation and lightness variances between two images are too large, the method cannot recognize them. For instance, it cannot recognize the image pairs in Fig. 7 and in Fig. 9. Moreover, the method is insusceptible to a few noises in images. In these experiments, the proposed method can recognize the pair of images in Fig. 10; nevertheless, it cannot recognize the pair of images in Fig. 11 because of too many noises in the images. 16

18 Fig. 5. Three images with the same histogram Fig. 6. Two lightness variance images Fig. 7. Two lightness variance images Fig. 8. Two rotation variance images Fig. 9. Two rotation variance images Fig. 10. Two noise variance images Fig. 11. Two noise variance images 17

19 6. Conclusions Color histogram is insensitive to noises, orientations, and resolution of images, and color matching can be processed automatically without human intervention. However, it is only a global attribute without any local information. Consequently, the color feature cannot effectively distinguish two distinct images even if they have quite different appearances. To make the retrieval more accurate, this paper introduces the concept of run-length feature. The feature can effectively characterize the direction, area and geometrical shape of an object. However, extracting the run-length feature is time-consuming. Therefore, this paper provides a more efficient representation, semi-run-length. On the basis of the semi-run-length feature, the proposed image retrieval system can offer better accuracy of recognition than that based on the color histogram proposed by (Mehtre et al., 1995). 18

20 References Adoram, M. and Lew, M. S. (1999). IRUS: Image Retrieval Using Shape. IEEE International Conference on Multimedia Computing and Systems 2, Bimbo, A. D. and Pala, P. (1996). Effective Image Retrieval Using Deformable Templates. Proceedings of the 13 th International Conference on Pattern Recognition 3, Bimbo, A. D. and Pala, P. (1997). Visual Image Retrieval by Elastic Matching of User Sketches. IEEE Transactions on Pattern Analysis and Machine Intelligence 19(2), February, Grarris, M. D., Blue, J. L., Dimmick, G. L., Geist, J. D., Grother, J., Janet, S. A., Omidver, O. M. and Wilson, C. L. (1997). Design of a Handprint Recognition System. Journal of Electronic Imaging 6(2), April, Kolpatzik, B. W. and Bouman, C. A. (1995). Optimized Universal Color Palette Design for Error Diffusion. Journal of Electronic Imaging 4(2), Mehtre, B. M., Kankanhali, M. S., Narasimhalu, A. D. and Man, G. C. (1995). Color Matching for Image Retrieval. Pattern Recognition Letter 16, March, Pei, S. C. and Cheng, C. M. (1995). Dependent Scalar Quantization of Color Images. IEEE Transactions on Circuits and Systems for Video Technology 5(2), April Sawhney, H. S., Hafner, J. L. (1994). Efficient Color Histogram Indexing. IEEE International Conference on Image Processing 2, Stricker, M. and Swan, M. (1994). The Capacity of Color Histogram Indexing. IEEE Computer Society Conference on Computer Vision and Pattern Recognition,

Image matching using run-length feature 1

Image matching using run-length feature 1 Pattern Recognition Letters 22 2001) 447±455 www.elsevier.nl/locate/patrec Image matching using run-length feature 1 Yung-Kuan Chan, Chin-Chen Chang * Department of Computer Science and Information Engineering,

More information

Consistent Line Clusters for Building Recognition in CBIR

Consistent Line Clusters for Building Recognition in CBIR Consistent Line Clusters for Building Recognition in CBIR Yi Li and Linda G. Shapiro Department of Computer Science and Engineering University of Washington Seattle, WA 98195-250 shapiro,yi @cs.washington.edu

More information

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information A Revisit to LSB Substitution Based Data Hiding for Embedding More Information Yanjun Liu 1,, Chin-Chen Chang 1, and Tzu-Yi Chien 2 1 Department of Information Engineering and Computer Science, Feng Chia

More information

THE fast evolution of workstations and network technology

THE fast evolution of workstations and network technology IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 9, NO. 3, APRIL 1999 501 Extracting Color Features and Dynamic Matching for Image Data-Base Retrieval Soo-Chang Pei, Senior Member,

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

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

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU 1. Introduction Face detection of human beings has garnered a lot of interest and research in recent years. There are quite a few relatively

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

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

More information

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

Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction

Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction Hand Posture Recognition Using Adaboost with SIFT for Human Robot Interaction Chieh-Chih Wang and Ko-Chih Wang Department of Computer Science and Information Engineering Graduate Institute of Networking

More information

Short Run length Descriptor for Image Retrieval

Short Run length Descriptor for Image Retrieval CHAPTER -6 Short Run length Descriptor for Image Retrieval 6.1 Introduction In the recent years, growth of multimedia information from various sources has increased many folds. This has created the demand

More information

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Andreas Uhl Department of Computer Sciences University of Salzburg, Austria uhl@cosy.sbg.ac.at

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Part 9: Representation and Description AASS Learning Systems Lab, Dep. Teknik Room T1209 (Fr, 11-12 o'clock) achim.lilienthal@oru.se Course Book Chapter 11 2011-05-17 Contents

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

An ICA based Approach for Complex Color Scene Text Binarization

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

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Fingerprint Recognition using Robust Local Features Madhuri and

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

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

TEXT SEGMENTATION ON PHOTOREALISTIC IMAGES

TEXT SEGMENTATION ON PHOTOREALISTIC IMAGES TEXT SEGMENTATION ON PHOTOREALISTIC IMAGES Valery Grishkin a, Alexander Ebral b, Nikolai Stepenko c, Jean Sene d Saint Petersburg State University, 7 9 Universitetskaya nab., Saint Petersburg, 199034,

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

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

A General Framework for Image Retrieval using Reinforcement Learning

A General Framework for Image Retrieval using Reinforcement Learning A General Framework for Image Retrieval using Reinforcement Learning S. Srisuk 1, R. Fooprateepsiri 3, M. Petrou 2, S. Waraklang 3 and K. Sunat 1 Department of Computer Engineering 1, Department of Information

More information

[2006] IEEE. Reprinted, with permission, from [Wenjing Jia, Huaifeng Zhang, Xiangjian He, and Qiang Wu, A Comparison on Histogram Based Image

[2006] IEEE. Reprinted, with permission, from [Wenjing Jia, Huaifeng Zhang, Xiangjian He, and Qiang Wu, A Comparison on Histogram Based Image [6] IEEE. Reprinted, with permission, from [Wenjing Jia, Huaifeng Zhang, Xiangjian He, and Qiang Wu, A Comparison on Histogram Based Image Matching Methods, Video and Signal Based Surveillance, 6. AVSS

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

Robust Shape Retrieval Using Maximum Likelihood Theory

Robust Shape Retrieval Using Maximum Likelihood Theory Robust Shape Retrieval Using Maximum Likelihood Theory Naif Alajlan 1, Paul Fieguth 2, and Mohamed Kamel 1 1 PAMI Lab, E & CE Dept., UW, Waterloo, ON, N2L 3G1, Canada. naif, mkamel@pami.uwaterloo.ca 2

More information

User-Friendly Sharing System using Polynomials with Different Primes in Two Images

User-Friendly Sharing System using Polynomials with Different Primes in Two Images User-Friendly Sharing System using Polynomials with Different Primes in Two Images Hung P. Vo Department of Engineering and Technology, Tra Vinh University, No. 16 National Road 53, Tra Vinh City, Tra

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Data Hiding on Text Using Big-5 Code

Data Hiding on Text Using Big-5 Code Data Hiding on Text Using Big-5 Code Jun-Chou Chuang 1 and Yu-Chen Hu 2 1 Department of Computer Science and Communication Engineering Providence University 200 Chung-Chi Rd., Shalu, Taichung 43301, Republic

More information

Efficient Content Based Image Retrieval System with Metadata Processing

Efficient Content Based Image Retrieval System with Metadata Processing IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 10 March 2015 ISSN (online): 2349-6010 Efficient Content Based Image Retrieval System with Metadata Processing

More information

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS 1 RONNIE O. SERFA JUAN, 2 CHAN SU PARK, 3 HI SEOK KIM, 4 HYEONG WOO CHA 1,2,3,4 CheongJu University E-maul: 1 engr_serfs@yahoo.com,

More information

Region Based Image Fusion Using SVM

Region Based Image Fusion Using SVM Region Based Image Fusion Using SVM Yang Liu, Jian Cheng, Hanqing Lu National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences ABSTRACT This paper presents a novel

More information

A Modified Mean Shift Algorithm for Visual Object Tracking

A Modified Mean Shift Algorithm for Visual Object Tracking A Modified Mean Shift Algorithm for Visual Object Tracking Shu-Wei Chou 1, Chaur-Heh Hsieh 2, Bor-Jiunn Hwang 3, Hown-Wen Chen 4 Department of Computer and Communication Engineering, Ming-Chuan University,

More information

A Two-stage Scheme for Dynamic Hand Gesture Recognition

A Two-stage Scheme for Dynamic Hand Gesture Recognition A Two-stage Scheme for Dynamic Hand Gesture Recognition James P. Mammen, Subhasis Chaudhuri and Tushar Agrawal (james,sc,tush)@ee.iitb.ac.in Department of Electrical Engg. Indian Institute of Technology,

More information

Object Recognition Robust under Translation, Rotation and Scaling in Application of Image Retrieval

Object Recognition Robust under Translation, Rotation and Scaling in Application of Image Retrieval Object Recognition Robust under Translation, Rotation and Scaling in Application of Image Retrieval Sanun Srisuky, Rerkchai Fooprateepsiri? and Sahatsawat Waraklang? yadvanced Machine Intelligence Research

More information

A Robust Wipe Detection Algorithm

A Robust Wipe Detection Algorithm A Robust Wipe Detection Algorithm C. W. Ngo, T. C. Pong & R. T. Chin Department of Computer Science The Hong Kong University of Science & Technology Clear Water Bay, Kowloon, Hong Kong Email: fcwngo, tcpong,

More information

Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation. The original publication is availabl

Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation. The original publication is availabl JAIST Reposi https://dspace.j Title Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation Stephen, Karungaru; Fukumi, Author(s) Minoru; Norio Citation Issue Date 2005-11

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 SKETCH BASED IMAGE RETRIEVAL Prof. S. B. Ambhore¹, Priyank Shah², Mahendra Desarda³,

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

Extracting Road Signs using the Color Information

Extracting Road Signs using the Color Information Extracting Road Signs using the Color Information Wen-Yen Wu, Tsung-Cheng Hsieh, and Ching-Sung Lai Abstract In this paper, we propose a method to extract the road signs. Firstly, the grabbed image is

More information

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification Huei-Yung Lin * and Juang-Yu Wei Department of Electrical Engineering National Chung Cheng University Chia-Yi

More information

Available online at ScienceDirect. Procedia Computer Science 89 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 89 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 89 (2016 ) 778 784 Twelfth International Multi-Conference on Information Processing-2016 (IMCIP-2016) Color Image Compression

More information

Stereo Image Rectification for Simple Panoramic Image Generation

Stereo Image Rectification for Simple Panoramic Image Generation Stereo Image Rectification for Simple Panoramic Image Generation Yun-Suk Kang and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju 500-712 Korea Email:{yunsuk,

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

Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model

Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model Yiqun Hu 2, Xing Xie 1, Wei-Ying Ma 1, Liang-Tien Chia 2 and Deepu Rajan 2 1 Microsoft Research Asia 5/F Sigma

More information

Simultaneous surface texture classification and illumination tilt angle prediction

Simultaneous surface texture classification and illumination tilt angle prediction Simultaneous surface texture classification and illumination tilt angle prediction X. Lladó, A. Oliver, M. Petrou, J. Freixenet, and J. Martí Computer Vision and Robotics Group - IIiA. University of Girona

More information

Linear Quadtree Construction in Real Time *

Linear Quadtree Construction in Real Time * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 26, 1917-1930 (2010) Short Paper Linear Quadtree Construction in Real Time * CHI-YEN HUANG AND YU-WEI CHEN + Department of Information Management National

More information

Saliency Detection for Videos Using 3D FFT Local Spectra

Saliency Detection for Videos Using 3D FFT Local Spectra Saliency Detection for Videos Using 3D FFT Local Spectra Zhiling Long and Ghassan AlRegib School of Electrical and Computer Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA ABSTRACT

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

Indexing by Shape of Image Databases Based on Extended Grid Files

Indexing by Shape of Image Databases Based on Extended Grid Files Indexing by Shape of Image Databases Based on Extended Grid Files Carlo Combi, Gian Luca Foresti, Massimo Franceschet, Angelo Montanari Department of Mathematics and ComputerScience, University of Udine

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

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

Task analysis based on observing hands and objects by vision

Task analysis based on observing hands and objects by vision Task analysis based on observing hands and objects by vision Yoshihiro SATO Keni Bernardin Hiroshi KIMURA Katsushi IKEUCHI Univ. of Electro-Communications Univ. of Karlsruhe Univ. of Tokyo Abstract In

More information

Color Content Based Image Classification

Color Content Based Image Classification Color Content Based Image Classification Szabolcs Sergyán Budapest Tech sergyan.szabolcs@nik.bmf.hu Abstract: In content based image retrieval systems the most efficient and simple searches are the color

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Camera Pose Estimation from Sequence of Calibrated Images arxiv:1809.11066v1 [cs.cv] 28 Sep 2018 Jacek Komorowski 1 and Przemyslaw Rokita 2 1 Maria Curie-Sklodowska University, Institute of Computer Science,

More information

Trademark recognition using the PDH shape descriptor

Trademark recognition using the PDH shape descriptor Annales UMCS Informatica AI 8(1) (2008) 67-73 10.2478/v10065-008-0007-3 Annales UMCS Informatica Lublin-Polonia Sectio AI http://www.annales.umcs.lublin.pl/ Trademar recognition using the PDH shape descriptor

More information

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ)

MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) 5 MRT based Adaptive Transform Coder with Classified Vector Quantization (MATC-CVQ) Contents 5.1 Introduction.128 5.2 Vector Quantization in MRT Domain Using Isometric Transformations and Scaling.130 5.2.1

More information

Detection and recognition of moving objects using statistical motion detection and Fourier descriptors

Detection and recognition of moving objects using statistical motion detection and Fourier descriptors Detection and recognition of moving objects using statistical motion detection and Fourier descriptors Daniel Toth and Til Aach Institute for Signal Processing, University of Luebeck, Germany toth@isip.uni-luebeck.de

More information

Automatic thresholding for defect detection

Automatic thresholding for defect detection Pattern Recognition Letters xxx (2006) xxx xxx www.elsevier.com/locate/patrec Automatic thresholding for defect detection Hui-Fuang Ng * Department of Computer Science and Information Engineering, Asia

More information

Improved Coding for Image Feature Location Information

Improved Coding for Image Feature Location Information Improved Coding for Image Feature Location Information Sam S. Tsai, David Chen, Gabriel Takacs, Vijay Chandrasekhar Mina Makar, Radek Grzeszczuk, and Bernd Girod Department of Electrical Engineering, Stanford

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

A Robust and Efficient Motion Segmentation Based on Orthogonal Projection Matrix of Shape Space

A Robust and Efficient Motion Segmentation Based on Orthogonal Projection Matrix of Shape Space A Robust and Efficient Motion Segmentation Based on Orthogonal Projection Matrix of Shape Space Naoyuki ICHIMURA Electrotechnical Laboratory 1-1-4, Umezono, Tsukuba Ibaraki, 35-8568 Japan ichimura@etl.go.jp

More information

Mobile Visual Search with Word-HOG Descriptors

Mobile Visual Search with Word-HOG Descriptors Mobile Visual Search with Word-HOG Descriptors Sam S. Tsai, Huizhong Chen, David M. Chen, and Bernd Girod Department of Electrical Engineering, Stanford University, Stanford, CA, 9435 sstsai@alumni.stanford.edu,

More information

A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT

A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT 1 G Shireesha, 2 Mrs.G.Satya Prabha 1 PG Scholar, Department of ECE, SLC's Institute of Engineering and Technology, Piglipur

More information

Script Characterization in the Old Slavic Documents

Script Characterization in the Old Slavic Documents Script Characterization in the Old Slavic Documents Darko Brodić 1 2, Zoran N. Milivojević,andČedomir A. Maluckov1 1 University of Belgrade, Technical Faculty in Bor, Vojske Jugoslavije 12, 19210 Bor,

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

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Multi-pass approach to adaptive thresholding based image segmentation

Multi-pass approach to adaptive thresholding based image segmentation 1 Multi-pass approach to adaptive thresholding based image segmentation Abstract - Thresholding is still one of the most common approaches to monochrome image segmentation. It often provides sufficient

More information

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory Computers and Mathematics with Applications 61 (2011) 2101 2106 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa An

More information

CS 223B Computer Vision Problem Set 3

CS 223B Computer Vision Problem Set 3 CS 223B Computer Vision Problem Set 3 Due: Feb. 22 nd, 2011 1 Probabilistic Recursion for Tracking In this problem you will derive a method for tracking a point of interest through a sequence of images.

More information

70 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 6, NO. 1, FEBRUARY ClassView: Hierarchical Video Shot Classification, Indexing, and Accessing

70 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 6, NO. 1, FEBRUARY ClassView: Hierarchical Video Shot Classification, Indexing, and Accessing 70 IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 6, NO. 1, FEBRUARY 2004 ClassView: Hierarchical Video Shot Classification, Indexing, and Accessing Jianping Fan, Ahmed K. Elmagarmid, Senior Member, IEEE, Xingquan

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

Deduction and Logic Implementation of the Fractal Scan Algorithm

Deduction and Logic Implementation of the Fractal Scan Algorithm Deduction and Logic Implementation of the Fractal Scan Algorithm Zhangjin Chen, Feng Ran, Zheming Jin Microelectronic R&D center, Shanghai University Shanghai, China and Meihua Xu School of Mechatronical

More information

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries 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. 3, Issue. 11, November 2014,

More information

A Robust Video Hash Scheme Based on. 2D-DCT Temporal Maximum Occurrence

A Robust Video Hash Scheme Based on. 2D-DCT Temporal Maximum Occurrence A Robust Video Hash Scheme Based on 1 2D-DCT Temporal Maximum Occurrence Qian Chen, Jun Tian, and Dapeng Wu Abstract In this paper, we propose a video hash scheme that utilizes image hash and spatio-temporal

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

Code Transformation of DF-Expression between Bintree and Quadtree

Code Transformation of DF-Expression between Bintree and Quadtree Code Transformation of DF-Expression between Bintree and Quadtree Chin-Chen Chang*, Chien-Fa Li*, and Yu-Chen Hu** *Department of Computer Science and Information Engineering, National Chung Cheng University

More information

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm.

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm. Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Hand Gestures Recognition

More information

TRANSPARENT OBJECT DETECTION USING REGIONS WITH CONVOLUTIONAL NEURAL NETWORK

TRANSPARENT OBJECT DETECTION USING REGIONS WITH CONVOLUTIONAL NEURAL NETWORK TRANSPARENT OBJECT DETECTION USING REGIONS WITH CONVOLUTIONAL NEURAL NETWORK 1 Po-Jen Lai ( 賴柏任 ), 2 Chiou-Shann Fuh ( 傅楸善 ) 1 Dept. of Electrical Engineering, National Taiwan University, Taiwan 2 Dept.

More information

3D object recognition used by team robotto

3D object recognition used by team robotto 3D object recognition used by team robotto Workshop Juliane Hoebel February 1, 2016 Faculty of Computer Science, Otto-von-Guericke University Magdeburg Content 1. Introduction 2. Depth sensor 3. 3D object

More information

Face Recognition using Eigenfaces SMAI Course Project

Face Recognition using Eigenfaces SMAI Course Project Face Recognition using Eigenfaces SMAI Course Project Satarupa Guha IIIT Hyderabad 201307566 satarupa.guha@research.iiit.ac.in Ayushi Dalmia IIIT Hyderabad 201307565 ayushi.dalmia@research.iiit.ac.in Abstract

More information

2. LITERATURE REVIEW

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

More information

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

Diffusion Wavelets for Natural Image Analysis

Diffusion Wavelets for Natural Image Analysis Diffusion Wavelets for Natural Image Analysis Tyrus Berry December 16, 2011 Contents 1 Project Description 2 2 Introduction to Diffusion Wavelets 2 2.1 Diffusion Multiresolution............................

More information

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22)

(Refer Slide Time 00:17) Welcome to the course on Digital Image Processing. (Refer Slide Time 00:22) Digital Image Processing Prof. P. K. Biswas Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur Module Number 01 Lecture Number 02 Application

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

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

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

Automatic Texture Segmentation for Texture-based Image Retrieval

Automatic Texture Segmentation for Texture-based Image Retrieval Automatic Texture Segmentation for Texture-based Image Retrieval Ying Liu, Xiaofang Zhou School of ITEE, The University of Queensland, Queensland, 4072, Australia liuy@itee.uq.edu.au, zxf@itee.uq.edu.au

More information

A Graph Theoretic Approach to Image Database Retrieval

A Graph Theoretic Approach to Image Database Retrieval A Graph Theoretic Approach to Image Database Retrieval Selim Aksoy and Robert M. Haralick Intelligent Systems Laboratory Department of Electrical Engineering University of Washington, Seattle, WA 98195-2500

More information

Camera-Based Document Image Retrieval as Voting for Partial Signatures of Projective Invariants

Camera-Based Document Image Retrieval as Voting for Partial Signatures of Projective Invariants Camera-Based Document Image Retrieval as Voting for Partial Signatures of Projective Invariants Tomohiro Nakai, Koichi Kise, Masakazu Iwamura Graduate School of Engineering, Osaka Prefecture University

More information

Estimating normal vectors and curvatures by centroid weights

Estimating normal vectors and curvatures by centroid weights Computer Aided Geometric Design 21 (2004) 447 458 www.elsevier.com/locate/cagd Estimating normal vectors and curvatures by centroid weights Sheng-Gwo Chen, Jyh-Yang Wu Department of Mathematics, National

More information

AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER

AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER AUTOMATED 4 AXIS ADAYfIVE SCANNING WITH THE DIGIBOTICS LASER DIGITIZER INTRODUCTION The DIGIBOT 3D Laser Digitizer is a high performance 3D input device which combines laser ranging technology, personal

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

Meaningful Shadows for Image Secret Sharing with Steganography and Authentication Techniques

Meaningful Shadows for Image Secret Sharing with Steganography and Authentication Techniques Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 3, July 2014 Meaningful Shadows for Image Secret Sharing with Steganography

More information

Feature Point Extraction using 3D Separability Filter for Finger Shape Recognition

Feature Point Extraction using 3D Separability Filter for Finger Shape Recognition Feature Point Extraction using 3D Separability Filter for Finger Shape Recognition Ryoma Yataka, Lincon Sales de Souza, and Kazuhiro Fukui Graduate School of Systems and Information Engineering, University

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

Unsupervised learning in Vision

Unsupervised learning in Vision Chapter 7 Unsupervised learning in Vision The fields of Computer Vision and Machine Learning complement each other in a very natural way: the aim of the former is to extract useful information from visual

More information

Object Tracking Algorithm based on Combination of Edge and Color Information

Object Tracking Algorithm based on Combination of Edge and Color Information Object Tracking Algorithm based on Combination of Edge and Color Information 1 Hsiao-Chi Ho ( 賀孝淇 ), 2 Chiou-Shann Fuh ( 傅楸善 ), 3 Feng-Li Lian ( 連豊力 ) 1 Dept. of Electronic Engineering National Taiwan

More information