ROBUST MULTI GRADIENT ENTROPY METHOD FOR FACE RECOGNITION SYSTEM FOR LOW CONTRAST NOISY IMAGES

Size: px
Start display at page:

Download "ROBUST MULTI GRADIENT ENTROPY METHOD FOR FACE RECOGNITION SYSTEM FOR LOW CONTRAST NOISY IMAGES"

Transcription

1 ROBUST MULTI GRADIENT ENTROPY METHOD FOR FACE RECOGNITION SYSTEM FOR LOW CONTRAST NOISY IMAGES C. Naga Raju 1, P.Prathap Naidu 2, R. Pradeep Kumar Reddy 3, G. Sravana Kumari 4 1 Associate Professor, CSE Dept, YSR Engg College of YVU 2 Asst. Professor, CSE Dept, RGM Engg College 3 Asst. Professor, CSE Dept, YSR Engg College. 4 M.Tech In CSE RGM Engg College Abstract one of the most important challenges for practical face recognition systems is making recognition more reliable under uncontrolled lighting and noisy conditions. in this paper we made three main contributions: (i) we presented a simple and efficient preprocessing method that eliminates the noise and most of the effects of changing illumination by preserving the essential appearance details that are needed for recognition;(ii) we introduced a generalized Local ternary Pattern (LTP) for local feature description that is more discriminate and less sensitive to noise in uniform regions, and (iii) we further improved robustness by applying entropy method for feature extraction from face images. The resulting method provides state-ofthe-art performance on three data sets that are widely used for testing recognition under difficult illumination conditions. Keywords:Multi_Gradient, Similarity Metric. LTP,Entropy,Feature sets, I. INTRODUCTION Face recognition has received a great deal of attention from the scientific and industrial communities over the past several decades owing to its wide range of applications in information security and access control, law enforcement,surveillance and more generally image understanding[1].most of these methods were initially developed with face images collected under relatively well controlled conditions and in practice they have difficulty in dealing with the range of appearance variationsthat commonly occur in unconstrained natural images due to illumination, pose, facial expression, ageing, partial occlusions, etc. This paper focuses mainly on the issue of robustness to lighting variations. For example, a face verification system for a portable device should be able to verify a client atany time (day or night) and in any place (indoors or outdoors).unfortunately, facial appearance depends strongly on the ambient lighting and as emphasized by the recent FRVT and FRGC trials [2,3]this remains one of the major challenges for current face recognition systems.we will investigate several aspects of this framework:1) The relationship between image normalization and feature sets. Normalization is known to improve theperformance of simple subspace methods (e.g. PCA) orclassifiers (e.g. nearest neighbors) based on image pixel representations [4], but its influence on more sophisticated feature sets has not received the attention that it deserves. For example, for Histogramof Oriented Gradient features combining normalizationand robust features is useful in [5], while histogramequalization has essentially no effect on LBP descriptors[6,7], and in some cases preprocessing actually hurtsperformance [8,9,10] presumably because it removes toomuch useful information. However in complex tasks such as face recognition, it is often the case that no single class of features is rich enough to capture all of the available information. Finding and combining complementary feature sets has thus become an active research topic, with successful applications in many challenging tasks including handwritten character recognition [11] and face recognition [12]. Here we show that combining three of the most successful local face representations, multiple gradient method and Local Ternary Patterns (LTP), and entropy based method, gives considerably better performance than either alone. The three feature sets are complimentary in the sense that LTP captures small appearance details while entropy preserves facial shape over a broader range of scales. 2. PROPOSED METHOD 2.1. Multi gradientmethod This algorithm is computed based on the notion of regional maxima, regional minima, most significant value in the region and regional sorted Meddle values and uses different gradient algorithms constructed based on regional maxima, regional minima and regional sorted Meddle values for reconstruction. A pixel p of I isa local maximum for grid G if and only if its valuei (p) is greater or equal to that of any of itsneighbors. A pixel p of I is a local minimum forgrid G if and only if its value I (p) is less than orequal to that of any of its neighbors. A pixel p of Iis a local median for grid G if and only if its value I(p) is in N/2 position of the sorted grid G of itsneighbors. A pixel p of I is a most significant forgrid G if and only if it has more neighbors than anypixel in the grid. Next we Volume 2, Issue 3 May June 2013 Page 193

