Paintings at an Exhibition EE368 Group 17 Project Report

Size: px
Start display at page:

Download "Paintings at an Exhibition EE368 Group 17 Project Report"

Transcription

1 1 Pantngs at an Exhbton EE368 Group 17 Project Report Mthun Kamat Stanford Unversty mkamat at stanford dot edu Abstract An algorthm s developed and mplemented to recognze pantngs on dsplay at the Cantor Arts Center based on snapshots taken wth a camera phone. The tranng mages were used to create a database of low dmensonal fsher mages. The mage processng was carred out n three steps. Frst, the tranng mages were gray scaled and down sampled from the hgh resoluton color patterns whle preservng the key features. The mages were also adjusted for brghtness by normalzaton. Second, the tranng mages were segmented to dentfy edges correspondng to the frames of the pantngs. The locaton of the frames of the pantngs was used to crop and resze the tranng mages to a consstent scale. Fnally, the tranng mages were transformed to a lower order database usng Fsher Lnear Dscrmnant (FLD) transformaton. The test mage s compared aganst the database usng Eucldean dstance nearest neghbor smlarty matchng. The algorthm demonstrated reasonably good computatonal effcency and accuracy. Ths algorthm was developed as part of the project requrements for EE368 class at Stanford Unversty. The algorthm was selected by tradng off the computatonal and accuracy requrements for the project. The code was mplemented n Matlab TM verson 6.5 usng the Image Processng Toolbox. Ths work could be useful as part of an electronc museum gude wheren the users would pont ther camera phone at a pantng of nterest and would hear commentary based on the recognton result. Keywords augmented realty, egen mages, FLD, fsher mages, mage processng, pantng recognton I I.INTRODUCTION MAGE RECOGNITION s a complex problem due to the dffculty n recognzng and matchng mage features n the presence of varable orentaton, llumnaton, and scale among other thngs. Addtonal complexty s nvolved n the case of recognton of pantngs because no two pantngs are fundamentally alke unlke faces where certan facal features (e.g. nose, eyes) tend to be smlar between dfferent ndvduals. The applcatons for mage recognton are numerous and growng. For example, an electronc museum gude could be envsoned where the user would pont ther camera phone at a pantng of nterest and would hear commentary based on the recognton result. Such an applcaton would nvolve processng of the mage and comparng wth a known database of lbrary mages. The mages could vary from pantngs, art dsplays to hstorcal dsplays such as World War II artfacts. The matched mage could provde the user the relevant audo vsual nformaton about the mage at hand. Applcatons of ths knd are usually referred to as "augmented realty" applcatons. Implemented on hand held moble devces, they are called "moble augmented realty." The task of the project [1] s to focus on the mage recognton part of the above applcatons. Photographs were taken n the European Gallery of the Cantor Arts Center n Calforna. Three photos were taken of each of 33 pantngs. The photos were taken wth a Noka N93 wth a resoluton of 3 mega pxels. The pantngs dd not represent any certan type and ncluded portrats as well as landscapes. An mage recognton algorthm wll perform the necessary processng on the tranng mages such that a new mage from the same set of pantngs could be dentfed accurately n a computatonally effcent manner. II.ALGORITHM DESCRIPTION A.ALGORITHM SELECTION A lterature search was performed to dentfy the most relevant mage processng algorthm. A large body of lterature exsts for mage processng related to face recognton [2 5]. The most cted algorthms nclude the egen faces or fsher faces method that adopt Prncpal

