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