Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to calculate vegetation for a given image

1 visualización (últimos 30 días)
BUGATHA VARALAKSHMI
BUGATHA VARALAKSHMI el 25 de Dic. de 2016
Editada: John D'Errico el 25 de Dic. de 2016
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 comentario
John D'Errico
John D'Errico el 25 de Dic. de 2016
Editada: John D'Errico el 25 de Dic. de 2016
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.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by