搜索资源列表
a3
- 视频的超分辨率增强技术文章,概括说明图像序列上采样增强的算法
EAPOCS
- 图像的EAPOCS超分辨率算法,可以实现边缘抑制的POCS算法
SuperResolution
- 基于FFT的超分辨率算法,该算法使用原始数据的梯度信息,不用加入先验的约束-Super-resolution based on FFT
doa_music
- MUSIC 算法实现,实现窄带信号的超分辨率DOA估计-MUSIC algorithm, the narrowband signal super-resolution DOA Estimation
exampleSR
- 基于例子的图像超分辨率重构算法,很好的解决了经典超分辨率的限制-Example-based super-resolution image reconstruction algorithm, a good solution to the classic super-resolution limit
iteratedBackProjection
- 改进的基于迭代反投影的超分辨率算法,是一种成熟的算法-Improved super-resolution algorithm based on iterative backprojection,Is a mature algorithm
SR-based-on-example
- 基于例子的图像超分辨率算法,解决了传统超分辨率的限制-Example-based image super-resolution algorithm to solve the limitations of traditional super-resolution
Approx_soln
- 基于最近邻的图像超分辨率重构算法,计算量小,易于实现-resolution, small amount of calculation, easy to implement
train_dictionaries_3
- 基于训练字典的图像超分辨率算法,灵活的应用先验约束-Image super-resolution algorithm based on the training dictionary, flexible applications priori constraints
classicalSR
- 去噪声、去模糊、图像序列经典超分辨率重建算法-Classic super-resolution reconstruction algorithm
MAP
- 基于map的图像超分辨率的重构算法,用matlab来实现,非常实用-Image super-resolution reconstruction algorithm based on the map, using matlab to achieve very practical
SR
- 用于实现图像超分辨率重建的不同算法的matlab程序,可直接编译-Used to achieve super-resolution image reconstruction algorithm matlab program can be compiled directly
music
- 超分辨率DOA算法 Muisc 是一种经典的算法-Based on Muisc DOA
romp
- romp算法实现基于稀疏表示的图像超分辨率算法字典对的训练,本代码为matlab文件 -Romp algorithm to realize image super-resolution algorithm based on sparse representation of a dictionary of training, the code for the matlab files
Example Super-Resolution
- 韩国人写的单景图像超分辨率的文章,包含具体算法,值得学习。(Foreigners wrote about the single scene image super-resolution technology article, which has a detailed algorithm, it is worth learning.)
duo_tu_xiang_chong_jian
- 4种超分辨率重建算法,大家可以参考一下.其中pg算法的重建效果比较理想。(4 kinds of super-resolution reconstruction algorithm, we can refer to them.)
13898348Fast-a-Robust-Super-Resolution(BTV)
- 实现图片的超分辨率重构,算法所包含的部分能恢复运动模糊的图片(To achieve super resolution reconstruction of images, the algorithm contains parts that can restore motion blurred pictures)
RAISR-master (1)
- 滤波器训练的超分辨率算法,以实现快速图像复原(Super-resolution algorithm for filter training to achieve fast image restoration)
pocs
- matlab的POCS算法。可以将多帧图像合成一帧超分辨率图。(POCS algorithm for matlab)
基于MAP的超分辨率重建算法代码
- 利用matlab于C++混合编程实现的基于MAP的图像超分辨率重建算法代码