A Gradient Difference based Technique for Video Text Detection

Size: px
Start display at page:

Download "A Gradient Difference based Technique for Video Text Detection"

Transcription

1 th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg Abstract Text detecton n vdeo mages has receved ncreasng attenton, partcularly n scene text detecton n vdeo mages, as t plays a vtal role n vdeo ndexng and nformaton retreval. Ths paper proposes a new and robust gradent dfference technque for detectng both graphcs and scene text n vdeo mages. The technque ntroduces the concept of zero crossng to determne the boundng boxes for the detected text lnes n vdeo mages, rather than usng the conventonal projecton profles based method whch fals to fx boundng boxes when there s no proper spacng between the detected text lnes. We demonstrate the capablty of the proposed technque by conductng experments on vdeo mages contanng both graphcs text and scene text wth dfferent font shapes and szes, languages, text drectons, background and contrasts. Our expermental results show that the proposed technque outperforms exstng methods n terms of detecton rate for large vdeo mage database. 1. Introducton Snce 1990s, wth rapd growth of avalable multmeda and ncreasng demand for nformaton ndexng and retreval, much effort has been done on text detecton n vdeo mages [1]. A large number of approaches have been proposed and already obtaned mpressve performance under some constrants [1]. But detectng texts n vdeo wthout any constrants remans challengng and nterestng due to many undesrable propertes of vdeo mages, such as low resoluton, low contrast, unknown text color, sze, poston, orentaton, color bleedng and unconstraned background [2,3]. Two types of text n vdeo are: (1) capton/graphcs/artfcal text whch s artfcally supermposed on the vdeo by human, and (2) scene text whch naturally occurs durng vdeo capture. Obvously, scene text detecton s a challengng task compared to graphcs text due to varyng lghtng, complex movement and transformaton [1]. From the lterature revew t s realzed that connected-component based methods are smple but not robust because they are based on geometrcal propertes of components [4]. On the other hand, texture based methods may be unsutable for small fonts and poor contrast text [5, 6]. In contrast to the precedng two approaches, edge and gradent based methods are fast and effcent but gve more false postves when the complex background present [7-9]. However the major problem of these methods s n choosng threshold values to classfy between text and non text pxels. A method based on unform colors n L* a* b* space s also proposed n [10] to locate unform colored text n vdeo frames. Obvously, ths method fals when text n vdeo contans multple colors n a text lne or n a word. The above observaton shows there s demand for developng a robust technque to gve a better detecton rate wth fewer false alarms wthout any constrants for text detecton n vdeo mages Hence n ths paper, we propose a new robust gradent dfference technque for detectng text n vdeo mages. We observe that the hgh postve and negatve gradent values exst nearer to text pxel or on text pxels compared wth gradent of non text pxel. Ths observaton motvated us to propose a gradent dfference technque for text detecton n vdeo mages. Further, nstead of the conventonal projecton profle based method, we ntroduce a zero crossng technque for fxng boundares of text lnes n vdeo mages. 2. Text Detecton Algorthm 2.1 Gradent Dfference for Text Detecton It s noted n [9] that gradent nformaton n text areas dffers from non text regons because of hgh contrast of text. Ths s the bass of our gradent dfference technque. For a gven gray color mage as shown n Fgure. 1(a), the technque computes gradent dx mage (G) by usng a horzontal mask [-1 1] whch gves rse to Fgure 1(b). Then Gradent Dfference (GD) s obtaned for each pxel n G as the dfference between the maxmum and mnmum gradent values wthn a local wndow of sze 1 n centered at the pxel where n s a value that depends on the character s stroke wdth. In ths study, we choose n = 11 by keepng small fonts n mnd. Hgh postve and negatve gradent values n text regons result from /09 $ IEEE DOI /ICDAR