2 compute gradient ofmiddle and minima (Gmmin), gradient of middleand maxima (Gmmax), gradient of most significantand minima (Gsmin) and gradient of most significant and maxima (Gsmax). By using thesegradients we can generate single value at p(x,y)location of resultant Image Algorithm. Step1: Read the color image and convert it togray-scale. Step2: Find region minima, region maxima,significant value and sorted middle Value Step3: compute Gmmin, Gmmax Step4: if Gmmin<0 and Gmmax>0 thenr=significant pixel and gotostep6 ElseCompute Gsmin, Gsmax Step5: if Gsmin> 0 and Gsmax<0 then Result=significant pixel Else Result =sorted middle pixel Step6: repeat step2 to step6 by convolution 2.2.Local Ternary Patterns (LTP) The LTP has 3-valued codes, LTP, in which gray-levels in a zone of width around are quantized to zero, ones above this are quantized to 1 and ones below it to 1, i.e., the indicator is replaced with a 3-valued function Here t is a user-specified threshold for LTP so these codes are more resistant to noise, but no longer strictly invariant to gray-level transformations. The LTP encoding procedure is illustrated in fig7. Fig1: Illustration of the basic LTP Operator When using LTP for visual matching we could use 3- valued codes, but the uniform pattern argument also applies in the ternary case. For simplicity, the experiments below use a coding scheme that splits each ternary pattern into its positive and negative halves as illustrated in Fig. 2, subsequently treating these as two separate channels of LBP descriptors for which separate histograms and similarity metrics are computed, combining the results only at the end of the computation. LTP s bear some similarity to the texture spectrum (TS) technique. However TS did not include preprocessing, thresholding, local histograms or uniform pattern based dimensionality reduction and it was not tested on faces. Fig2: Splitting an LTP Code into positive and negative LBP Codes 2.3. Entropy method We further improve robustness by adding entropy feature extraction.in this method the optimal threshold value exists at the valley of the two peaks or at the bottom rim of a single peak. The valley in the histogram that separates the facial features from the image, its probability of occurrence is small in gray level histogram. Because of the optical threshold should near the cross where the facial features and the image back ground intersect. The probability of occurrence at the threshold value should divide into two parts. Its first half belongs to background and second half belongs to image facial features. Then we apply a new weight M to themethod. t = (P1*D1+ P2*D2)* M Where D1=(σ1 2 (o)- σt 2 (t))2 D2=(σ2 2 (b)- σt 2 (t))2 M=(1-PT(t)/2) Using this method we can make sure that the result threshold value resides at the valley or at the bottom of the right rim of single peak. It s also maximizes group variance and ensures that both the variance of the facial features and that of the image background keep away from the variance of the whole image. Smaller the p(t)/2, larger will be the weight Similarity Metric The LTP method for face recognition that divides the face into a regular grid of cells and histograms the uniform LTP s within each cell, finally using nearest neighbor classification in the Image histogram distance for recognition: Here p; q are image region descriptors (histogram vectors), respectively. This method gave excellent results on the FERET dataset. However subdividing the face into a regular grid seems somewhat arbitrary: the cells are not necessarily well aligned with facial features, and the partitioning is likely to cause both aliasing and loss of spatial resolution. Given that the overall goal of coding is to provide illumination- and outlier-robust visual correspondence with some leeway for small spatial deviations due to misalignment, it seems more appropriate to use a Hausdorff-distance-like similarity metric that takes each LTP pixel code in image X and tests whether a similar code appears at a nearby position in image Y, with a weighting that decreases smoothly with image distance. Such a scheme should be able to achieve discriminant appearance based image matching with a well-controllable degree of spatial looseness. 3. Experimental results LBPs have proven to be highly discriminative features for image classification and they are resistant to lighting effects in the sense that they are invariant to monotonic gray-level transformations. However because they threshold at exactly the value of the central pixel they tend to be sensitive to noise, particularly in near-uniform Volume 2, Issue 3 May June 2013 Page 194

