palmprint recgnition

3 vues (au cours des 30 derniers jours)
Taleb Almajrbi
Taleb Almajrbi le 31 Mar 2011
hi all
i am doing eigenspectra palmprint recgnition. So How can i discard half of the fouier transformed(frenquncy domain) components in palmprint recognition.please reply me.
thanks

Réponses (1)

Sean de Wolski
Sean de Wolski le 31 Mar 2011
theDFT = fft2(double(your_image));
theDFT = theDFT(1:ceil(size(the_DFT,1)/2),1:ceil(size(the_DFT,2)/2));

Catégories

En savoir plus sur C4ISR dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by