2 hgh ntensty contrast between the text and background regons. Therefore, text regons wll have both large postve and negatve gradents n a local regon due to even dstrbuton of character strokes. Ths results n locally large GD values. To detect such large values the technque determnes Threshold (T) automatcally. It s shown n Fgure. 1(c) where we can see text clearly as whte patches and background as dark color. Small solated whte patches n Fgure 1(c) are removed and the output s shown n Fgure 1(d). Boundares for whte patches representng text lnes are computed usng a zero crossng technque whch wll be dscussed n secton 2.2, as shown n Fgure 1(e). Fgure 1(f) shows the text blocks detected and Fgure 1(g) shows the extracted text blocks. (a) Input mage (b)gradent mage (c)text segments Text pxel, f ( GD ( x, y ) > T ) ( x, y ) = Non Text pxel, Otherwse (4) A global threshold (T) s determned based on the average value of gradent dfference computed as follows. Frst we compute the average gradent values n m as: AVG = 1 G( x, y ) (5), n m x = 1 y = 1 where n, m are the dmenson of the gradent mage. Next we count the number of Hgh Gradent Values as NHG = count ( G ( x, y ) > AVG ) (6). The sum of GD s computed as n m (7), SGD = x = 1 y = 1 GD ( x, y ) Fnally the value of T s computed as T = SGD (( n m ) NHG ) (8). Graphcal representaton for GD obtaned by text detecton algorthm before and after thresholdng s gven n Fgure 2. It can be seen n Fgure 2(d) that non text areas are suppressed by the threshold T. (d)removed small whte patches (e) Text boundary (a) GD before thresholdng (b) 3D graph for (a) (f) Text blocks detected (g) Text blocks extracted Fgure 1. Text detecton More specfcally, the algorthm for detectng texts n vdeo mages s as follows. Let F(x, y) be the gven gray color mage, G(x, y) be the gradent mage obtaned by convolvng horzontal mask [-1 1] wth F(x,y), and W(x, y) be the local wndow centered at (x,y) of sze Obtan the mnmum and the maxmum gradent values n W over G(x,y) as follows Mn ( x, y) = mn ( G ( x, y )) (1) x, y W ( x, y ) Max ( x, y) = max ( G ( x, y )) (2) x, y W ( x, y ) Usng equaton (1) and (2), compute GD(x,y) as follows GD ( x, y ) = Max ( x, y ) Mn ( x, y ) (3) Then a pxel s classfed as follows (c) GD after thresholdng (d) 3D graph for (c) Fgure 2. Text and background separaton 2.2. Zero Crossng for Fxng Boundng Boxes Conventonal projecton profle based method fals to fx boundng boxes for text lnes when there s no proper spacng between them. Fgure 3(b) shows one such example where the second and thrd lnes are connected to each other. These stuatons are common n vdeo text detecton. Therefore, we propose a zero crossng technque whch does not requre complete spacng between the text lnes, to fx the boundary for such text lnes. Zero crossng means transton from 0 to 1 and 1 to 0. The method counts the number of transtons from 0 to 1 and 1 to 0 n each column from top to bottom of GD(x,y). As shown n Fgure 3(b) GD(x,y) s obtaned for Fgure 3(a) usng the text detecton algorthm gven n secton 2.1. Next t chooses the column whch gves the maxmum number 157

