一、数据集:
高光谱数据集网站
自然场景的高光谱图像 - 2002(David H. Foster)
自然场景的高光谱图像 - 2004(David H. Foster)
五个多光谱成像数据集
Harvard高光谱数据集 需要给作者发邮件,发送不成功可以朝我要下载链接
spacenet
- Area of Interest 1 (AOI 1) - Location: Rio de Janeiro. 50cm imagery collected from DigitalGlobe’s WorldView-2 satellite. The dataset includes building footprints and 8-band multispectral data.
- Area of Interest 2 (AOI 2) - Location: Vegas. 30cm imagery collected from DigitalGlobe’s WorldView-3 satellite. The dataset includes building footprints and 8-band multispectral data.
- Area of Interest 3 (AOI 3) - Location: Paris. 30cm imagery collected from DigitalGlobe’s WorldView-3 satellite. The dataset includes building footprints and 8-band multispectral data.
- Area of Interest 4 (AOI 4) - Location: Shanghai. 30cm imagery collected from DigitalGlobe’s WorldView-3 satellite. The dataset includes building footprints and 8-band multispectral data.
- Area of Interest 5 (AOI 5) - Location: Khartoum. 30cm imagery collected from DigitalGlobe’s WorldView-3 satellite. The dataset includes building footprints and 8-band multispectral data.
- Area of Interest 6 (AOI 6) - Location: Atlanta 27 50cm images collected from DigitalGlobes’ WorldView-2 satellite. The dataset includes building footprints and 8-band multi-spectral data
15个免费卫星遥感数据源
用于语义分割的高分辨率多光谱数据集
worldview2
ICVL
Chikusei
Pavia University和 Pavia Center数据
图像数据集网站
多聚焦图像
http://www.pxleyes.com/photography-contest/19726
https://mansournejati.ece.iut.ac.ir/content/lytro-multi-focus-dataset
https://github.com/sametaymaz/Multi-focus-Image-Fusion-Dataset
医学图像
www.med.harvard.edu/aanlib/home.html
真彩色图像
红外与可见光图像
https://figshare.com/articles/TN_Image_Fusion_Dataset/1008029
http://vcipl-okstate.org/pbvs/bench/
http://www.cis.rit.edu/pelz/scanpaths/data/bristol-eden.htm
http://www02.smt.ufrj.br/~fusion/
https://ivrl.epfl.ch/research-2/research-downloads/supplementary_material-cvpr11-index-html/
在这位博主Daniel__Shi的文章基础上补充了一些数据集
二、论文笔记:
- 高光谱图像超分辨率空间谱先验学习 Learning Spatial-Spectral Prior for Super-Resolution of Hyperspectral Imagery
- GDD无监督图像对融合 Guided Deep Decoder: Unsupervised Image Pair Fusion
- 用于半盲高光谱和多光谱图像融合的非局部稀疏张量分解 Nonlocal Sparse Tensor Factorization for Semiblind Hyperspectral and Multispectral Image Fusion
- DDcGAN:一种用于多分辨率图像融合的双鉴别器条件生成对抗网络
- 基于双流融合网络的遥感图像融合 Remote sensing image fusion based on two-stream fusion network
- 具有深度先验的高光谱泛锐化(HPDP)Hyperspectral Pansharpening With Deep Priors
- 一种新的基于对抗性的高光谱和多光谱图像融合方法 A Novel Adversarial Based Hyperspectral and Multispectral Image Fusion
- 基于自适应响应函数学习的耦合卷积神经网络在高光谱超分辨中的应用 Coupled Convolutional Neural Network With Adaptive Response Function Learning for Unsupervised Hyperspectral Super Resolution
- 用于多聚焦图像融合的全局特征编码GEU网Global-feature Encoding U-Net (GEU-Net) for Multi-focus Image Fusion
三、代码
FusionDN (AAAI 2020): A Unified Densely Connected Network for Image Fusion
U2Fusion: a unified unsupervised image fusion network for multiple image fusion tasks
Pansharpening via Detail Injection Based Convolutional Neural Networks
Convolutional Autoencoder-Based Multispectral Image Fusion
PSGan: A GAN-based PanSharpening model
Target-Adaptive CNN Based Pansharpening
Py_pansharpening 具有一些经典方法的Python版本pansharpening工具箱。 到目前为止,该工具箱实现了以下算法
- Brovey
- PCA
- IHS
- SFIM
- GS
- Wavelet
- MTF-GLP
- MTF-GLP-HPM
- GSA
- CNMF
- GFPCA
- PNN
- PanNet
四、常用工具
(一)ENVI
软件与扩展包:
- ENVI5.3安装教程(含软件下载)
- ENVI扩展工具:栅格图像批处理工具包 功能包括:批量正射校正(全色/多光谱)、批量图像融合、多光谱与全色批量辐射定标、快速大气校正、栅格裁剪、投影转换、转换存储顺序、图像配准、坏点修复、指数计算、波段运算、将加载在视图中的栅格图层输出为字节型TIFF文件、格式转换、设置忽略值
教程资料: