palmprint recgnition

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

Respuestas (1)

Sean de Wolski
Sean de Wolski el 31 de Mzo. de 2011

0 votos

theDFT = fft2(double(your_image));
theDFT = theDFT(1:ceil(size(the_DFT,1)/2),1:ceil(size(the_DFT,2)/2));

Preguntada:

el 31 de Mzo. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by