搜索资源列表
OpenImage.rar
- 用GDAL打开多波段图像,并且能选择一个波段进行灰度显示,也可以选择任何三个波段进行彩色显示。,Use GDAL to open multi-band images, and can choose a band to grayscale display, you can also choose any of three bands for color display.
weifen--malab
- 光谱微分(一阶、二阶微分)对高光谱遥感图像进行最佳波段选择-Spectral radiant brightness
hyperspectral-3
- 这是一种高光谱图像波段选择的快速混合搜索算法,感兴趣的同学可以参考一下。-This is a kind of fast hybrid search algorithm of hyperspectral images band selection, interested students can refer to it.
GDAL_ReadTif
- 读取和显示tif图像的代码,使用到了CDib和GDAL类,可以选择波段。适用于学习GDAL库的初级图像处理人员。-Tif image to read and display the code using to CDib and GDAL class, you can select the band. GDAL library suitable for learning in primary image processing staff.
6Adaptive-band-hyperspectral-
- 6自适应波段选择高光谱图像融合使用互信息。国际会议信息融合2005 _guo_fusion_a-6 Adaptive band selection for hyperspectral image fusion using mutual information . International Conference on Information Fusion 2005_guo_fusion_a
roi_infostat
- 遥感图像处理中ROI选择样本进行波段信息提取,分析。-ROI selection samples in remote sensing image processing, band information extraction, analysis.
band-selection
- 基于图像对比度和波段相关性的波段选择算法,适用于高光谱图像的特征选择-Bands selection algorithm based on image contrast and correlation of bands for hyperspectral image feature selection
MCBC
- 最大相关性子空间波段选择算法,利用相关性的大小进行分类,从而提取最有效的波段-Maximum correlation Subspace band selection algorithm, using size classification correlation to extract the most effective band
remote-sensing-image
- 本程序是遥感图像处理以及数字摄影测量课程的成果,大致实现方式:使用GDAL库实现影像读取,使用armadillo库实现矩阵运算 remote sensing image.rar为源代码压缩包 warmerda.rar为GDAL库 armadillo-4.650.4.rar为armadillo库 工程配置信息: 1、打开*.vcxproj,工程文件,将平台设置为x64或win32,并如下配置属性 2、包含目录: armadillo:armadillo-4.650.4\
DSEBS_pub
- 基于图支配集的高光谱图像波段选择算法,论文见于IEEE TGRS 2016.-Unsupervised Hyperspectral Band Selection by Dominant Set Extraction, IEEE TGRS, 2016.
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
OIF
- oif波段选择算法,可以用于对高光谱图像进行波段选择(oif band selection code of matlab)