PCA Based Gait Segmentation

Size: px
Start display at page:

Download "PCA Based Gait Segmentation"

Transcription

1 Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, Yangzhou, Chna 2 Department of Electronc Engneerng, Nanng Unversty of Scence & echnology, Nanng, Chna hgl@yzu.edu.cn Abstract A PCA based gat segmentaton method s proposed. Background mages are used for PCA tranng. PCA reconstructon, recursve error compensaton and sngle threshold based method s put forward for gat segmentaton. Sngle threshold based method has the same gat segmentaton ablty as classcal adaptve threshold based method, and the former s faster n mplementaton than the later. Proposed method s better than classcal background subtracton based method, and can be compared wth Gaussan dervatve flter based method. Proposed method converges rapdly and has the excellent capablty of gat segmentaton for varant background. Keyword: PCA, Gat segmentaton, Gat recognton.. ntroducton Gat recognton s one of the man technologes for authentcatng a person at a long dstance. ther bometrcs technologes, such as fngerprnt recognton, rs recognton, face recognton, hand recognton and palmprnt recognton, can't work effectvely when person s far away. Gat segmentaton s the frst step for gat analyss and recognton. Gat segmentaton can be defned as extractng human body from background n gat mage. Usually the result of gat segmentaton s a slhouette mage. Classcal gat segmentaton method s background subtracton []. hs method can't work well when pxel of foreground mage has smlar gray level value as that of pxel of background mage n the same poston. Because there are new edges at human body contour n foreground mage, human body counter can be found through comparng the edge nformaton between foreground mage and background mage. We have provded a new gat segmentaton method, whch s based on comparng flterng results between foreground mage and background mage usng mult-scale and mult-drecton Gaussan dervatve flters [2]. Better gat segmentaton method s stll expected. Face recognton technology has been developed deeply, and a lot of algorthms have been proposed. Successful face recognton method can be used for other bometrcs. Some approaches have been * hs paper s sponsored by the proect (No. 04KJB5067) from educaton department of Jangsu, Chna. 36

2 nternatonal Journal of nformaton echnology Vol. 2 No proposed to extract and remove eyeglasses from facal mages. f we take person n gat mage as glasses n facal mage, glasses removal algorthm can be used for gat segmentaton. Sato reconstructed eyeglassless facal mages usng PCA [3]. Facal mages wth eyeglasses are proected nto the egenspace traned by eyeglassless facal mages, from whch correspondng eyeglassless facal mages are reconstructed. he representatonal capablty of PCA depends on the tranng mages. Because the tranng mages have no eyeglasses, the reconstructed mages don t have eyeglasses no matter the nput facal mages have eyeglasses or not. herefore, reconstructon errors caused by eyeglasses are spread out over the entre reconstructed mage. hs results n some degradaton of qualty and some traces of the eyeglasses frame remaned. Smple PCA method has some lmtatons n obtanng natural lookng glassless facal mages. Cheng Du and Guangda Su removed eyeglasses from facal mage usng PCA reconstructon, recursve error compensaton and adaptve threshold based method [4]. egons, whch are occluded by eyeglasses, are frstly detected by adaptve bnarzaton approach. hen natural lookng eyeglassless facal mage s obtaned by recursve error compensaton of PCA reconstructon. he reconstructed mages have nether trace of eyeglasses, nor the reflecton and shade caused by the eyeglasses. A PCA reconstructon, recursve error compensaton and sngle threshold based method s proposed n ths paper. he rest part of ths paper s arranged as follows. PCA and SVD algorthm are ntroduced n secton 2. Smple PCA reconstructon based gat segmentaton method and PCA reconstructon, recursve error compensaton and sngle threshold based gat segmentaton method wll be dscussed n secton 3. Experments and results are n secton 4. Secton 5 s conclusons.. PCA Algorthm and SVD Algorthm Proposed method s derved from PCA algorthm and SVD algorthm. PCA algorthm and SVD algorthm are descrbed as follows. A. SVD Algorthm SVD algorthm s gven frstly. Let A be a M N real matrx of a face mage, M > N, and rank A =, the sngular value decomposton ( SVD ) of A s, ( ) K where, Σ = dag( λ0, λ,..., λk,0,...,0), U = [ u0, u,..., uk, uk, uk +,..., um ], V = [ v0, v,..., v K, v K, v K +,..., v N ], Σ s a M N matrx, U s a M M matrx, V s a N N matrx, λ, = 0,,..., K are egenvalues of AA as well as λ, = 0,,..., K are sngular values of A, u, = 0,,..., M are column egenvectors of AA, v, = 0,,..., N are column egenvectors of A A. 2 A = UΣ V. () A A, and λ 0 > λ >... > λk, 37

