|
@@ -130,6 +130,15 @@ sr( redchan, nirchan )
|
|
</pre>
|
|
</pre>
|
|
|
|
|
|
<pre>
|
|
<pre>
|
|
|
|
+VARI: Visible Atmospherically Resistant Index
|
|
|
|
+VARI = (green - red ) / (green + red - blue)
|
|
|
|
+it was designed to introduce an atmospheric self-correction
|
|
|
|
+Gitelson A.A., Kaufman Y.J., Stark R., Rundquist D., 2002.
|
|
|
|
+Novel algorithms for estimation of vegetation fraction
|
|
|
|
+Remote Sensing of Environment (80), pp76-87.
|
|
|
|
+</pre>
|
|
|
|
+
|
|
|
|
+<pre>
|
|
WDVI: Weighted Difference Vegetation Index
|
|
WDVI: Weighted Difference Vegetation Index
|
|
WDVI = nirchan - a * redchan
|
|
WDVI = nirchan - a * redchan
|
|
if(soil_weight_line == None):
|
|
if(soil_weight_line == None):
|