Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

image processing

1 visualizzazione (ultimi 30 giorni)
Taleb Almajrbi
Taleb Almajrbi il 5 Apr 2011
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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

Risposte (1)

bym
bym il 5 Apr 2011
F1(64:128,64:128)=[]
  1 Commento
Walter Roberson
Walter Roberson il 6 Apr 2011
Or more generally,
F1(ceil(end/2):end,ceil(end/2):end) = [];

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by