3 of transtons to be the boundary for the text lnes. Here we gnore transton f the dstance between two transtons s too small. Wth the help of the number of transtons, the technque draws horzontal boundares for the text lnes as shown n Fgure 3(d). Further, the technque looks for spacng between the text components wthn two horzontal boundares to draw the vertcal boundary for the words and text lnes. Then the detected text blocks are extracted as shown n Fgure 3(e). Lastly, n order to elmnate false postves, we compute heght, wdth, aspect rato, the number of Canny edges, the number of Sobel edges and the number of transtons from 0 to 1 and 1 to 0 n the detected text blocks. We elmnate the text blocks as false postves f the number of Canny edges s too lttle, or the number of transtons s too small or the absolute dfference between the number of Canny edges and the number of Sobel edges s less than 2. We have chosen three exstng methods [7, 9, 10] for comparson. Method [7] s based on Sobel edge nformaton for text detecton. Method [9] s based on gradent for text detecton. However, as explaned n secton 1, these methods suffer from the choce of several thresholds. Method [10] makes use of unform color for text locaton. 3.2 Sample Test Results Fgures 4-7 show the text detecton results of the proposed method n (a) and the above three exstng methods n (b)-(d) for a varety of sample vdeo mages. In (a), we show the orgnal mage, the text detecton and the fnal text extracton results usng the proposed method. In (b)-(d), we show only the text detecton results of the three exstng methods. Fgure 4 shows that the three exstng methods fal for text detecton n low contrast mage whereas the proposed method detects most of the text n the mage correctly. (a) Input mage (b) Text lne segments (a) Proposed Method (d) Text lne boundary 3. Expermental Results (e) Text blocks extracted Fgure 3. Advantage of zero crossng technque 3.1 Dataset and Methods for Comparson Snce there s no benchmark database, we have created our own dataset for the purpose of expermentaton. In ths dataset, we have ncluded a varety of vdeo mages such as mages from moves, news clps (busness, sports), news contanng some scene texts, sports vdeos (golf, athletcs), musc vdeo and web mages. t also ncludes mages of multple languages such as Englsh, Korean and Chnese. In ths experment, we have selected 488 vdeo mages from the above sad sources whch gve 3231 actual number of text blocks. The method mplemented usng MATLAB software s run on a PC wth Pentum 1V 2.33 GHz processor. The approxmate processng tme for each vdeo mage of sze 352x288 s about 4 seconds for text detecton. (b) Edge based (c) Gradent based (d) Unform text Fgure 4. Text detecton for low contrast mage Fgure 5 shows that the proposed method detects both graphcs and scene text n the athletc mage wth a false postve whle the three exstng methods fal to fx the text lne boundng boxes correctly. The gradent based method fals to detect scene text but the unform text color text method detects text successfully wth a false postve. Fgure 6 shows that the proposed method detects text n the news mage ncludng small font present at the bottom of the mage. Whle the edge and gradent based methods mss some text, the unform text color method tends to nclude addtonal non text nformaton n the boundng boxes. The gradent based method appears to detect small font and low contrast text better than the other two exstng methods. 158

4 (b) Edge based (c) Gradent based (d) Unform text Fgure 5. Text detecton for athletc mage. (b) Edge based (c) Gradent based (d) Unform text Fgure 6. Text detecton for news mage Fgure 7 shows that both the proposed method and the edge based method detect text n complex background correctly. On the other hand, the gradent based method and unform text color methods fal to detect text. 3.3 Comparson Metrcs We evaluate the performance of the proposed method by consderng detecton rate, false postve rate, msdetecton rate and average processng tme as decson parameters. The detected text blocks are represented by ther boundng boxes. The Average Processng Tme (APT) s measured for all mages under study. To judge the correctness of the text blocks detected, we manually count Actual Text Blocks (ATB) n the mages n the dataset. Also we manually label each of the detected blocks as one of the followng categores: Truly detected text block (TDB): a detected block that contans text fully or partally. Falsely detected text block (FDB): a detected block that does not contan text. Text block wth mssng data (MDB): a truly detected text block that msses some characters Based on the number of blocks n each of the categores mentoned above, the followng metrcs are calculated to evaluate the performance of the technques: Detecton rate (DR) = Number TDB / number of ATB. False postve rate (FPR) = Number of FDB / (number of TDB + number of FDB). Msdetecton rate (MDR) = Number of MDB/ Number of TDB The performance of the proposed technque n comparson wth the exstng methods s summarzed n Table 1 and Table 2. Table 2 shows that the detecton rate of the proposed method s hgher than the three exstng methods. Compared wth the exstng gradent method, the present method degrades somewhat n the false postve rate and msdetecton rate. Ths s nsgnfcant consderng the much hgher detecton rate of the present method. The average processng tme of the present method s also comparable to the exstng gradent method. Table 1: Results based on expermental study for the proposed and exstng methods Method ATB TDB FDB MDB Edge based [7] Gradent based [9] Unform text color [10] Proposed (b) Edge based (c) Gradent based (d) Unform text Fgure 7. Text detecton for complex background mage 159