2 Components Analyss (PCA) and Fsher Lnear Dscrmnant Analyss (FLD). PCA technques, also known as Karhunen Loeve methods [2], choose a dmensonalty reducng lnear projecton that maxmzes the scatter of all tranng mages. A drawback of ths approach s that the scatter beng maxmzed s due not only to the between class scatter that s useful for classfcaton, but also to the wthn class scatter that, for classfcaton purposes, s unwanted nformaton [3]. Fsher's Lnear Dscrmnant (FLD) [6] s an example of a class specfc method, n the sense that t tres to shape the scatter n order to make t more relable for classfcaton. Ths method selects a transformaton of the raw mages such a way that the rato of the between class scatter and the wthn class scatter s maxmzed. Both FLD and PCA methods are not nvarant to mage algnment and scalng [7]. Hence, preprocessng would be nvolved before applyng these methods. More recently, a more robust approach has been developed for feature dentfcaton. The Scale Invarant Feature Transform (SIFT) algorthm [8] detects key features that are nvarant to mage scale and rotaton, and are shown to provde robust matchng across a substantal range of affne dstorton, change n 3D vewpont, addton of nose, and change n llumnaton. The smplest algorthm that can be chosen for ths partcular problem s to do a nearest neghbor search of par wse correlaton of the mage wth every mage n the tranng database. Obvously such an algorthm wll requre very hgh computatonal space and may be too senstve to dsturbances. Selecton of the mage processng algorthm nvolved consderaton to the followng elements..the mages presented challenges due to low lght condtons. The algorthm had to adjust for llumnaton and brghtness. b. The mages were taken wth a hand held camera and were qute nosy and moton blurs and/or defocus. c. The algorthm had to be nvarant to rotaton or algnment, and scalng as the mages were taken from dfferent vantage ponts and orentaton vews. d. The algorthm had to be computatonally nexpensve as the turn around on matchng had to be on the order of less than a mnute. A SIFT based mage recognton method [8] would automatcally cover a c. However, the algorthm s patented (not readly usable n a commercal settng), and s not computatonally effcent n Matlab wthout the usage of external nterfaces such as MEX fles, compared wth other avalable methods. On the other hand, FLD approach seemed to be computatonally very effcent and academcally free to use. Based upon the dscusson provded n [1], FLD seemed more relevant than PCA. However, both those algorthms are not nvarant to scalng and algnment and hence preprocessng would be requred before applyng the FLD transformaton. B.PROCEDURE The proposed algorthm s made up of three steps. The step wse procedure s descrbed n Fgure c b c02f9021a e c000000fb bc d00021a d5c0000a b030c d c000000fb02ceff d e f6d616e d d a2d a04f70220d d Fgure 1: Step wse Image Processng Algorthm for detecton of pantngs In the frst step, the raw tranng mages are pre processed to account for the varatons n lghtng, nose, blur and scalng. Also, mages are down sampled n order to reduce the computatonal tme. In the second step, the mages are decomposed ntally based upon the PCA method (Karhunen Loeve Transform KLT) to a reduced order dmenson. Ths step avods sngularty of the wthn class scatter matrx n FLD. Subsequently, the reduced order mages are used to compute the transformaton matrx usng the FLD transformaton approach. The transformaton s appled on the tranng mages and the reduced order tranng mages are stored n the database for smlarty matchng. In the fnal step, the test mages are processed usng the smlar approach dentfed n the frst step, transformed usng the transformaton matrx dentfed n step two, and fnally compared wth the reduced order mage database usng the nearest neghbor Eucldean dstance smlarty matchng method. The algorthm s coded n Matlab TM verson 6.5. Commands from the Image Processng Toolbox wthn the Matlab lbrary are used heavly n ths algorthm. C.IMAGE PRE PROCESSING 1)Convert to Gray Scale The tranng mages obtaned from the lbrary were n the n the form of RGB array. The mage s converted nto gray scale wth pxel values depctng ntenstes between 0 to 255. Fgure 2 shows one of the orgnal pantngs n gray scale. The gray scale mage retaned the key features of the color mages

3 wthout compromsng the effcency of the algorthm. The gray scale mage has sgnfcant computatonal advantage due to lower storage requrement. 3)Normalzaton In order to elmnate dfferences wth regard to contrast and brghtness, the mages are normalzed usng a dynamc range expanson. For example, f the ntensty range of a gray scale mage s 30 to 190, then the pxel values are frst subtracted by 30 and then scaled by a factor of 255/190 n order to acheve normalzaton from 0 to 255. Fgure 4 shows mage The Resurrecton after normalzaton. 3 Fgure 2: Gray scale mage of The Resurrecton. 2)Down Sample The gray scale mage s then down sampled to 15% of the orgnal mage sze. Ths step was performed to avod the computatonal burden of a hgh resoluton mage on a desktop PC. As wll be descrbed below, the KLT method nvolves the calculaton of covarance matrx. Such matrx multplcaton operatons were found to be computatonally extremely expensve especally on a desktop PC. Wth regard to the objectve of ths work, t was found that a down sampled mage retaned the features to a suffcent level provded the correct down samplng scheme s adopted. In ths work, the mage was down sampled usng a blnear nterpolaton. Fgure 3 shows one of the pantngs down szed by a factor of 0.15 usng the blnear nterpolaton. Fgure 3: Down sampled verson of The Resurrecton Fgure 4: Normalzed The Resurrecton mage. 4)Isolaton of the pantng Ths s one of the most mportant steps n the pre processng algorthm. The orgnal mages were taken at dfferent vantage ponts. See Fgure 5a and 5b for two mages of the same pantng taken from a dfferent dstance and angle from each other. Clearly, the mages could possbly contan the pantngs as well as other background nformaton such as corners n the buldng, clps of other pantngs or objects. Frst, the key edges n the mages are detected usng an edge detecton algorthm. In ths work, the canny edge detecton algorthm s used as t optmzes the ablty of several types of edge detectors and also demonstrates nvarance to nose. The masked mage wth edges s then dlated usng a structurng element of a 3x3 matrx of ones n order to clearly segment the edges of the pantng. Note that the edges of the pantng are bascally the frames of the pantngs. Second, the edges correspondng to the frames of the pantngs are used to segment the pantng tself from the rest of the background. Ths s performed usng a smple segmentaton operaton usng labelng. Fgure 5c and 5d show the segmented mages after edge detecton and labelng. A vsual nspecton of Fgure 3 shows that the down sampled mage has retaned the key features of the orgnal mage.

