搜索资源列表
画散点图
- 通过选择栅格数据影响,画出该栅格数据的散点图。在计算NDVI的时候,非常方便。
WarpNDVI
- 环境星数据计算ndvi idl程序 对于生态研究非常有用-Calculation of environmental satellite data for ecological studies ndvi idl program is very useful
ndvi
- 利用遥感影像两个波段反射率值,计算植被指数值-The use of remote sensing images of two-band reflectance values, the calculation of vegetation index values
ndvi
- 遥感植被的NDVI值公式为:(近红外-可见光红色)/(近红外+可见光红色) 在ENVI里面的Band Math 运行公式计算就行. 还可以直接用Transform——NDVI计算.(The NDVI value formula of remote sensing vegetation is: (near infrared - visible light red) / (near infrared + visible light red) The Band Math operation
NDVI
- 归一化植被指数 NDVI=(NIR-R)/(NIR+R),或两个波段反射率的计算。 本程序可以用于计算植被归一化指数,mfc界面(Normalized vegetation index NDVI= (NIR-R) / (NIR+R), or two band reflectivity calculation.)
图像增强及EDVI计算
- matlab中进行遥感图像处理,包括图像增强及NDVI计算的代码。有直方图均衡化。