필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to calculate vegetation for a given image

조회 수: 1 (최근 30일)
BUGATHA VARALAKSHMI
BUGATHA VARALAKSHMI 2016년 12월 25일
편집: John D'Errico 2016년 12월 25일
for mm = 1:size(fnam,1) for nn = 1:size(fnam,2) if (fnam(mm,nn,2) -10) > fnam(mm,nn,1) & (fnam(mm,nn,2)-10) > fnam(mm,nn,3) fnam(mm,nn,1) = fnam(mm,nn,1); fnam(mm,nn,2) = fnam(mm,nn,2); fnam(mm,nn,3) = fnam(mm,nn,3); a=a+1; else
<<
/matlabcentral/answers/uploaded_files/66216/images.jpg>>
b=b+1; end end
if true
% code
end end
  댓글 수: 1
John D'Errico
John D'Errico 2016년 12월 25일
편집: John D'Errico 2016년 12월 25일
If you just want to add information to your previous questions, stop adding a new question. This is now the 4th such identical question you have asked, with only slightly different text.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by