4 ths step proves to be qute robust to changes n dmensons, orentaton as well as scale. Fgure 5a Fgure 5c Fgure 5b Fgure 5d Fgure 5: [a, b] Two gray scale mages of the same pantng; [c, d] segmented mages usng Canny edge detecton and segmentaton usng labelng. 5)Image scalng The locaton of the four corners of the edges solated n the prevous step are computed and then the gray scaled mage from Step 3 s cropped to the sze of the box correspondng to the edges. The cropped mage s then reszed to the orgnal sze thereby ensurng that all mages are of the same scale and sze. D.PROJECTION TRANSFORMATION 1)Karhunen Loeve Pre Transform The Karhunen Loeve Transform method s used to perform a Prncpal Components Analyss (PCA) on the mages. The PCA analyss maxmzes the scatter between the mages thus extractng dstnct features from the mage. Assumng a set of mages n vector form wth each mage of sze MxN, F = f, f,..., f } { 1 2 L The KLT transformaton can reduce the dmensonalty of the matrx F of sze MNxL to JxL by representng the mage by J coeffcents. C = WF Where W s the transformaton matrx. The transformaton matrx s computed usng the Srovch and Krby method [9] L L of computng egen mages correspondng to the 0 Sv largest egen values accordng as where S s the tranng set matrx, S = { f1 µ, f2 µ,..., f L µ } v, and are the egen vectors of S T S. Ideally, L0 would be chosen to mnmze the number of egen mages requred to represent the tranng set. However, snce our prmary objectve s to perform a Fsher transform, we retan the frst n egen mages, where n represents the number of class of mages. Fgure 6a Fgure 6b Fgure 6: [a, b] Cropped and rescaled mages of the same pantng Fgure 6 shows the scaled mages of a pantng that were taken from two dfferent angles. Ths step ensures that the scale nvarant weakness of the egen mages algorthm s not exploted. As wll be descrbed n the Results secton below, 2)Fsher Lnear Dscrmnant Transform The KL transform maxmzes scatter wthn the lnear subspace over the entre mage set regardless of the classfcaton task at hand. However, the set of tranng mages ncludes multple mages of the same pantngs. Specfcally, three mages of 33 pantngs are provded n total. The FLD algorthm s desgned to explot the nformaton wth each class of pantng. The FLD approach, frst proposed n 1936, maxmzes the between class scatter whle mnmzng the wthn class scatter. Assume R B and R W as the between class and wthn class scatter matrces. R R B W = = c = 1 c N ( µ µ )( µ µ ) = 1 f Class( ) ( f µ )( f H µ ) The FLD approach nvolves calculatng the egen values and egen vectors correspondng to the followng soluton H