3 Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton he relatonshp of U and V s 2 U = AVΣ. (2) B. PCA Algorthm PCA ( prncpal component analyss ) algorthm s dscussed as follows. Let, = 0,,..., M be N N face mages for tranng, and t can be represented as N 2 vectors Γ, = 0,,..., M. he dfference vector Φ s defned as Φ = Γ Ψ, where M Ψ = Γ. M Ψ s the average vector of where A [ Φ Φ Φ ] = 0,,..., M dffcult, so egenvectors v of SVD, AA and A A u = Av. λ mage Γ. he 2 2 N N covarance matrx C s defned as, M C = ΦΦ M = 0 = AA M. Drectly computng egenvectors u of M M matrx A A s computed ( = 0. (3) 2 2 N N matrx AA s 2 M << N ). Accordng to have same egenvalue λ, and the relatonshp of u and N N can be represented as vector N 2 v s Γ, and related dfference vector s Φ = Γ Ψ. he feature of N N s F = U Φ. he reconstructed Φˆ s Φ ˆ = UF. he reconstructed mage vector Γˆ s Γ ˆ = Φ ˆ + Ψ. (4). Gat Segmentaton Method Smple PCA reconstructon based method, and recursve error compensaton and sngle threshold based method, are depcted as follows. A. Smple PCA econstructon Based Method Frstly background mages are used to tran PCA algorthm [3]. Secondly foreground mage s proected to the egenspace traned by background mages. hen reconstructed mage of foreground mage can be computed from egenspace usng PCA reconstructon algorthm. Because tranng mages have no person, the reconstructed mage has no person yet. Fnally, reconstructed mage s subtracted from orgnal foreground mage, and segmented bnary mage can be ganed by threshold, where H s threshold operator. ( ) = H. (5) 38

4 nternatonal Journal of nformaton echnology Vol. 2 No B. ecursve Error Compensaton and Sngle hreshold Based Method PCA reconstructon, recursve error compensaton and sngle threshold based gat segmentaton method s gven as follows. t s followed by a postprocessng, n order to obtan good gat segmentaton results. he qualty of from smple PCA reconstructon based method s not very good. ecursve error compensaton and sngle threshold based method should be used [4]. he man dfference between proposed method and method n [4] s, usng sngle threshold to take the place of adaptve threshold. he proposed method s depcted as follows. where, s the number of teraton, s orgnal foreground mage, C s error compensaton mage, s PCA reconstructed mage, ( W ), =,2 J. (6) C = W +,..., ( ) PCA _ EC, = =. (7) C PCA _ EC( ), = 2,3,..., J ( m, n) ( m, n), = W ( m, n) =. (8) 0, = 0 ( ) = H. (9) s the segmented bnary mage, PCA _ EC s PCA reconstructon algorthm, W s weght matrx, H s sngle threshold operator, whch s take the place of adaptve threshold. C C f < ε, where ε s a small threshold, the algorthm s termnated. J s the ultmate segmented slhouette mage. Dstance between PCA reconstructed mage and orgnal mage s defned as ( ) = SUM ( ), =,2 J D,...,. (0) Because there are small regons and holes n J, a postprocessng s needed. Frstly a morphologcal close operator s used to merge small and near regons n J. hen bnary mage are labeled and small regons are removed. Fnally a hole-fllng operator s used to fll the hole n bnary mage. V. Experments and esults Gat mages come from CMU MB database [5]. hs database has 25 persons, sx dfferent vew angles, and four types of walk: slow walk, fast walk, slow nclne walk and slow walk holdng a ball. 39

