搜索资源列表
ZHIBEIZHISHU实现了计算植被指数的算法
- 遥感实习的成果。实现了计算植被指数的算法,包括:差值植被指数,比值植被指数,归一化植被指数,调整土壤亮度植被指数-The implementation of the algorithm for calculating vegetation indices, including: the difference vegetation index, the ratio vegetation index, normalized difference vegetation index, soil adju
dvi
- 利用IDL语言编写程序 计算差值植被指数,包括波段的读取,波段数据的分块和指数计算-Using IDL language program to calculate the difference vegetation index, including the band read the sub-band data block and index calculation
lst
- 集植被指数提取,地表温度提取,还有积雪面积提取为一体的一段代码,不知道对大家有没有作用。-Set vegetation index extraction, extraction of surface temperature, snow cover area are extracted as one piece of code, do not know all of us have no effect.
hi
- RGB模型与HIS模型转化、镶嵌、图像的腐蚀运算原理及算法程序、植被指数、几何纠正-RGB model and the HIS model transformation, mosaic, the image principle and algorithm erosion operation procedures, vegetation index, geometric correction
RS_experiment
- 本人的遥感实习成果,包含用VC++6.0编制的程序,其中有形态学处理、植被指数计算、小波变换等内容,另附一份实习报告,作为程序说明-the results of remote sensing experiments, including the VC++6.0 program, including morphological processing, vegetation indices, wavelet transform, etc., attached an internship report
2009302590161
- ISODATA 对BMP影像分类。变化检测算法。各种植被指数-ISODATA CHANGE DETECTION
Digital-Image-Processing
- C#编写,实现基本图像处理功能,包括计算均值、方差、协方差、相关系数、熵等,以及IHS变换、逆变换、直方图均衡、IHS融合、Brovey融合、Fourier变换、逆变换、各种植被指数计算等-Written in C#, basic image processing functions, including the calculation of the mean, variance, covariance, correlation coefficient, entropy, and IHS tra
NDVI
- 遥感图像处理中归一化植被指数变化检测算法实现。-Remote Sensing Image Processing normalized difference vegetation index change detection algorithm.
ndvi
- ENVI中计算NDVI植被指数的IDL源码。-ENVI NDVI vegetation indices calculated IDL source.
remote-sensing
- 这里为大家提供我们三次实习的源码(内附以报告形式的原理及过程说明) 1、NDVI(归一化植被指数)、DVI(差值植被指数)、RVI(比值植被指数)这三种植被指数典型算法和基于光谱特性的变化检测方法 2、实现Moravec算子(数字影像的点特征提取算法) 3、影像匹配的实质是在两幅(或多幅影像)上识别同名点-Here we provide our three internships source (included in the report in the form of princi
Image-processing
- 基于vc6.0的遥感图像处理,可以实现图像增强,植被指数计算,K均值分类等功能。-Vc6.0 based remote sensing image processing and image enhancement can be achieved, vegetation index calculation, K-means classification capabilities.
ndviDETA
- 利用年际最大NDVI植被指数,计算植被的生长趋势。-Years of vegetation index, is used to calculate crop growth trend.
NDVIFiles
- 该代码可对遥感影像计算NDVI指数以及同DVI和RDVI指数的比较。NDVI是归一化的植被指数,用于植被检测。-This codes realise the calculation of NDVI and its comparation to DVI and RDVI for vegitation-detection.
biomass_cal
- 利用植被指数进行生物量计算,批处理,直接输出结果图像。-Using vegetation indices for biomass calculation, batch processing, output images directly.
arcgis_batch_generator
- 利用ARCGIS进行批处理计算植被指数的IDL前程序,非常方便。-Batch calculation of vegetation index using ARCGIS prior to IDL programs, very convenient.
image_savgol
- 用于对遥感植被指数时间序列进行Savitzky–Golay滤波平滑,可减弱天气状况及数据质量因素对于时间序列的不利影响。-For the remote sensing vegetation index time series Savitzky- Golay filter smoothing, can weaken the weather conditions and data quality factors for the adverse effects of time series.
NDVI
- 基于matlab软件的遥感指数计算,NDVI,植被指数。 -Remote sensing index calculation based on MATLAB software, NDVI, vegetation index.
segbatch
- 使用植被指数ExG-ExR和固定阈值以及形态学方法分割绿色植被区域(Green vegetation areas were segmented using vegetation indices ExG-ExR and fixed thresholds as well as morphological methods)
1
- 图像变化检测、植被指数计算等c代码,附样例图片及完整代码。(Image change detection, vegetation index calculation and other C code, with sample pictures and complete code.)
SG滤波_Matlab
- 一般用来做时间序列的平滑,比如MODIS的NDVI EVI等植被指数的平滑,消除 云 缺失值等噪声,提升数据质量,对于时间序列的研究是一种重要的处理方法。