フィルターのクリア

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