5 Table 2: Performance (%) of the proposed and Exstng methods based on values reported n Table 1 Method DR FPR MDR APT(sec) Edge based [7] Gradent based [9] Unform text color [10] Proposed Experment on wndow sze We have conducted experments for the mage shown n Fgure 6(a) to choose proper n whch we used n secton 2.1 for detectng text canddates usng gradent dfference values as shown n Fgure 8. (a) n = 4 (b) n = 9 (c) n = 11 Fgure 8. Choosng n values It s notced from Fgure 8 that for n = 4 we lost low contrast text bottom lne, for n = 9, t restore bottom lne but t msses rght sde low contrast text and for n = 11, the method detects all text lnes. Hence we choose n = 11 n ths work. Further, t s also notced n Fgure 8(b) that frst lne looks lke cropped whereas n (c) text lne restored completely. 3.5 Lmtaton of the proposed Method Despte ts better performance than the exstg methods, the proposed method has a lmtaton n that t fals to fx boundng boxes for staggered text lnes or skewed scene text as shown n Fgure 9. Soluton to ths problem wll be handled n future. (a)staggered text lnes 4. Concluson and Future Work (b) Skewed scene text Fgure 9. Falure n fxng boundng boxes by the proposed method In ths paper, we propose a gradent dfference based text detecton technque for extractng both graphc text and scene text wth dfferent fonts, sze, scrpts, contrast, orentaton and backgrounds. A zero crossng technque for fxng boundng boxes for touchng text lnes s proposed rather than the projecton profle based method. Expermental results showed that the proposed method gves good detecton rate comparng wth the results of three exstng methods. For our future work, we plan to use temporal nformaton to reduce the false postve rate and msdetecton rate because temporal nformaton wll help n locatng exact text poston n the vdeo mages. Furthermore, the method can be extended to fx the boundng boxes for text lnes wth arbtrary drecton by consderng the detected text block as seed pont to trace the drecton of the remanng text porton. Acknowledgment Ths research s supported n part by IDM R&D grant R References [1] J. Zang and R. Kastur. Extracton of Text Objects n Vdeo Documents: Recent Progress. The Eghth IAPR Workshop on Document Analyss Systems (DAS2008), Nara, Japan, September 2008, pp [2] K. Jung, K.I. Km and A.K. Jan. Text nformaton extracton n mages and vdeo: a survey. Pattern Recognton, 37, 2004, pp [3] Q. Ye, Q. Huang, W. Gao and D. Zhao. Fast and robust text detecton n mages and vdeo frames. Image and Vson Computng 23, 2005, pp [4] A.K. Jan and B. Yu. Automatc Text Locaton n Images and Vdeo Frames. Pattern Recognton, Vol. 31(12), 1998, pp [5] Y. Zhong, H. Zhang and A.K. Jan. Automatc Capton Localzaton n Compressed Vdeo. IEEE Trans. Pattern Analyss and Machne Intellgence, Vol. 22, No. 4, 2000, pp [6] K. L Km, K. Jung and J. H. Km. Texture-Based Approach for Text Detecton n Images usng Support Vector Machnes and Contnuous Adaptve Mean Shft Algorthm. IEEE Transactons on Pattern Analyss and Machne Intellgence, Vol. 25, No. 12, December 2003, pp [7] C. Lu, C. Wang and R. Da. Text Detecton n Images Based on Unsupervsed Classfcaton of Edge-based Features. ICDAR 2005, pp [8] P. Shvakumara, W. Huang and C. L. Tan. An Effcent Edge based Technque for Text Detecton n Vdeo Frames. The Eghth IAPR Workshop on Document Analyss Systems (DAS2008), Nara, Japan, September 2008, pp [9] E. K. Wong and M. Chen. A new robust algorthm for vdeo text extracton. Pattern Recognton 36, 2003, pp [10] V. Y. Marnano and R. Kastur. Locatng Unform- Colored Text n Vdeo Frames. 15 th ICPR, Volume 4, 2000, pp

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Accurate Overlay Text Extraction for Digital Video Analysis