5 5 R w = λ R w Where w are the egen vectors. B The KL transform was used to generate a reduced order set of 33 egen mages. Ths ensures that for cases where L << MN, the R W matrx s not sngular. The egen values and egen R 1 ( ) vectors of the matrx, R W B were computed usng sngular value decomposton. The egen values of the FLD approach were vsually nspected to decde the reduced order dmenson of the FLD transformaton matrx W E.SIMILARITY MATCHING 1)Test Image Transformaton The test mage s subjected to the preprocessng outlned n the Step 1 of the prevous secton. The processed mage s projected on to a lower dmensonal space of sze 10 by convoluton wth the FLD transformaton matrx 2)Mnmal Eucldean dstance matchng The lower dmensonal vector of test mage s compared to every mage n the tranng database by computng the Eucldean dstance between the test mage and every tranng mage. The values are sorted based upon the nearest neghbor dstance. 2 ξ = mn( q Where q s the reduced test mage, and p k s the reduced tranng mage n the database, k = 1 to L (number of mages) p k 2 ) Egen value number Fgure 7: Egen values of the reduced mage. X axs denotes the number of egen values. Fgure 7 shows the dfferent egen values of the FLD approach. Clearly, most of the hgh energy content of the mages s condensed n the frst 10 egen values. A senstvty analyss was performed by varyng the dmenson of the transformaton matrx from eght to 15, and t was found that the dmenson of 10 s suffcent to preserve the hgh energy characterstcs whle mantanng algorthm accuracy. Therefore, the frst 10 sorted egen vectors consttute the FLD transformaton matrx. 3)Database Generaton and Storage The PCA and FLD transforms are appled n seres to mages that were pre processed usng steps outlned n Step 1. Snce the FLD transform s appled on the mean mages wthn each class, the fnal sze of the database of mages was 10x33 where 10 represents the dmenson of the egen (fsher) mages and 33 represent the number of types of pantngs n the database. Thus, the FLD transform was successful n reducng the dmenson of an mage of sze MN to a vector of 10 fsher coeffcents. 3)Output A two step approach s utlzed to match the pantng. Frst the nearest neghbor value s used to detect a possble matchng canddate n the database. Next, the nearest neghbor Eucldean dstance s compared wth a pre set value of theta. 1 θ = max( 2 p p j For, j = 1 to L (L = number of mages) The followng rejecton system s appled. f ξ > θ, pantng not recognzed else, pantng recognzed The followng functonal nterface provded the results [pantng_ttle] = dentfy_pantng(mg) Where mg: heght by wdth by 3 unt8 array representng a 24 bt RGB mage obtaned through mread( ). pantng_ttle: A character array ndcatng the ttle of the domnant pantng contaned n the nput mage. III.RESULTS The algorthm was tested n a seres of three steps. Frst, the tranng mages used n the algorthm were used as test mages to test the self relablty and computatonal speed. As expected, the algorthm successfully dentfed 100% of the nput mages. Each call to the functon approxmately took 33 seconds for processng. Second, ten of the tranng mages were altered by nducng a combnaton of nose, blur and algnment changes. The algorthm successfully detected 95% )

