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