Info

此问题已关闭。 请重新打开它进行编辑或回答。

image processing

1 次查看(过去 30 天)
Taleb Almajrbi
Taleb Almajrbi 2011-4-5
关闭: MATLAB Answer Bot 2021-8-20
hi all
i am doing eigenspectra palmprint recgnition project. So How can i discard half of the fouier transformed(frenquncy domain) components in palmprint recognition. where the size of fouier transformed image called (F1) are 128X128. please reply me.
thanks

回答(1 个)

bym
bym 2011-4-5
F1(64:128,64:128)=[]
  1 个评论
Walter Roberson
Walter Roberson 2011-4-6
Or more generally,
F1(ceil(end/2):end,ceil(end/2):end) = [];

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by