6 of the nput mages. The mages that were not successfully recognzed were the ones that were algned dfferently (vertcal angle was altered). Ths provded feedback on the weakness of the approach to changes n mage orentaton. Fnally, to test the lmts of the algorthm, a set of 38 test Fgure 8a 8b mages [10] completely dfferent from the tranng database were tested. Some of the test mages ndeed were very challengng because the camera used to capture the mage was a low resoluton camera and the vantage ponts were delberately chosen to be extremely strngent. Fgure 8: [a] Gray scale test mage (courtesy [xx]); [b] Processed test mage usng the algorthm Fgure 8 shows a test mage and the output of the preprocessng of the test mage. The algorthm accurately detected 78% of the test mages. Also, the average tme for the computaton of the results was only 3.35 seconds. The dfference n the computatonal speed between the test mages and the tranng mages was prmarly attrbuted to the sze of the nput mage. The test mages were generated wth a low resoluton camera and hence were of smaller sze. The result showed that the algorthm ndeed was robust to most of the varatons n the nput mages ncludng blurrng, nose, scalng, and brghtness. A study of the cases where the algorthm faled to detect the test mage revealed the common theme of the ssue wth detecton of unalgned mages. IV.CONCLUSIONS An mage processng algorthm was developed as part of the project requrements for EE368 class at Stanford Unversty. The algorthm processed mages of pantngs of dfferent types, scale and orentaton. The mages were transformed nto a reduced dmensonal space usng Fsher Lnear Dscrmnant (FLD) transformaton. The algorthm demonstrated reasonably good computatonal effcency and accuracy. The algorthm suffered from accuracy ssues related to mage orentaton. The success rate of the algorthm n matchng mages needs to be mproved further before the code could be mplemented n commercal software for mage recognton of pantngs. Future work has been dentfed to mprove the features of the algorthm. V.LIMITATIONS AND FUTURE WORK The algorthm was not desgned to be fully robust aganst mage algnment. FLD and PCA based methods are known to be susceptble to scale nvarant ssues. The testng of the algorthm aganst the test mages revealed ths flaw. There are two proposals for future work wth ths algorthm. Frst, the pre processng of the mages before the FLD transformaton should nvolve some sort of algnment of the mages. One method s to combne SIFT based feature detecton wth fsher mages. One can use the SIFT based algorthm to detect key features ncludng the scale and the orentaton. Ths nformaton could be used to detect the major orentaton of the mage and the mage could then be rotated to adjust for the orentaton. Second, the computatonal speed of the algorthm could be mproved by creatng C code for some of the major sub routnes (e.g. scalng sub routne). The C code could be converted nto a Matlab MEX fle, whch wll mprove the computatonal effcency of the overall algorthm. ACKNOWLEDGMENT The author would lke to thank Prof. Bernd Grod and EE368 Sprng Teachng Assstants for ther help throughout the course and especally durng trouble shootng. The author also acknowledges Mr. Jacob Mattngley, a fellow student, for gracously sharng test mages from the Canton Arts Center. Those mages were used to evaluate the lmts of the algorthm. REFERENCES 1] B. Grod, Lecture notes for EE368: Dgtal Image Processng, Sprng 2007, Stanford Unversty. 2] Javer Ruz del Solar, and Pablo Navarrete, Egenspace based face recognton: A comparatve study of dfferent approaches, Applcatons and Revews, vol. 35, no. 3, Aug ] P. Belhumeur, J. P. Hespanha, and D. Kregman, Egenfaces vs. Fsherfaces: Recognton usng class specfc lnear projecton, IEEE transactons on PAMI, July ] R. Chellappa, C. Wlson, and S. Srohey, Human and machne

7 7 recognton of faces: A survey, Proceedngs of the IEEE, vol. 83, no. 5, pp , ] A. Samal and P. Iyengar, Automatc recognton and analyss of human faces and facal expressons: A survey, Pattern recognton, vol. 25, pp , ] R. Fsher, The use of multple measures n taxonomc problems, Ann. Eugencs, vol. 7, pp , ] M. Turk and A. Pentland, Egenfaces for recognton, J. Cogn. Neurosc. vol. 3, no. 1, pp , ] Davd G. Lowe, Dstnctve mage features from scale nvarant feature keyponts, Internatonal journal of computer vson, ] L. Srovtch and M. Krby, Low dmensonal procedure for the characterzaton of human faces, J. Optcal Soc. of Amerca A, vol. 2, pp , ] J. Mattngley, test mages from the Canton Arts Center, clcked on personal camera, Sprng 2007.

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

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

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

Pictures at an Exhibition

Pictures at an Exhibition 1 Pctures at an Exhbton Stephane Kwan and Karen Zhu Department of Electrcal Engneerng Stanford Unversty, Stanford, CA 9405 Emal: {skwan1, kyzhu}@stanford.edu Abstract An mage processng algorthm s desgned

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

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

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

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

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

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

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

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

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

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

On Modeling Variations For Face Authentication

On Modeling Variations For Face Authentication On Modelng Varatons For Face Authentcaton Xaomng Lu Tsuhan Chen B.V.K. Vjaya Kumar Department of Electrcal and Computer Engneerng, Carnege Mellon Unversty Abstract In ths paper, we present a scheme for

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

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

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

Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm

Robust Face Recognition Using Eigen Faces and Karhunen-Loeve Algorithm Robust Face Recognton Usng Egen Faces and Karhunen-Loeve Algorthm Parvnder S. Sandhu, Iqbaldeep Kaur, Amt Verma, Prateek Gupta Abstract The current research paper s an mplementaton of Egen Faces and Karhunen-Loeve

More information

Two-Dimensional Supervised Discriminant Projection Method For Feature Extraction

Two-Dimensional Supervised Discriminant Projection Method For Feature Extraction Appl. Math. Inf. c. 6 No. pp. 8-85 (0) Appled Mathematcs & Informaton cences An Internatonal Journal @ 0 NP Natural cences Publshng Cor. wo-dmensonal upervsed Dscrmnant Proecton Method For Feature Extracton

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

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

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

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information

