image processing
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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
0 件のコメント
回答 (1 件)
bym
2011 年 4 月 5 日
F1(64:128,64:128)=[]
1 件のコメント
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!