Accurate Overlay Text Extraction for Digital Video Analysis Accurate Overlay Text Extracton for Dgtal Vdeo Analyss Dongqng Zhang, and Shh-Fu Chang Electrcal Engneerng Department, Columba Unversty, New York, NY 10027. (Emal: dqzhang, sfchang@ee.columba.edu) Abstract

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Editorial Manager(tm) for International Journal of Pattern Recognition and

Editorial Manager(tm) for International Journal of Pattern Recognition and Artfcal Intellgence Edtoral Manager(tm) for Internatonal Journal of Pattern Recognton and Manuscrpt Draft Manuscrpt Number: Ttle: TEXT LOCALIZATION IN COMPLEX COLOR DOCUMENTS Artcle Type: Research Paper

More information

Learning-based License Plate Detection on Edge Features

Learning-based License Plate Detection on Edge Features Learnng-based Lcense Plate Detecton on Edge Features Wng Teng Ho, Woo Hen Yap, Yong Haur Tay Computer Vson and Intellgent Systems (CVIS) Group Unverst Tunku Abdul Rahman, Malaysa wngteng_h@yahoo.com, woohen@yahoo.com,

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

MULTIRESOLUTION TEXT DETECTION IN VIDEO FRAMES

MULTIRESOLUTION TEXT DETECTION IN VIDEO FRAMES MULTIRESOLUTION TEXT DETECTION IN VIDEO FRAMES Maros Anthmopoulos, Basls Gatos and Ioanns Pratkaks Computatonal Intellgence Laboratory, Insttute of Informatcs and Telecommuncatons Natonal Center for Scentfc

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

DETECTING TEXT IN VIDEO FRAMES

DETECTING TEXT IN VIDEO FRAMES DETECTING TEXT IN VIDEO FRAMES M. Anthmopoulos, B. Gatos, I. Pratkaks, S. J. Perantons Computatonal Intellgence Laboratory, Insttute of Informatcs and Telecommuncatons, Natonal Center for Scentfc Research

More information

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

More information

Adaptive Silhouette Extraction and Human Tracking in Dynamic. Environments 1

Adaptive Silhouette Extraction and Human Tracking in Dynamic. Environments 1 Adaptve Slhouette Extracton and Human Trackng n Dynamc Envronments 1 X Chen, Zhha He, Derek Anderson, James Keller, and Marjore Skubc Department of Electrcal and Computer Engneerng Unversty of Mssour,

More information

Enhanced Face Detection Technique Based on Color Correction Approach and SMQT Features

Enhanced Face Detection Technique Based on Color Correction Approach and SMQT Features Journal of Software Engneerng and Applcatons, 2013, 6, 519-525 http://dx.do.org/10.4236/jsea.2013.610062 Publshed Onlne October 2013 (http://www.scrp.org/journal/jsea) 519 Enhanced Face Detecton Technque

More information

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS Ej TAIRA, Sech UCHIDA, Hroak SAKOE Graduate School of Informaton Scence and Electrcal Engneerng, Kyushu Unversty Faculty of

More information

An Efficient Background Updating Scheme for Real-time Traffic Monitoring