5 Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton A. PCA ranng wth Smlar Background mages 8 smlar background mages of vew angle are used for PCA tranng. Fg. s the result of proposed method. Fg. (a) s the background mage. Fg. (b) s the foreground mage. Fg. (c) s J. Fg. (d) s the result mage of morphologcal close operator. Fg. (e) s the result mage of removng small regons. Fg. (f) s the result mage of hole fllng. Fg. (f) shows that proposed method has perfect ablty of gat segmentaton. Fg. (g) s the result mage of background subtracton based method. Comparng Fg. (g) and Fg. (f), t shows proposed method s better than background subtracton based method. Fg. (h) s the result mage of Gaussan dervatve flter based method. Comparng Fg. (h) and Fg. (f), t shows proposed method s as good as Gaussan dervatve flter based method. Fg. () s the result mage of PCA reconstructon, recursve error compensaton and adaptve threshold based method. Comparng Fg. () and Fg. (f), t shows proposed method has the same ablty as PCA reconstructon, recursve error compensaton and adaptve threshold based method. Because proposed method uses sngle threshold and need not compute adaptve threshold, whose computaton load s large, t s faster n mplementaton than adaptve threshold based method. Fg. 2 and Fg. 3 further study the ablty of sngle threshold based method and adaptve threshold base method. Fg. 2(a)~2(d) are ~ 4 of sngle threshold based method. Fg. 2(e)~2(h) are ~ 4 of adaptve threshold based method. t shows the bggest dfference s n the frst teraton. hs s because, sngle threshold based method uses a unquely small threshold and adaptve threshold based method uses varant threshold, whch s n drect proporton to the mean of. Fg. 3 s the relatonshp curve of dstance D ( ) and the number of teraton. he sold lne s the curve of sngle threshold based method, and the dashed s the curve of adaptve threshold based method. t shows the bggest dfference s n second teraton. hs because s same n both methods of the frst teraton. Fg. 2 and Fg. 3 show sngle threshold based method has the same ablty for gat segmentaton as adaptve threshold based method. Fg. 3 also shows proposed method wll termnate at the ffth teraton. So proposed method converges rapdly. hs s very mportant for realtme gat recognton system. Fg. 4 has more examples of proposed method. B. PCA ranng wth Four Knds of Background mages 25 background mages of vew angle are used for PCA tranng. hese back-ground mages can be dvded nto four knds. Fg. 5 shows four knds of background and ts gat segmentaton examples. Fg. 5 shows that proposed method can be used for varant background. hs s very mportant for practcal gat recognton system. V. Concluson A PCA based gat segmentaton method s proposed. Frstly background mages are used for PCA tranng. hen PCA reconstructon, recursve error compensaton and sngle threshold based method s brought forward for gat segmentaton. Fnally a postprocessng s adopted for obtanng well segmented mage. Sngle threshold based method has the same ablty as classcal adaptve threshold 40

6 nternatonal Journal of nformaton echnology Vol. 2 No based method, and the former s faster n mplementaton than the later, because sngle threshold based method uses a unquely small threshold and adaptve threshold based method uses varant threshold. Proposed method s better than classcal background subtracton based method, and can be compared wth Gaussan dervatve flter based method. Proposed method converges rapdly and can be used for varant background. he man drawback of proposed method s that shade removng s not ncluded. n future work shade removng wll be studed. (a) (b) (c) (d) (e) (f) (g) (h) () Fg.. (a) Background mage, (b) foreground mage, (c) J, (d) result mage of morphologcal close operator, (e) result mage of removng small regons, (f) result mage of hole fllng operator, (g) result mage of background subtracton based method, (h) result mage of Gaussan dervatve flter based method, () result mage of PCA reconstructon, recursve error compensaton and adaptve threshold based method. 4

7 Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton (a) (b) (c) (d) Fg. 2. (a) sngle threshold, (e) (e) (f) (g) (h) of sngle threshold, (b) 2 of sngle threshold, (c) of adaptve threshold, (f) threshold, (h) 3 of sngle threshold, (d) 2 of adaptve threshold, (g) 4 of adaptve threshold.. 4 of 3 of adaptve Fg. 3. he relatonshp curve of dstance and the number of teraton. Sold lne s the curve of sngle threshold, and dashed s the curve of adaptve threshold. 42

8 nternatonal Journal of nformaton echnology Vol. 2 No Fg. 4. More examples for foreground mages and related segmented mages. 43

9 Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton (a) (b) (c) (d) Fg. 5. Four knds of background and ts gat segmentaton examples. (a) background and ts gat segmentaton example, (b) background 2 and ts gat segmentaton example, (c) background 3 and ts gat segmentaton example, (d) background 4 and ts gat segmentaton example. 44

