image processing
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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
Respuestas (1)
bym
el 5 de Abr. de 2011
F1(64:128,64:128)=[]
1 comentario
Walter Roberson
el 6 de Abr. de 2011
Or more generally,
F1(ceil(end/2):end,ceil(end/2):end) = [];
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!