An Efficient Background Updating Scheme for Real-time Traffic Monitoring 2004 IEEE Intellgent Transportaton Systems Conference Washngton, D.C., USA, October 3-6, 2004 WeA1.3 An Effcent Background Updatng Scheme for Real-tme Traffc Montorng Suchendra M. Bhandarkar and Xngzh

More information

Video Object Tracking Based On Extended Active Shape Models With Color Information

Video Object Tracking Based On Extended Active Shape Models With Color Information CGIV'2002: he Frst Frst European Conference Colour on Colour n Graphcs, Imagng, and Vson Vdeo Object rackng Based On Extended Actve Shape Models Wth Color Informaton A. Koschan, S.K. Kang, J.K. Pak, B.

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

USING GRAPHING SKILLS

USING GRAPHING SKILLS Name: BOLOGY: Date: _ Class: USNG GRAPHNG SKLLS NTRODUCTON: Recorded data can be plotted on a graph. A graph s a pctoral representaton of nformaton recorded n a data table. t s used to show a relatonshp

More information

An Automatic Eye Detection Method for Gray Intensity Facial Images

An Automatic Eye Detection Method for Gray Intensity Facial Images www.ijcsi.org 272 An Automatc Eye Detecton Method for Gray Intensty Facal Images M. Hassaballah 1,2, Kenj Murakam 1, Shun Ido 1 1 Department of Computer Scence, Ehme Unversty, 790-8577, Japan 2 Department

More information

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Face Tracking Using Motion-Guided Dynamic Template Matching

Face Tracking Using Motion-Guided Dynamic Template Matching ACCV2002: The 5th Asan Conference on Computer Vson, 23--25 January 2002, Melbourne, Australa. Face Trackng Usng Moton-Guded Dynamc Template Matchng Lang Wang, Tenu Tan, Wemng Hu atonal Laboratory of Pattern

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Snakes-based approach for extraction of building roof contours from digital aerial images

Snakes-based approach for extraction of building roof contours from digital aerial images Snakes-based approach for extracton of buldng roof contours from dgtal aeral mages Alur P. Dal Poz and Antono J. Fazan São Paulo State Unversty Dept. of Cartography, R. Roberto Smonsen 305 19060-900 Presdente

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Classifier Swarms for Human Detection in Infrared Imagery

Classifier Swarms for Human Detection in Infrared Imagery Classfer Swarms for Human Detecton n Infrared Imagery Yur Owechko, Swarup Medasan, and Narayan Srnvasa HRL Laboratores, LLC 3011 Malbu Canyon Road, Malbu, CA 90265 {owechko, smedasan, nsrnvasa}@hrl.com

More information

LOOP ANALYSIS. The second systematic technique to determine all currents and voltages in a circuit

LOOP ANALYSIS. The second systematic technique to determine all currents and voltages in a circuit LOOP ANALYSS The second systematic technique to determine all currents and voltages in a circuit T S DUAL TO NODE ANALYSS - T FRST DETERMNES ALL CURRENTS N A CRCUT AND THEN T USES OHM S LAW TO COMPUTE

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features A Probablstc Approach to Detect Urban Regons from Remotely Sensed Images Based on Combnaton of Local Features Berl Sırmaçek German Aerospace Center (DLR) Remote Sensng Technology Insttute Weßlng, 82234,

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

Intelligent Video Display to Raise Quality of Experience on Mobile Devices

Intelligent Video Display to Raise Quality of Experience on Mobile Devices Intellgent Vdeo Dsplay to Rase Qualty of Experence on Moble Devces Changck Km* a, Jaeseung Ko a, Ilkoo Ahn a, Muhammad Usman a, Jae Hoon Kwon b, Jeongrok Park b, Young Hun Joo b, and Yun Je Oh b a Vsual

More information

EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS

EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS EFFICIENT H.264 VIDEO CODING WITH A WORKING MEMORY OF OBJECTS A Thess presented to the Faculty of the Graduate School at the Unversty of Mssour-Columba In Partal Fulfllment of the Requrements for the Degree

