Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
trein:cursoufpeterraapp [2015/12/18 10:48]
laercio [Programa Legal para Aplicar os Limiares]
trein:cursoufpeterraapp [2015/12/18 12:16] (current)
laercio [Extração de Leito do Rio em Imagens RapidEye no SPRING]
Line 33: Line 33:
   - Copiar as linhas suavizadas ​ de volta ao PI original   - Copiar as linhas suavizadas ​ de volta ao PI original
   - Editar manualmente corrigir contornos da drenagem.   - Editar manualmente corrigir contornos da drenagem.
 +
 +{{:​trein:​ufpedetecaolaminaaguarapideye.pdf|Acessar o PDF}}
  
 ==== Programa Legal para Conversão RGB IHS em Imagem RapidEye ==== ==== Programa Legal para Conversão RGB IHS em Imagem RapidEye ====
Line 119: Line 121:
  
 { {
-MNT hue ("​CAT_MNT"​);​ +MNT huemaxv ("​CAT_MNT"​);​ 
-MNT maxv ("​CAT_MNT"​);​ +Tematico slc ("​Aguas"​);​
- +
-Tematico slc("​Aguas"​);​+
  
- ​hue ​ = Recupere( Nome = "​H_435"​ );+ hue = Recupere( Nome = "​H_435"​ );
  maxv = Recupere( Nome = "​V_435"​ );  maxv = Recupere( Nome = "​V_435"​ );
  
- ​slc ​ New(Name="HV_35_95",​ResX=5,​ResY=5,​Escala=10000); ​+ slc =Novo(Nome = "HV_35_95_03_07", ResX = 5, ResY = 5, Escala = 10000);
  
- slc = Assign ​(CategoryOut ​= "​Aguas"​) + slc =  ​Atribua ​CategoriaFim ​= "​Aguas"​ )  
- { +
- "​Rios"​ : (hue > 35 && hue < 95) && (maxv > 0.03 && maxv < 0.07) +  "​Rios"​ : ( hue > 35 && hue < 95 ) && 
- };+                    ​( maxv > 0.03 && maxv < 0.07 )  
 + };
 } }
 </​code>​ </​code>​

Navigation