How can i use gabor filter for face recognition
Mostra commenti meno recenti
Hi I am writing a matlab code to recognize the face using Gabor filter. I have created a Gabor filter bank using central frequency of 0.7 and Theta = 0, pi/3,2*pi/3 and pi. These gabor filters are then convolued on the image database ,After this PCA was used on filter image using matlab command of princomp, the eigen vectors so obtained are than used to project the images into the subspace to generate the feature vectors . Once the feautre vector is obtained than the simillarity input image with the training images is calulted is done using the Euclidian distance ,However i found that it did not give me correct result i.e the images were not correctly recognized. My question is should i also used the input image (i.e. one which need to be recognized from the training set of images) by first filter it throung the same bank of gabor filter which i used to create the feature space. any suggestion???
Risposta accettata
Più risposte (2)
Peter Manley-Cooke
il 28 Giu 2011
0 voti
You will also have to convert your image to be recognised to the same feature space as your samples.
1 Commento
nadeem
il 30 Giu 2011
jeba shanthi
il 18 Apr 2016
0 voti
can i give gabor filter out for recognition input? am i correct or not?
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!