palmprint recgnition

2 次查看(过去 30 天)
Taleb Almajrbi
Taleb Almajrbi 2011-3-31
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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 C4ISR 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by