Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
06 Nov 2009 Iterative nth power/root image equalization This is an image equalization code.... Author: Shahab Anbarjafari James

23 Oct 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari rani, asha

after reading cmments, I don,t know I should use it or not!

03 Oct 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Callirgos, Jesus

The file 22466 doesn't exist , please updates the information, I´m very insterted in this work,it could be helpfull, but I don`t understand so much.

Thank if you can explain me.

19 Jun 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari K, Mak

first of all, I couldn't run the file because it doesn't have the files it needs

I read the code it is not LDA, it's PCA because you did the following:
1- loaded the pictures for training in one matrix as rows (face space)
2- loaded the rest of the pictures for test in another matrix
3- subtracted mean face from all of face space (zero mean face space)
4- covariance for zero mean face space
5- eigenvectors for covariance matrix
6- project the eigenvectors on every picture in train and test sets
7-measure the euclidean distance for test set
 
that is PCA

for LDA, you must get mean for each class
then the mean of all the classes
calculate within-class scatter matrix
calculate the between-class scatter matrix
then the eigenvectors for the product and so on

which you didn't do

24 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 calcpsnr A simple function to find PSNR between two images! Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 Fibonacci The following function generate the fibinacci series up to the sequence number m. Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 Image Equalization Here there are some equalization methods. Author: Shahab Anbarjafari Wings, Xu

24 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Wings, Xu

23 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Clark, Thomas

This is barely a function:
- Scant description of the required inputs
- No input to determine what image you want to analyse
- No input to control plotting (arbitrarily spawns figures)
- No comments in the code
- Nested for loop makes it orders of magnitude slower than it need be
- Dependancy on the image processing toolkit which isn't necessary
- Ideal cutoff without use of a proper filter will cause very poor quality image processing - unusable for practical purposes.
- No function H1 line
- No outputs

You'll need to address all these issues before your code is even vaguely useful. In the meantime, this is pretty much spam - a single use script hacked together into a function simply by addition of the 'function' line declaration. Please remove it from the FEX - there's pleanty enough spam here already.

23 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Nikola

Very helpful

23 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Nikola

Very helpful

23 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Nikola

Very helpful

23 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Nikola

Very helpful

22 Apr 2009 calcpsnr A simple function to find PSNR between two images! Author: Shahab Anbarjafari Wings, Xu

22 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Wings, Xu

22 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Wings, Xu

22 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Wings, Xu

15 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari John

danke...

15 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Anon

Rename it to "outerperim" or something like this or ... just remove it.

15 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Mustafa

15 Apr 2009 calcpsnr A simple function to find PSNR between two images! Author: Shahab Anbarjafari Mustafa

15 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Mustafa

Good work

15 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Mustafa

can you provide some code for non-ideal filters?

15 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Mustafa

helped on my course project ;)

15 Apr 2009 Fibonacci The following function generate the fibinacci series up to the sequence number m. Author: Shahab Anbarjafari Mustafa

15 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Mustafa

Just what I was looking for!

05 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Sermen, Mathew

05 Apr 2009 Image Equalization Here there are some equalization methods. Author: Shahab Anbarjafari Sermen, Mathew

nice collection of equalization techniques... you should also put the m file of the method that you have proposed in one of your publications.

05 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Sermen, Mathew

This is a great work too

05 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Sermen, Mathew

really excellent work

05 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 calcpsnr A simple function to find PSNR between two images! Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 Fibonacci The following function generate the fibinacci series up to the sequence number m. Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 Image Equalization Here there are some equalization methods. Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Torres, Robin

05 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 calcpsnr A simple function to find PSNR between two images! Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 Falt Fading Channel Simulate the BER of a QPSK modulated siganal using an AWGN channel with flat rayleigh fading. Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 Bandpass filter for image processing A simple application of FFT2 for an image to simulate the effect of bandpass filter Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 Fibonacci The following function generate the fibinacci series up to the sequence number m. Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 PCA based face recognition This code is PCA base face recognition programme. Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 Image Equalization Here there are some equalization methods. Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 a better code for LDA based face recognition I have modified the former code so that it runs faster and can be run on normal PCs. Author: Shahab Anbarjafari Yu, Xing

05 Apr 2009 Demirel Edge Detector A new fast and cool edge detector! Author: Shahab Anbarjafari boyer, alain

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com