3 image regions, and to smooth weak illumination gradients. Many facial regions are relatively uniform and it is legitimate to investigate whether the robustness of the features can be improved in these regions. Fig1 shows the output of the proposed method at each level. The original Image has salt & pepper noise and it has low contrast, after applying multi gradient step noise has been eliminated and contrast has been improved in the next step applying the LTP operator feature have been extracted with false features in the next step entropy has been improved overall features of the images. Finally nearest neighborhood classifier applied for face detection. This method is applied for different imagesand results have been shown in the paper through case1 to case4. Q1,Q4 and Q6 are the query Images compared with database images like a1to a9,p1to p9 s1to s9 and n1 to n9 and produced tables of values and graphs.the tables of values, graphs and images show the matching rate of face. 3.1Stepwise outputs of proposed method Graph1 Fig3: Database images (first row), LBP (second row), proposed(third row) Table2 Fig1:a)Original image b)multi gradient c)ltp image d)entropy image 3.2 Test cases: Graph2 Fig2.Database images (first row), LBP (second row), proposed (third row) Table1 Fig4: Database images (first row),lbp (second row),proposed(third row) Table3 Volume 2, Issue 3 May June 2013 Page 195

4 means that only one person will be facing the camera at any one time. In future extensions of the system, the intelligent sales assistant will be able to analyze the facial expressions of groups, and make a decision based on a number of measures including averaging the affect detected. Graph3 Fig5: Database images (first row),lbp (second row),proposed(third row) Table4 Graph4 4. CONCLUSION AND FUTURE SCOPE The primary question that springs to mind when discussing facial expression recognition is the accuracy and repeatability of such a system. The result of the proposed algorithm improves performance substantially with respect to the original LBP-based algorithm when used in relatively unconstrained face datasets. The proposed method also outperforms the original LBP algorithm even when faces are frontal and well aligned,though by a smaller margin. This improvement may be attributed to the flexible spatial matching scheme and the use of the image-to-class distance,which makes a better use of the training data than the image-toimage distance.the system described in this paper assumes that it deals with one by one basis of faces. This 5. References [1] W. Zhao, R. Chellappa, P. J. Phillips, and A. Rosenfeld, Face recognition: A literature survey, ACM Computing Surveys,vol. 34, no. 4, pp , [2] L.Sirovich and M. Kirby, Low dimensional procedure for the characterization of human faces, J. Optical Society of America, vol. 4, no. 3, pp , [3] P. J. Phillips, P. J. Flynn, W. T. Scruggs, K. W. Bowyer, J. Chang, K. Hoffman, J. Marques, J. Min, and W. J. Worek, Overview of the face recognition grand challenge, in CVPR, San Diego, CA, 2005, pp [4] H. Wang, S. Li, and Y. Wang, Face recognition under varying lighting conditions using selfquotient image, in IEEE Int. Conf. Automatic Face & Gesture Recognition, 2004, pp [5] N. Dalal and B. Triggs, Histograms of oriented gradients for human detection, in CVPR, Washington, DC, USA, 2005, pp [6 Face description with local binary patterns: Application to face recognition, IEEE Trans. Pattern Analysis & Machine Intelligence, vol. 28, no. 12, [7] W. Gao, B. Cao, S. Shan, X. Chen, D. Zhou, X. Zhang, and D. Zhao, The CAS-PEAL large-scale chinese face database and baseline evaluations, IEEE Trans. Systems, Man and Cybernetics, Part A, vol. 38, no. 1, pp , [8] T. Zhang, D. Tao, X. Li, and J. Yang, Patch alignment for dimensionality reduction, IEEE Trans. Knowledge & Data Engineering, vol. 21, no. 9, pp , [9] H. Chen, P. Belhumeur, and D. Jacobs, In search of illumination invariants, in CVPR, 2000, pp. I: [10] T. Chen, W. Yin, X. Zhou, D. Comaniciu, and T. Huang, Total variation models for variable lighting face recognition, IEEE Trans. Pattern Analysis & Machine Intelligence, vol. 28, no. 9, pp , [11] Y. S. Huang and C. Y. Suen, A method of combining multiple experts for the recognition of unconstrained handwritten numerals, IEEE Trans. Pattern Analysis & Machine Intelligence, vol. 17, no. 1, pp , [12] C. Liu and H. Wechsler, A shape- and texture-based enhanced fisher classifier for face recognition, IEEE Trans. Image Processing, vol. 10, no. 4, pp , Volume 2, Issue 3 May June 2013 Page 196

5 Author Dr. C. Naga Rajureceived his B.Tech degree in Computer Science from J.N.T.UniversityAnantapur, M.Tech degree in Computer Science from J.N.T.University Hyderabad and Ph.D on digital Image processing from J.N.T.University Hyderabad. Currently, he is working as Associate professor in CSE Department at Y S R Engineering College of Yogi Vemana University, Produttur, Kadapa. He has got 17 years of teaching experience. He has published thirty six research papers in various national and international journals and about thirty four research papers in various national and international conferences. He has attended twenty seminars and workshops. He is member of various professional societies of IEEE, ISTE and CSI. P.Prathap Naidu received his AMIE Degree in Computer Science frominstitute of Engineers(india), Kolkata,M.Tech Degree in Computer Science from J.N.T.University hyderabad. He has six years of teaching experience.at present he is working as Assistant Professor in CSE at Rajeev Gandhi Memorial College of Engineering & Technology,Nandyal, A.P, India.he has attended three work shops and four conference. He is a member of professional society of IE. R. Pradeep Kumar Reddy received his B.Tech. Degree in Computer Science and Engineering from Bellary Engineering College, Bellary(VTU).M.Tech. Degree in Computer Science and Engineering at S.R.M University, Chenai. Currently He is working as Assistant Professor in the Department of CSE at YSR Engineering College of Yogivemana University,Proddatur. He has got 9 years of Teaching experience. He has attended 5 workshops. He is a member of ISTE. G. Sravana Kumari received her B.Tech Degree in Computer Science and Engineering from Annamacharya institute of technology & sciences,tirupati. At present she is pursuing her M.Tech Degree in Computer Science and Engineering at Rajeev Gandhi Memorial College of Engineering & Technology, Nandyal, A.P, India. She is the topper in the class. Volume 2, Issue 3 May June 2013 Page 197

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features Koneru. Anuradha, Manoj Kumar Tyagi Abstract:- Face recognition has received a great deal of attention from the scientific and industrial

More information

Face Recognition under varying illumination with Local binary pattern

Face Recognition under varying illumination with Local binary pattern Face Recognition under varying illumination with Local binary pattern Ms.S.S.Ghatge 1, Prof V.V.Dixit 2 Department of E&TC, Sinhgad College of Engineering, University of Pune, India 1 Department of E&TC,

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Council for Innovative Research Peer Review Research Publishing System Journal: INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY

Council for Innovative Research Peer Review Research Publishing System Journal: INTERNATIONAL JOURNAL OF COMPUTERS & TECHNOLOGY Abstract An Efficient Fuzzy Technique for Detection of Brain Tumor P.G.K.Sirisha, Assistant Professor, CSE Dept, SMITW. R. Pradeep Kumar Reddy Asst. Professor, CSE Dept, YSR Engg College. C. Naga Raju,

More information

Large-scale Datasets: Faces with Partial Occlusions and Pose Variations in the Wild

Large-scale Datasets: Faces with Partial Occlusions and Pose Variations in the Wild Large-scale Datasets: Faces with Partial Occlusions and Pose Variations in the Wild Tarik Alafif, Zeyad Hailat, Melih Aslan and Xuewen Chen Computer Science Department, Wayne State University Detroit,

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Preprocessing and Feature Sets for Robust Face Recognition

Preprocessing and Feature Sets for Robust Face Recognition Preprocessing and Feature Sets for Robust Face Recognition Xiaoyang Tan and Bill Triggs LJK-INRIA, 655 avenue de l Europe, Montbonnot 38330, France Xiaoyang.Tan@inria.fr, Bill.Triggs@imag.fr Abstract Many

More information

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Author Zhang, Bai-ling, Leung, Clement, Gao, Yongsheng Published 2006 Conference Title ICPR2006: 18th International Conference

More information

Gabor Volume based Local Binary Pattern for Face Representation and Recognition

Gabor Volume based Local Binary Pattern for Face Representation and Recognition Gabor Volume based Local Binary Pattern for Face Representation and Recognition Zhen Lei 1 Shengcai Liao 1 Ran He 1 Matti Pietikäinen 2 Stan Z. Li 1 1 Center for Biometrics and Security Research & National

More information

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features S.Sankara vadivu 1, K. Aravind Kumar 2 Final Year Student of M.E, Department of Computer Science and Engineering, Manonmaniam

More information

Gabor Surface Feature for Face Recognition

Gabor Surface Feature for Face Recognition Gabor Surface Feature for Face Recognition Ke Yan, Youbin Chen Graduate School at Shenzhen Tsinghua University Shenzhen, China xed09@gmail.com, chenyb@sz.tsinghua.edu.cn Abstract Gabor filters can extract

More information

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN ISSN: 976-92 (ONLINE) ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, FEBRUARY 27, VOLUME: 7, ISSUE: 3 FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN A. Geetha, M. Mohamed Sathik 2 and Y. Jacob

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Xiaoyang Tan and Bill Triggs INRIA & Laboratoire Jean Kuntzmann, 655 avenue de l Europe, Montbonnot 38330, France

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images 1 Anusha Nandigam, 2 A.N. Lakshmipathi 1 Dept. of CSE, Sir C R Reddy College of Engineering, Eluru,

More information

OFFLINE SIGNATURE VERIFICATION USING SUPPORT LOCAL BINARY PATTERN

OFFLINE SIGNATURE VERIFICATION USING SUPPORT LOCAL BINARY PATTERN OFFLINE SIGNATURE VERIFICATION USING SUPPORT LOCAL BINARY PATTERN P.Vickram, Dr. A. Sri Krishna and D.Swapna Department of Computer Science & Engineering, R.V. R & J.C College of Engineering, Guntur ABSTRACT

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

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

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

ROBUST LDP BASED FACE DESCRIPTOR

ROBUST LDP BASED FACE DESCRIPTOR ROBUST LDP BASED FACE DESCRIPTOR Mahadeo D. Narlawar and Jaideep G. Rana Department of Electronics Engineering, Jawaharlal Nehru College of Engineering, Aurangabad-431004, Maharashtra, India ABSTRACT This

More information

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

FACE RECOGNITION USING SUPPORT VECTOR MACHINES FACE RECOGNITION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (b) 1. INTRODUCTION

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds 9 1th International Conference on Document Analysis and Recognition Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds Weihan Sun, Koichi Kise Graduate School

More information

Dynamic Local Ternary Pattern for Face Recognition and Verification

Dynamic Local Ternary Pattern for Face Recognition and Verification Dynamic Local Ternary Pattern for Face Recognition and Verification Mohammad Ibrahim, Md. Iftekharul Alam Efat, Humayun Kayesh Shamol, Shah Mostafa Khaled, Mohammad Shoyaib Institute of Information Technology

More information

Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions

Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions Xiaoyang Tan, Bill Triggs To cite this version: Xiaoyang Tan, Bill Triggs. Enhanced Local Texture Feature Sets

More information

TEXTURE CLASSIFICATION METHODS: A REVIEW

TEXTURE CLASSIFICATION METHODS: A REVIEW TEXTURE CLASSIFICATION METHODS: A REVIEW Ms. Sonal B. Bhandare Prof. Dr. S. M. Kamalapur M.E. Student Associate Professor Deparment of Computer Engineering, Deparment of Computer Engineering, K. K. Wagh

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

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

More information

A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT

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

More information

A New Gabor Phase Difference Pattern for Face and Ear Recognition

A New Gabor Phase Difference Pattern for Face and Ear Recognition A New Gabor Phase Difference Pattern for Face and Ear Recognition Yimo Guo 1,, Guoying Zhao 1, Jie Chen 1, Matti Pietikäinen 1 and Zhengguang Xu 1 Machine Vision Group, Department of Electrical and Information

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

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

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

A Real Time Facial Expression Classification System Using Local Binary Patterns

A Real Time Facial Expression Classification System Using Local Binary Patterns A Real Time Facial Expression Classification System Using Local Binary Patterns S L Happy, Anjith George, and Aurobinda Routray Department of Electrical Engineering, IIT Kharagpur, India Abstract Facial

More information

A Robust and Scalable Approach to Face Identification

A Robust and Scalable Approach to Face Identification A Robust and Scalable Approach to Face Identification William Robson Schwartz, Huimin Guo, Larry S. Davis University of Maryland, A.V. Williams Building, College Park, MD, 20742 {schwartz,hmguo,lsd}@cs.umd.edu

More information

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017 RESEARCH ARTICLE OPEN ACCESS Facial expression recognition based on completed LBP Zicheng Lin 1, Yuanliang Huang 2 1 (College of Science and Engineering, Jinan University, Guangzhou, PR China) 2 (Institute

More information

A New iterative triclass thresholding technique for Image Segmentation

A New iterative triclass thresholding technique for Image Segmentation A New iterative triclass thresholding technique for Image Segmentation M.M.Raghavendra Asst Prof, Department of ECE Brindavan Institute of Technology & Science Kurnool, India E-mail: mmraghavendraece@gmail.com

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

More information

A New Feature Local Binary Patterns (FLBP) Method

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

More information

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Xiaoyang Tan, William Triggs To cite this version: Xiaoyang Tan, William Triggs. Enhanced Local Texture Feature

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor

Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor Local Derivative Pattern Versus Local Binary Pattern: Face Recognition With High-Order Local Pattern Descriptor Author Zhang, Baochang, Gao, Yongsheng, Zhao, Sanqiang, Liu, Jianzhuang Published 2010 Journal

More information

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets IJCST Vo l. 3, Is s u e 4, Oc t - De c 2012 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets 1 Vishnupriya.

More information

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Emotion Recognition In The Wild Challenge and Workshop (EmotiW 2013) Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Mengyi Liu, Ruiping Wang, Zhiwu Huang, Shiguang Shan,

More information

Image Processing and Image Representations for Face Recognition

Image Processing and Image Representations for Face Recognition Image Processing and Image Representations for Face Recognition 1 Introduction Face recognition is an active area of research in image processing and pattern recognition. Since the general topic of face

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1 Region based Face Recognition underdiffer rent Illumination Us sing Effective Machine Lear rning Seethalakshmi K 1 and Madhurani M 2 1 Department of Computer Science/Sriram Engineering College, Anna University,

More information

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE Hongyu Liang, Jinchen Wu, and Kaiqi Huang National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Science

More information

Survey on Extraction of Texture based Features using Local Binary Pattern

Survey on Extraction of Texture based Features using Local Binary Pattern Survey on Extraction of Texture based Features using Local Binary Pattern Ch.Sudha Sree Computer Applications RVR&JC college of Engineering Guntur, India Abstract Local Binary Pattern (LBP) is one of the

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

More information

A SURVEY ON LOCAL FEATURE BASED FACE RECOGNITION METHODS

A SURVEY ON LOCAL FEATURE BASED FACE RECOGNITION METHODS A SURVEY ON LOCAL FEATURE BASED FACE RECOGNITION METHODS Neethu Krishnan s 1, Sonia George 2 1 Student, Computer science and Engineering, Lourdes matha college of science and technology, Kerala,India 2

More information

An Efficient Face Recognition under Varying Image Conditions

An Efficient Face Recognition under Varying Image Conditions An Efficient Face Recognition under Varying Image Conditions C.Kanimozhi,V.Nirmala Abstract Performance of the face verification system depends on many conditions. One of the most problematic is varying

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

A Survey on Face-Sketch Matching Techniques

A Survey on Face-Sketch Matching Techniques A Survey on Face-Sketch Matching Techniques Reshma C Mohan 1, M. Jayamohan 2, Arya Raj S 3 1 Department of Computer Science, SBCEW 2 Department of Computer Science, College of Applied Science 3 Department

More information

I. INTRODUCTION. Image Acquisition. Denoising in Wavelet Domain. Enhancement. Binarization. Thinning. Feature Extraction. Matching

I. INTRODUCTION. Image Acquisition. Denoising in Wavelet Domain. Enhancement. Binarization. Thinning. Feature Extraction. Matching A Comparative Analysis on Fingerprint Binarization Techniques K Sasirekha Department of Computer Science Periyar University Salem, Tamilnadu Ksasirekha7@gmail.com K Thangavel Department of Computer Science

More information

Improving the efficiency of Medical Image Segmentation based on Histogram Analysis

Improving the efficiency of Medical Image Segmentation based on Histogram Analysis Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 1 (2017) pp. 91-101 Research India Publications http://www.ripublication.com Improving the efficiency of Medical Image

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

INVARIANT CORNER DETECTION USING STEERABLE FILTERS AND HARRIS ALGORITHM

INVARIANT CORNER DETECTION USING STEERABLE FILTERS AND HARRIS ALGORITHM INVARIANT CORNER DETECTION USING STEERABLE FILTERS AND HARRIS ALGORITHM ABSTRACT Mahesh 1 and Dr.M.V.Subramanyam 2 1 Research scholar, Department of ECE, MITS, Madanapalle, AP, India vka4mahesh@gmail.com

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Berk Gökberk, M.O. İrfanoğlu, Lale Akarun, and Ethem Alpaydın Boğaziçi University, Department of Computer

More information

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness 1 Savitha G, 2 Chaitra K, 3 Dr.Vibha L 1 Associate professor, 2 PG Scholar, 3 Professor 1 Department

More information

Weight-optimal Local Binary Patterns

Weight-optimal Local Binary Patterns Weight-optimal Local Binary Patterns Felix Juefei-Xu and Marios Savvides Carnegie Mellon University Abstract. In this work, we have proposed a learning paradigm for obtaining weight-optimal local binary

More information

Aggregating Descriptors with Local Gaussian Metrics

Aggregating Descriptors with Local Gaussian Metrics Aggregating Descriptors with Local Gaussian Metrics Hideki Nakayama Grad. School of Information Science and Technology The University of Tokyo Tokyo, JAPAN nakayama@ci.i.u-tokyo.ac.jp Abstract Recently,

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

Cross-pose Facial Expression Recognition

Cross-pose Facial Expression Recognition Cross-pose Facial Expression Recognition Abstract In real world facial expression recognition (FER) applications, it is not practical for a user to enroll his/her facial expressions under different pose

More information

COMPOSITE TEXTURE SHAPE CLASSIFICATION BASED ON MORPHOLOGICAL SKELETON AND REGIONAL MOMENTS

COMPOSITE TEXTURE SHAPE CLASSIFICATION BASED ON MORPHOLOGICAL SKELETON AND REGIONAL MOMENTS COMPOSITE TEXTURE SHAPE CLASSIFICATION BASED ON MORPHOLOGICAL SKELETON AND REGIONAL MOMENTS M. Rama Bai Department of Computer Engineering, M.G.I.T, Hyderabad, Andhra Pradesh, India vallapu.rama@gmail.com

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Three-Dimensional Face Recognition: A Fishersurface Approach

Three-Dimensional Face Recognition: A Fishersurface Approach Three-Dimensional Face Recognition: A Fishersurface Approach Thomas Heseltine, Nick Pears, Jim Austin Department of Computer Science, The University of York, United Kingdom Abstract. Previous work has

More information

Beyond Bags of Features

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

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking Feature descriptors Alain Pagani Prof. Didier Stricker Computer Vision: Object and People Tracking 1 Overview Previous lectures: Feature extraction Today: Gradiant/edge Points (Kanade-Tomasi + Harris)

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

Misalignment-Robust Face Recognition

Misalignment-Robust Face Recognition Misalignment-Robust Face Recognition Huan Wang 1 Shuicheng Yan 2 Thomas Huang 3 Jianzhuang Liu 1 Xiaoou Tang 1,4 1 IE, Chinese University 2 ECE, National University 3 ECE, University of Illinois 4 Microsoft

More information

Including the Size of Regions in Image Segmentation by Region Based Graph

Including the Size of Regions in Image Segmentation by Region Based Graph International Journal of Emerging Engineering Research and Technology Volume 3, Issue 4, April 2015, PP 81-85 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Including the Size of Regions in Image Segmentation

More information

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Ralph Ma, Amr Mohamed ralphma@stanford.edu, amr1@stanford.edu Abstract Much research has been done in the field of automated

More information

Tri-modal Human Body Segmentation

Tri-modal Human Body Segmentation Tri-modal Human Body Segmentation Master of Science Thesis Cristina Palmero Cantariño Advisor: Sergio Escalera Guerrero February 6, 2014 Outline 1 Introduction 2 Tri-modal dataset 3 Proposed baseline 4

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Based on Local Energy Means K. L. Naga Kishore 1, N. Nagaraju 2, A.V. Vinod Kumar 3 1Dept. of. ECE, Vardhaman

More information

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

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

More information

Selecting Models from Videos for Appearance-Based Face Recognition

Selecting Models from Videos for Appearance-Based Face Recognition Selecting Models from Videos for Appearance-Based Face Recognition Abdenour Hadid and Matti Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O.

More information

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A. Hadid, M. Heikkilä, T. Ahonen, and M. Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering

More information

A Keypoint Descriptor Inspired by Retinal Computation

A Keypoint Descriptor Inspired by Retinal Computation A Keypoint Descriptor Inspired by Retinal Computation Bongsoo Suh, Sungjoon Choi, Han Lee Stanford University {bssuh,sungjoonchoi,hanlee}@stanford.edu Abstract. The main goal of our project is to implement

More information

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT

CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT CHAPTER 2 TEXTURE CLASSIFICATION METHODS GRAY LEVEL CO-OCCURRENCE MATRIX AND TEXTURE UNIT 2.1 BRIEF OUTLINE The classification of digital imagery is to extract useful thematic information which is one

More information

Face Recognition for Human-Robot Interaction Applications: A Comparative Study

Face Recognition for Human-Robot Interaction Applications: A Comparative Study Face Recognition for Human-Robot Interaction Applications: A Comparative Study Mauricio Correa, Javier Ruiz-del-Solar, and Fernando Bernuy Department of Electrical Engineering, Universidad de Chile jruizd@ing.uchile.cl

More information

A Study on Different Challenges in Facial Recognition Methods

A Study on Different Challenges in Facial Recognition Methods Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.521

More information

ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE

ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE ROBUST PARTIAL FACE RECOGNITION USING INSTANCE-TO-CLASS DISTANCE Junlin Hu 1, Jiwen Lu 2, and Yap-Peng Tan 1 1 School of Electrical and Electronic Engineering, Nanyang Technological University, Singapore

More information

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University Tracking Hao Guan( 管皓 ) School of Computer Science Fudan University 2014-09-29 Multimedia Video Audio Use your eyes Video Tracking Use your ears Audio Tracking Tracking Video Tracking Definition Given

More information

An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012

An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012 An Associate-Predict Model for Face Recognition FIPA Seminar WS 2011/2012, 19.01.2012 INSTITUTE FOR ANTHROPOMATICS, FACIAL IMAGE PROCESSING AND ANALYSIS YIG University of the State of Baden-Wuerttemberg

More information

3D Face Modelling Under Unconstrained Pose & Illumination

3D Face Modelling Under Unconstrained Pose & Illumination David Bryan Ottawa-Carleton Institute for Biomedical Engineering Department of Systems and Computer Engineering Carleton University January 12, 2009 Agenda Problem Overview 3D Morphable Model Fitting Model

More information

FINGERPRINT MATCHING BASED ON STATISTICAL TEXTURE FEATURES

FINGERPRINT MATCHING BASED ON STATISTICAL TEXTURE FEATURES Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 9, September 2014,

More information

Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation

Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation Navjot Kaur #1, Mr. Gagandeep Singh #2 #1 M. Tech:Computer Science Engineering, Punjab Technical University

More information