More information

Fingerprint matching based on weighting method and SVM

Fingerprint matching based on weighting method and SVM Fngerprnt matchng based on weghtng method and SVM Ja Ja, Lanhong Ca, Pnyan Lu, Xuhu Lu Key Laboratory of Pervasve Computng (Tsnghua Unversty), Mnstry of Educaton Bejng 100084, P.R.Chna {jaja}@mals.tsnghua.edu.cn

More information

DETECTION OF MOVING OBJECT BY FUSION OF COLOR AND DEPTH INFORMATION

DETECTION OF MOVING OBJECT BY FUSION OF COLOR AND DEPTH INFORMATION INTERNATIONAL JOURNAL ON SMART SENSING AN INTELLIGENT SYSTEMS VOL. 9, NO., MARCH 206 ETECTION OF MOVING OBJECT BY FUSION OF COLOR AN EPTH INFORMATION T. T. Zhang,G. P. Zhao and L. J. Lu School of Automaton

More information

FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE

FACE RECOGNITION USING MAP DISCRIMINANT ON YCBCR COLOR SPACE FAC RCOGNIION USING MAP DISCRIMINAN ON YCBCR COLOR SPAC I Gede Pasek Suta Wjaya lectrcal ngneerng Department, ngneerng Faculty, Mataram Unversty. Jl. Majapaht 62 Mataram, West Nusa enggara, Indonesa. mal:

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

More information

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

More information

3D Face Recognition Fusing Spherical Depth Map and Spherical Texture Map

3D Face Recognition Fusing Spherical Depth Map and Spherical Texture Map Journal of Computer and Communcatons, 14, *, ** Publshed Onlne **** 14 n ScRes. http://www.scrp.org/journal/jcc http://dx.do.org/1.436/jcc.14.***** 3D Face Recognton Fusng Sphercal Depth Map and Sphercal

More information

Comparison Study of Textural Descriptors for Training Neural Network Classifiers

Comparison Study of Textural Descriptors for Training Neural Network Classifiers Comparson Study of Textural Descrptors for Tranng Neural Network Classfers G.D. MAGOULAS (1) S.A. KARKANIS (1) D.A. KARRAS () and M.N. VRAHATIS (3) (1) Department of Informatcs Unversty of Athens GR-157.84

More information

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

More information

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

More information

Refinement to the Chamfer matching for a center-on fit

Refinement to the Chamfer matching for a center-on fit Refnement to the Chamfer matchng for a center-on ft Jngyng Chen Paul Tan Terence Goh Sngapore Technologes Dynamcs 249 Jalan Boon Lay Sngapore 69523 Abstract Matchng s a central problem n mage analyss and

More information

Mining Image Features in an Automatic Two- Dimensional Shape Recognition System

Mining Image Features in an Automatic Two- Dimensional Shape Recognition System Internatonal Journal of Appled Mathematcs and Computer Scences Volume 2 Number 1 Mnng Image Features n an Automatc Two- Dmensonal Shape Recognton System R. A. Salam, M.A. Rodrgues Abstract The number of

More information

Multi-view 3D Position Estimation of Sports Players

Multi-view 3D Position Estimation of Sports Players Mult-vew 3D Poston Estmaton of Sports Players Robbe Vos and Wlle Brnk Appled Mathematcs Department of Mathematcal Scences Unversty of Stellenbosch, South Afrca Emal: vosrobbe@gmal.com Abstract The problem

More information

LOCAL FEATURE EXTRACTION AND MATCHING METHOD FOR REAL-TIME FACE RECOGNITION SYSTEM. Ho-Chul Shin, Hae Chul Choi and Seong-Dae Kim