Face Recognition by Fusing Binary Edge Feature and Second-order Mutual Information Face Recognton by Fusng Bnary Edge Feature and Second-order Mutual Informaton Jatao Song, Bejng Chen, We Wang, Xaobo Ren School of Electronc and Informaton Engneerng, Nngbo Unversty of Technology Nngbo,

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

Object Recognition Based on Photometric Alignment Using Random Sample Consensus

Object Recognition Based on Photometric Alignment Using Random Sample Consensus Vol. 44 No. SIG 9(CVIM 7) July 2003 3 attached shadow photometrc algnment RANSAC RANdom SAmple Consensus Yale Face Database B RANSAC Object Recognton Based on Photometrc Algnment Usng Random Sample Consensus

More information

Range Data Registration Using Photometric Features

Range Data Registration Using Photometric Features Range Data Regstraton Usng Photometrc Features Joon Kyu Seo, Gregory C. Sharp, and Sang Wook Lee Dept. of Meda Technology, Sogang Unversty, Seoul, Korea Dept. of Radaton Oncology, Massachusetts General

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

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

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

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

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Competitive Sparse Representation Classification for Face Recognition

Competitive Sparse Representation Classification for Face Recognition Vol. 6, No. 8, 05 Compettve Sparse Representaton Classfcaton for Face Recognton Yng Lu Chongqng Key Laboratory of Computatonal Intellgence Chongqng Unversty of Posts and elecommuncatons Chongqng, Chna

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

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

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow Integrated Expresson-Invarant Face Recognton wth Constraned Optcal Flow Chao-Kue Hseh, Shang-Hong La 2, and Yung-Chang Chen Department of Electrcal Engneerng, Natonal Tsng Hua Unversty, Tawan 2 Department

More information

Computer Science Technical Report

Computer Science Technical Report Computer Scence echncal Report NLYSIS OF PCSED ND FISHER DISCRIMINNSED IMGE RECOGNIION LGORIHMS Wendy S. Yambor July echncal Report CS3 Computer Scence Department Colorado State Unversty Fort Collns, CO

More information

A Computer Vision System for Automated Container Code Recognition

A Computer Vision System for Automated Container Code Recognition A Computer Vson System for Automated Contaner Code Recognton Hsn-Chen Chen, Chh-Ka Chen, Fu-Yu Hsu, Yu-San Ln, Yu-Te Wu, Yung-Nen Sun * Abstract Contaner code examnaton s an essental step n the contaner

More information

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE

RECOGNIZING GENDER THROUGH FACIAL IMAGE USING SUPPORT VECTOR MACHINE Journal of Theoretcal and Appled Informaton Technology 30 th June 06. Vol.88. No.3 005-06 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 RECOGNIZING GENDER THROUGH FACIAL IMAGE

More information

Face Recognition using Wavelet, PCA, and Neural Networks

Face Recognition using Wavelet, PCA, and Neural Networks Proceedng of the Frst Internatonal Conference on Modelng, Smulaton and Appled Optmzaton, Sharjah, U.A.E. February -3, 005 Face Recognton usng, PCA, and Neural Networks Masoud Mazloom Sharf Unversty of

More information

Palmprint Feature Extraction Using 2-D Gabor Filters

Palmprint Feature Extraction Using 2-D Gabor Filters Palmprnt Feature Extracton Usng 2-D Gabor Flters Wa Kn Kong Davd Zhang and Wenxn L Bometrcs Research Centre Department of Computng The Hong Kong Polytechnc Unversty Kowloon Hong Kong Correspondng author:

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Appearance-based Statistical Methods for Face Recognition

Appearance-based Statistical Methods for Face Recognition 47th Internatonal Symposum ELMAR-2005, 08-10 June 2005, Zadar, Croata Appearance-based Statstcal Methods for Face Recognton Kresmr Delac 1, Mslav Grgc 2, Panos Latss 3 1 Croatan elecom, Savsa 32, Zagreb,

More information

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN

RECOGNITION AND AGE PREDICTION WITH DIGITAL IMAGES OF MISSING CHILDREN RECOGNIION AND AGE PREDICION WIH DIGIAL IMAGES OF MISSING CHILDREN A Wrtng Project Presented to he Faculty of the Department of Computer Scence San Jose State Unversty In Partal Fulfllment of the Requrements

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Histogram-Enhanced Principal Component Analysis for Face Recognition