10 nternatonal Journal of nformaton echnology Vol. 2 No eferences [] obert. Collns, alph Gross and Janbo Sh, Slhouette-based human dentfcaton from body shape and gat, Proc. of nt. Conf. n Automatc Face and Gesture ecognton, 2002, pp [2] Honggu L, Xngguo L, LLE based gat analyss and recognton, Stan Z. L (eds.), Advances n Bometrc Person Authentcaton, Lecture Notes n Computer Scence, Vol Sprnger-Verlag, Berln Hedelberg New York, 2004, pp [3] Sato, Y. Kenmoch, Y. and Kotan, K., Estmaton of eyeglassless facal mages usng prncpal component analyss, Proc. of nt. Conf. on mage Processng, Vol.4, 999, pp [4] Cheng Du, Guangda Su, Eyeglasses removal from facal mages, Manuscrpt Draft (PAEC-D pdf), Pattern ecognton Letters. [5].Gross, J. Sh, he CMU Moton of Body (MoBo) Database, echncal eport CMU , obotcs nsttute, Carnege Mellon Unversty, 200. Honggu L born n 97, receved B.S. degree of appled electroncs from physcs department of Yangzhou Unversty, Chna, n 994, and Ph.D. degree of mechancal-electronc engneerng from electronc engneerng department of Nanng Unversty of Scence & echnology, Chna, n 999. He was a tutor of Yangzhou Unversty n 994. He read for PhD degree n Nanng Unversty of scence and technology from 995 to 999. He s an assocate professor n Yangzhou Unversty snce Hs research area ncludes computer vson, pattern recognton and machne learnng. Cupng Sh born n 98, receved B.S. degree from Daqng Petroleum Unversty, Chna, n 2004, and M.S. degree from Yangzhou Unversty, Chna, n She s a tutor n Qqhaer Unversty n Chna. Her research area ncludes computer vson and pattern recognton. Xngguo L born n 940, receved B.S. degree from Chengdu Unversty of Electronc Scence & echnology n Chna. He s a professor and a doctoral supervsor n Nanng Unversty of Scence & echnology. Hs research area s MMW sgnal processng. 45

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

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

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

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

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

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

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

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

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

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

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

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

Shape-adaptive DCT and Its Application in Region-based Image Coding

Shape-adaptive DCT and Its Application in Region-based Image Coding Internatonal Journal of Sgnal Processng, Image Processng and Pattern Recognton, pp.99-108 http://dx.do.org/10.14257/sp.2014.7.1.10 Shape-adaptve DCT and Its Applcaton n Regon-based Image Codng Yamn Zheng,

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

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

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

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

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

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

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

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

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

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

Application of adaptive MRF based on region in segmentation of microscopic image

Application of adaptive MRF based on region in segmentation of microscopic image Lhong L, Mnglu Zhang, Yazhou Wu, Lngyu Sun Applcaton of adaptve MRF based on regon n segmentaton of mcroscopc mage Lhong L 1,2,Mnglu Zhang 2,Yazhou Wu 1,Lngyu Sun 2 1 School of Informaton and Electronc

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

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

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

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

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

Palmprint Recognition Using Directional Representation and Compresses Sensing

Palmprint Recognition Using Directional Representation and Compresses Sensing Research Journal of Appled Scences, Engneerng and echnology 4(22): 4724-4728, 2012 ISSN: 2040-7467 Maxwell Scentfc Organzaton, 2012 Submtted: March 31, 2012 Accepted: Aprl 30, 2012 Publshed: November 15,

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

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

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, Dictionary Pair Learning on Grassmann Manifolds for Image Denoising

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, Dictionary Pair Learning on Grassmann Manifolds for Image Denoising IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. *, NO. *, 2015 1 Dctonary Par Learnng on Grassmann Manfolds for Image Denosng Xanhua Zeng, We Ban, We Lu, Jale Shen, Dacheng Tao, Fellow, IEEE Abstract Image

More information

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris Learnng Ensemble of Local PDM-based Regressons Yen Le Computatonal Bomedcne Lab Advsor: Prof. Ioanns A. Kakadars 1 Problem statement Fttng a statstcal shape model (PDM) for mage segmentaton Callosum segmentaton

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

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

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

Multi-View Face Alignment Using 3D Shape Model for View Estimation

Multi-View Face Alignment Using 3D Shape Model for View Estimation Mult-Vew Face Algnment Usng 3D Shape Model for Vew Estmaton Yanchao Su 1, Hazhou A 1, Shhong Lao 1 Computer Scence and Technology Department, Tsnghua Unversty Core Technology Center, Omron Corporaton ahz@mal.tsnghua.edu.cn

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

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

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

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

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

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

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

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

On Incremental and Robust Subspace Learning