LOCAL FEATURE EXTRACTION AND MATCHING METHOD FOR REAL-TIME FACE RECOGNITION SYSTEM. Ho-Chul Shin, Hae Chul Choi and Seong-Dae Kim LOCAL FEATURE EXTRACTIO AD MATCHIG METHOD FOR REAL-TIME FACE RECOGITIO SYSTEM Ho-Chul Shn, Hae Chul Cho and Seong-Dae Km Vsual Communcatons Lab., Department of EECS Korea Advanced Insttute of Scence and

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

DEFECT INSPECTION OF PATTERNED TFT-LCD PANELS USING A FAST SUB-IMAGE BASED SVD. Chi-Jie Lu* and Du-Ming Tsai**

DEFECT INSPECTION OF PATTERNED TFT-LCD PANELS USING A FAST SUB-IMAGE BASED SVD. Chi-Jie Lu* and Du-Ming Tsai** Proceedngs of the Ffth Asa Pacfc Industral Engneerng and Management Systems Conference 2004 DEFECT INSPECTION OF PATTERNED TFT-LCD PANELS USING A FAST SUB-IMAGE BASED SVD Ch-Je Lu* and Du-Mng Tsa** *Department

More information

Development of an Active Shape Model. Using the Discrete Cosine Transform

Development of an Active Shape Model. Using the Discrete Cosine Transform Development of an Actve Shape Model Usng the Dscrete Cosne Transform Kotaro Yasuda A Thess n The Department of Electrcal and Computer Engneerng Presented n Partal Fulfllment of the Requrements for the

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Gender Classification using Interlaced Derivative Patterns

Gender Classification using Interlaced Derivative Patterns Gender Classfcaton usng Interlaced Dervatve Patterns Author Shobernejad, Ameneh, Gao, Yongsheng Publshed 2 Conference Ttle Proceedngs of the 2th Internatonal Conference on Pattern Recognton (ICPR 2) DOI

More information

2-Dimensional Image Representation. Using Beta-Spline

2-Dimensional Image Representation. Using Beta-Spline Appled Mathematcal cences, Vol. 7, 03, no. 9, 4559-4569 HIKARI Ltd, www.m-hkar.com http://dx.do.org/0.988/ams.03.3359 -Dmensonal Image Representaton Usng Beta-plne Norm Abdul Had Faculty of Computer and

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION. Day by day, the demands for higher and faster technologies are rapidly

CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION. Day by day, the demands for higher and faster technologies are rapidly 65 CHAPTER 3 ENCODING VIDEO SEQUENCES IN FRACTAL BASED COMPRESSION 3.1 Introducton Day by day, the demands for hgher and faster technologes are rapdly ncreasng. Although the technologes avalable now are

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

EDGE DETECTION USING MULTISPECTRAL THRESHOLDING

EDGE DETECTION USING MULTISPECTRAL THRESHOLDING ISSN: 0976-90 (ONLINE) DOI: 0.97/jvp.06.084 ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, MAY 06, VOLUME: 06, ISSUE: 04 EDGE DETECTION USING MULTISPECTRAL THRESHOLDING K.P. Svagam, S.K. Jayanth, S. Aranganayag

More information

Writer Identification using a Deep Neural Network

Writer Identification using a Deep Neural Network Wrter Identfcaton usng a Deep Neural Network Jun Chu and Sargur Srhar Department of Computer Scence and Engneerng Unversty at Buffalo, The State Unversty of New York Buffalo, NY 1469, USA {jchu6, srhar}@buffalo.edu

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION Arborne Target Trackng Algorthm aganst Oppressve Decoys n Infrared Imagery Xechang Sun, Tanxu Zhang State Key Laboratory for Multspectral Informaton Processng Technologes; Insttute for Pattern Recognton

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Robust visual tracking based on Informative random fern

Robust visual tracking based on Informative random fern 5th Internatonal Conference on Computer Scences and Automaton Engneerng (ICCSAE 205) Robust vsual trackng based on Informatve random fern Hao Dong, a, Ru Wang, b School of Instrumentaton Scence and Opto-electroncs

More information