Histogram-Enhanced Principal Component Analysis for Face Recognition Hstogram-Enhanced Prncpal Component Analyss for Face ecognton Ana-ara Sevcenco and Wu-Sheng Lu Dept. of Electrcal and Computer Engneerng Unversty of Vctora sevcenco@engr.uvc.ca, wslu@ece.uvc.ca Abstract

More information

Augmented Distinctive Features for Efficient Image Matching

Augmented Distinctive Features for Efficient Image Matching Augmented Dstnctve Features for Effcent Image Matchng Quan Wang, We Guan and Suya You CGIT/IMSC USC Los Angeles, CA 90089 quanwang@usc.edu, wguan@usc.edu and suyay@graphcs.usc.edu Abstract Fndng correspondng

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

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

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

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

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

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

Robust Face Alignment for Illumination and Pose Invariant Face Recognition

Robust Face Alignment for Illumination and Pose Invariant Face Recognition Robust Face Algnment for Illumnaton and Pose Invarant Face Recognton Fath Kahraman 1, Bnnur Kurt 2, Muhttn Gökmen 2 Istanbul Techncal Unversty, 1 Informatcs Insttute, 2 Computer Engneerng Department 34469

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Infrared face recognition using texture descriptors

Infrared face recognition using texture descriptors Infrared face recognton usng texture descrptors Moulay A. Akhlouf*, Abdelhakm Bendada Computer Vson and Systems Laboratory, Laval Unversty, Quebec, QC, Canada G1V0A6 ABSTRACT Face recognton s an area of

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

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Journal of Emergng Trends n Computng and Informaton Scences 009-03 CIS Journal. All rghts reserved. http://www.csjournal.org Unhealthy Detecton n Lvestock Texture Images usng Subsampled Contourlet Transform

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

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

Robust Classification of ph Levels on a Camera Phone

Robust Classification of ph Levels on a Camera Phone Robust Classfcaton of ph Levels on a Camera Phone B.Y. Loh, N.K. Vuong, S. Chan and C.. Lau AbstractIn ths paper, we present a new algorthm that automatcally classfes the ph level on a test strp usng color

More information

Face Recognition using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

More information

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem Ecent Computaton of the Most Probable Moton from Fuzzy Correspondences Moshe Ben-Ezra Shmuel Peleg Mchael Werman Insttute of Computer Scence The Hebrew Unversty of Jerusalem 91904 Jerusalem, Israel Emal:

More information

POSSIBILITY FUZZY C-MEANS CLUSTERING FOR EXPRESSION INVARIANT FACE RECOGNITION

POSSIBILITY FUZZY C-MEANS CLUSTERING FOR EXPRESSION INVARIANT FACE RECOGNITION POSSIBILITY FUZZY C-MEANS CLUSTERING FOR EXPRESSION INVARIANT FACE RECOGNITION Aruna Bhat Department of Electrcal Engneerng, IIT Delh, HauzKhas, New Delh ABSTRACT Face beng the most natural method of dentfcaton

More information

Improved SIFT-Features Matching for Object Recognition

Improved SIFT-Features Matching for Object Recognition Improved SIFT-Features Matchng for Obect Recognton Fara Alhwarn, Chao Wang, Danela Rstć-Durrant, Axel Gräser Insttute of Automaton, Unversty of Bremen, FB / NW Otto-Hahn-Allee D-8359 Bremen Emals: {alhwarn,wang,rstc,ag}@at.un-bremen.de

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Fitting and Alignment

Fitting and Alignment Fttng and Algnment Computer Vson Ja-Bn Huang, Vrgna Tech Many sldes from S. Lazebnk and D. Hoem Admnstratve Stuffs HW 1 Competton: Edge Detecton Submsson lnk HW 2 wll be posted tonght Due Oct 09 (Mon)

More information

Novel Fuzzy logic Based Edge Detection Technique

Novel Fuzzy logic Based Edge Detection Technique Novel Fuzzy logc Based Edge Detecton Technque Aborsade, D.O Department of Electroncs Engneerng, adoke Akntola Unversty of Tech., Ogbomoso. Oyo-state. doaborsade@yahoo.com Abstract Ths paper s based on

More information

HUMAN RECOGNITION USING BIOMETRIC AUTHENTICATION SYSTEM