On Incremental and Robust Subspace Learning On Incremental and Robust Subspace Learnng Yongmn L, L-Qun Xu, Jason Morphett and Rchard Jacobs Content and Codng Lab, BT Exact pp1 MLB3/7, Oron Buldng, Adastral Park, Ipswch, IP5 3RE, UK Emal: Yongmn.L@bt.com

More information

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition Mathematcal Methods for Informaton Scence and Economcs Novel Pattern-based Fngerprnt Recognton Technque Usng D Wavelet Decomposton TUDOR BARBU Insttute of Computer Scence of the Romanan Academy T. Codrescu,,

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

Wavefront Reconstructor

Wavefront Reconstructor A Dstrbuted Smplex B-Splne Based Wavefront Reconstructor Coen de Vsser and Mchel Verhaegen 14-12-201212 2012 Delft Unversty of Technology Contents Introducton Wavefront reconstructon usng Smplex B-Splnes

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

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

An inverse problem solution for post-processing of PIV data

An inverse problem solution for post-processing of PIV data An nverse problem soluton for post-processng of PIV data Wt Strycznewcz 1,* 1 Appled Aerodynamcs Laboratory, Insttute of Avaton, Warsaw, Poland *correspondng author: wt.strycznewcz@lot.edu.pl Abstract

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

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

Dynamic wetting property investigation of AFM tips in micro/nanoscale

Dynamic wetting property investigation of AFM tips in micro/nanoscale Dynamc wettng property nvestgaton of AFM tps n mcro/nanoscale The wettng propertes of AFM probe tps are of concern n AFM tp related force measurement, fabrcaton, and manpulaton technques, such as dp-pen

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

Discriminative Dictionary Learning with Pairwise Constraints

Discriminative Dictionary Learning with Pairwise Constraints Dscrmnatve Dctonary Learnng wth Parwse Constrants Humn Guo Zhuoln Jang LARRY S. DAVIS UNIVERSITY OF MARYLAND Nov. 6 th, Outlne Introducton/motvaton Dctonary Learnng Dscrmnatve Dctonary Learnng wth Parwse

More information

A New Image Binarization Method Using Histogram and Spectral Clustering

A New Image Binarization Method Using Histogram and Spectral Clustering A Ne Image Bnarzaton Method Usng Hstogram and Spectral Clusterng Ru Wu 1 Fang Yn Janhua Huang 1 Xanglong Tang 1 1 School of Computer Scence and Technology Harbn Insttute of Technology Harbn Chna School

More information

3D Rigid Facial Motion Estimation from Disparity Maps

3D Rigid Facial Motion Estimation from Disparity Maps 3D Rgd Facal Moton Estmaton from Dsparty Maps N. Pérez de la Blanca 1, J.M. Fuertes 2, and M. Lucena 2 1 Department of Computer Scence and Artfcal Intellgence ETSII. Unversty of Granada, 1871 Granada,

More information

Structure from Motion

Structure from Motion Structure from Moton Structure from Moton For now, statc scene and movng camera Equvalentl, rgdl movng scene and statc camera Lmtng case of stereo wth man cameras Lmtng case of multvew camera calbraton

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

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

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

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

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

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

Face Recognition Methods Based on Feedforward Neural Networks, Principal Component Analysis and Self-Organizing Map

Face Recognition Methods Based on Feedforward Neural Networks, Principal Component Analysis and Self-Organizing Map RADIOENGINEERING, VOL. 16, NO. 1, APRIL 2007 51 Face Recognton Methods Based on Feedforward Neural Networks, Prncpal Component Analyss and Self-Organzng Map Mloš ORAVEC, Jarmla PAVLOVIČOVÁ Dept. of elecommuncatons,

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

A MINUTIAE-BASED MATCHING ALGORITHMS IN FINGERPRINT RECOGNITION SYSTEMS 1. INTRODUCTION

A MINUTIAE-BASED MATCHING ALGORITHMS IN FINGERPRINT RECOGNITION SYSTEMS 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/2009, ISSN 1642-6037 Łukasz WIĘCŁAW mnutae ponts, matchng score, fngerprnt matchng A MINUTIAE-BASED MATCHING ALGORITHMS IN FINGERPRINT RECOGNITION

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

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

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

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram Robust Mean Shft Trackng wth Corrected Background-Weghted Hstogram Jfeng Nng, Le Zhang, Davd Zhang and Chengke Wu Abstract: The background-weghted hstogram (BWH) algorthm proposed n [] attempts to reduce

