Rank: 71 based on 509 downloads (last 30 days) and 7 files submitted
photo

Amir Omidvarnia

E-mail
Company/University
The University of Queensland

Personal Profile:
Professional Interests:
Medical Signal Processing, Image Processing, Pattern Recognition

 

Watch this Author's files

 

Files Posted by Amir View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Nov 2011 Screenshot Dual Extended Kalman Filter (DEKF) This package implements Dual Extended Kalman Filter for time-varying MVAR parameter estimation. Author: Amir Omidvarnia dual extended kalman ..., dekf, mvar parameter estima..., mvar, multivariate autoregr..., timevarying kalman fi... 69 0
12 Nov 2011 Screenshot Time-Varying EEG Connectivity: A Time-Frequency Approach The package performs time-varying EEG connectivity analysis on a simulated data and an EEG sample. Author: Amir Omidvarnia timevarying, eeg connectivity, partial directed cohe..., directed transfer fun..., multivariate autoregr..., mvar estimation 31 0
24 Nov 2010 Screenshot Linear Kalman Filter A fully commented script which explains Linear Kalman Filtering in the form of a simple example. Author: Amir Omidvarnia kalman, linear estimation, kalman filtering, linear kalman filter, state space estimatio... 40 0
29 Oct 2007 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia application, face recognition, fisher linear discrim..., fld, pca 86 15
  • 4.38462
4.4 | 14 ratings
22 Oct 2007 PCA-based Face Recognition System This package implements 'Eigenface', a PCA-based face recognition system. Author: Amir Omidvarnia eigenface, appearancebased metho..., application, face recognition, pca 236 24
  • 4.41176
4.4 | 18 ratings
Comments and Ratings by Amir
Updated File Comments Rating
05 Mar 2009 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia

Dear friend! My code is only a prototype of FLD-based face recognition systems. In fact, this code implements the core algorithm for the system. So, you shouldn't expect it to work well on all datasets. Instead, you can customize it according to your needs and used facial images.

Comments and Ratings on Amir 's Files View all
Updated File Comment by Comments Rating
12 Dec 2011 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia Jaime

Tsai, I forgot to mention that Sb should be multiplied by the number of pcitures per class (in this case 2), you are right on that too. Refer to section 2.4 of the following paper to note the error: http://www.face-rec.org/algorithms/LDA/belhumeur96eigenfaces.pdf

If you guys would like to look at another sample Matlab code for fisher faces, look at:

http://dailyburrito.com/projects/facerecog/FaceRecReport.html

12 Dec 2011 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia Jaime
12 Dec 2011 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia Jaime

Tsai there is a mistake indeed; the order of the eigenvectors is backwars, and you are using the eigenvectors with less relevance.

In line 43 of FisherfaceCore.m, you have to substitute line 43:

"for i = 1 : P-Class_number"

for

"for i = P:-1:Class_number+1"

This will solve the problem. I tested with all the faces in the sample set, and it was 90% accurate.

Everything has been working perfectly, thanks for an excellent and well commented code Amir!

28 Nov 2011 PCA-based Face Recognition System This package implements 'Eigenface', a PCA-based face recognition system. Author: Amir Omidvarnia Mingqin

excellent

28 Nov 2011 PCA-based Face Recognition System This package implements 'Eigenface', a PCA-based face recognition system. Author: Amir Omidvarnia loganathan, Ramya

nice work.... very thanks.. when i am trying to import another photos but it shows
??? Error using ==> horzcat
CAT arguments dimensions are not consistent.

Error in ==> CreateDatabase at 47
    T = [T temp]; % 'T' grows after each turn

Error in ==> example at 26
T = CreateDatabase(TrainDatabasePath); how to clear this errors... any one help me to clear this error..........

Top Tags Applied by Amir
application, face recognition, multivariate autoregressive, pca, signal processing
Files Tagged by Amir View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
20 Nov 2011 Screenshot Dual Extended Kalman Filter (DEKF) This package implements Dual Extended Kalman Filter for time-varying MVAR parameter estimation. Author: Amir Omidvarnia dual extended kalman ..., dekf, mvar parameter estima..., mvar, multivariate autoregr..., timevarying kalman fi... 69 0
12 Nov 2011 Screenshot Time-Varying EEG Connectivity: A Time-Frequency Approach The package performs time-varying EEG connectivity analysis on a simulated data and an EEG sample. Author: Amir Omidvarnia timevarying, eeg connectivity, partial directed cohe..., directed transfer fun..., multivariate autoregr..., mvar estimation 31 0
24 Nov 2010 Screenshot Linear Kalman Filter A fully commented script which explains Linear Kalman Filtering in the form of a simple example. Author: Amir Omidvarnia kalman, linear estimation, kalman filtering, linear kalman filter, state space estimatio... 40 0
29 Oct 2007 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia application, face recognition, fisher linear discrim..., fld, pca 86 15
  • 4.38462
4.4 | 14 ratings
22 Oct 2007 PCA-based Face Recognition System This package implements 'Eigenface', a PCA-based face recognition system. Author: Amir Omidvarnia eigenface, appearancebased metho..., application, face recognition, pca 236 24
  • 4.41176
4.4 | 18 ratings

Contact us at files@mathworks.com