HUMAN RECOGNITION USING BIOMETRIC AUTHENTICATION SYSTEM HUMAN RECOGNIION USING BIOMERIC AUHENICAION SYSEM M. Jasmne Pemeena Pryadarsn, K. Murugesan 2, Srnvasa Rao Inbathn and A. Arun Kumar School of Electroncs Engneerng, VI Unversty, Inda 2 Sree Sastha Insttute

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

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

FACIAL FEATURE EXTRACTION TECHNIQUES FOR FACE RECOGNITION

FACIAL FEATURE EXTRACTION TECHNIQUES FOR FACE RECOGNITION Journal of omputer Scence 10 (12): 2360-2365, 2014 ISSN: 1549-3636 2014 Rahb H. Abyev, hs open access artcle s dstrbuted under a reatve ommons Attrbuton (-BY) 3.0 lcense do:10.3844/jcssp.2014.2360.2365

More information

PYTHON IMPLEMENTATION OF VISUAL SECRET SHARING SCHEMES

PYTHON IMPLEMENTATION OF VISUAL SECRET SHARING SCHEMES PYTHON IMPLEMENTATION OF VISUAL SECRET SHARING SCHEMES Ruxandra Olmd Faculty of Mathematcs and Computer Scence, Unversty of Bucharest Emal: ruxandra.olmd@fm.unbuc.ro Abstract Vsual secret sharng schemes

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

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14 Computer Aded Draftng, Desgn and Manufacturng Volume 5, Number, June 015, Page 14 CADDM Face Recognton Algorthm Fusng Monogenc Bnary Codng and Collaboratve Representaton FU Yu-xan, PENG Lang-yu College

More information

Learning a Locality Preserving Subspace for Visual Recognition

Learning a Locality Preserving Subspace for Visual Recognition Learnng a Localty Preservng Subspace for Vsual Recognton Xaofe He *, Shucheng Yan #, Yuxao Hu, and Hong-Jang Zhang Mcrosoft Research Asa, Bejng 100080, Chna * Department of Computer Scence, Unversty of

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

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

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

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

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

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

More information

3D Face Reconstruction With Local Feature Refinement. Abstract

3D Face Reconstruction With Local Feature Refinement. Abstract , pp.6-74 http://dx.do.org/0.457/jmue.04.9.8.06 3D Face Reconstructon Wth Local Feature Refnement Rudy Adpranata, Kartka Gunad and Wendy Gunawan 3, formatcs Department, Petra Chrstan Unversty, Surabaya,

More information

Detection of Human Actions from a Single Example

Detection of Human Actions from a Single Example Detecton of Human Actons from a Sngle Example Hae Jong Seo and Peyman Mlanfar Electrcal Engneerng Department Unversty of Calforna at Santa Cruz 1156 Hgh Street, Santa Cruz, CA, 95064 {rokaf,mlanfar}@soe.ucsc.edu

More information

Image Matching Algorithm based on Feature-point and DAISY Descriptor

Image Matching Algorithm based on Feature-point and DAISY Descriptor JOURNAL OF MULTIMEDIA, VOL. 9, NO. 6, JUNE 2014 829 Image Matchng Algorthm based on Feature-pont and DAISY Descrptor L L School of Busness, Schuan Agrcultural Unversty, Schuan Dujanyan 611830, Chna Abstract

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

University of Erlangen-Nuremberg. Cauerstrae 7, Erlangen, Germany. and edges. Each node is labeled by a feature vector that characterizes

University of Erlangen-Nuremberg. Cauerstrae 7, Erlangen, Germany. and edges. Each node is labeled by a feature vector that characterizes Deformable Templates for the Localzaton of Anatomcal Structures n Radologc Images Wolfgang Sorgel and Bernd Grod Telecommuncatons Laboratory Unversty of Erlangen-Nuremberg Cauerstrae 7, 91058 Erlangen,

More information

Tone-Aware Sparse Representation for Face Recognition

Tone-Aware Sparse Representation for Face Recognition Tone-Aware Sparse Representaton for Face Recognton Lngfeng Wang, Huayu Wu and Chunhong Pan Abstract It s stll a very challengng task to recognze a face n a real world scenaro, snce the face may be corrupted

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Simplification of 3D Meshes

Simplification of 3D Meshes Smplfcaton of 3D Meshes Addy Ngan /4/00 Outlne Motvaton Taxonomy of smplfcaton methods Hoppe et al, Mesh optmzaton Hoppe, Progressve meshes Smplfcaton of 3D Meshes 1 Motvaton Hgh detaled meshes becomng

More information