More information

A Study on Clustering for Clustering Based Image De-Noising

A Study on Clustering for Clustering Based Image De-Noising Journal of Informaton Systems and Telecommuncaton, Vol. 2, No. 4, October-December 2014 196 A Study on Clusterng for Clusterng Based Image De-Nosng Hossen Bakhsh Golestan* Department of Electrcal Engneerng,

More information

A Lossless Watermarking Scheme for Halftone Image Authentication

A Lossless Watermarking Scheme for Halftone Image Authentication IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.6 No.2B, February 2006 147 A Lossless Watermarkng Scheme for Halftone Image Authentcaton Jeng-Shyang Pan, Hao Luo, and Zhe-Mng Lu,

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

Changyuan Xing College of Computer Engineering, Yangtze Normal University, Chongqing , China

Changyuan Xing College of Computer Engineering, Yangtze Normal University, Chongqing , China ev. Téc. Ing. Unv. Zula. ol. 39, Nº 6, 6-4, 06 do:0.3/00.39.6.03 A Feature Extracton Algorthm of Affne Invarant based on egon Partton Changyuan Xng College of Computer Engneerng, Yangtze Normal Unversty,

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

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

Face recognition based on eigenfeatures

Face recognition based on eigenfeatures Face recognton based on egenfeatures Paulo Quntlano *a, Antono Santa-Rosa **b and Renato Guadagnn ***c a Federal Polce Department, Computer Scence Coordnaton COINF/DPF, Brasla/DF Brazl b Unversty of Brasla,

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

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

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

An Approach for Crowd Density and Crowd Size Estimation

An Approach for Crowd Density and Crowd Size Estimation JOURNAL OF SOFTWARE, VOL. 9, NO. 3, MARCH 2014 757 An Approach for Crowd Densty and Crowd Sze Estmaton Mng Jang 1,2, Jngcheng Huang 1,2, Xngq Wang 1,2, Jngfan Tang 1,2, Chunmng Wu 3 (1. Insttute of Software

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

Facial Expression Recognition Based on Local Binary Patterns and Local Fisher Discriminant Analysis

Facial Expression Recognition Based on Local Binary Patterns and Local Fisher Discriminant Analysis WSEAS RANSACIONS on SIGNAL PROCESSING Shqng Zhang, Xaomng Zhao, Bcheng Le Facal Expresson Recognton Based on Local Bnary Patterns and Local Fsher Dscrmnant Analyss SHIQING ZHANG, XIAOMING ZHAO, BICHENG

More information

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification

Non-Negative Matrix Factorization and Support Vector Data Description Based One Class Classification IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 5, No, September 01 ISSN (Onlne): 1694-0814 www.ijcsi.org 36 Non-Negatve Matrx Factorzaton and Support Vector Data Descrpton Based One

More information

3D Face Reconstruction With Local Feature Refinement

3D Face Reconstruction With Local Feature Refinement ternatonal Journal of Multmeda and Ubqutous Engneerng Vol.9, No.8 (014), pp.59-7 http://dx.do.org/10.1457/jmue.014.9.8.06 3D Face Reconstructon Wth Local Feature Refnement Rudy Adpranata 1, Kartka Gunad

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

Robust Shot Boundary Detection from Video Using Dynamic Texture

Robust Shot Boundary Detection from Video Using Dynamic Texture Sensors & Transducers 204 by IFSA Publshng, S. L. http://www.sensorsportal.com Robust Shot Boundary Detecton from Vdeo Usng Dynamc Teture, 3 Peng Tale, 2 Zhang Wenjun School of Communcaton & Informaton

More information

Research in Algorithm of Image Processing Used in Collision Avoidance Systems

Research in Algorithm of Image Processing Used in Collision Avoidance Systems Sensors & Transducers, Vol 59, Issue, November 203, pp 330-336 Sensors & Transducers 203 by IFSA http://wwwsensorsportalcom Research n Algorthm of Image Processng Used n Collson Avodance Systems Hu Bn

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

An AAM-based Face Shape Classification Method Used for Facial Expression Recognition

An AAM-based Face Shape Classification Method Used for Facial Expression Recognition Internatonal Journal of Research n Engneerng and Technology (IJRET) Vol. 2, No. 4, 23 ISSN 2277 4378 An AAM-based Face Shape Classfcaton Method Used for Facal Expresson Recognton Lunng. L, Jaehyun So,

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

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

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

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