搜索资源列表
F2812WD
- F2812的看门狗总结 这是我总结的F2812的看门狗功能使用! 看门狗,又叫 watchdog timer,是一个定时器电路, 一般有一个输入,叫喂狗,一个输出到MCU的RST端,MCU正常工作的时候,每隔一端时间输出一个信号到喂狗端,给 WDT 清零,如果超过规定的时间不喂狗,(一般在程序跑飞时),WDT 定时超过,就回给出一个复位信号到MCU,是MCU复位. 防止MCU死机. 看门狗的作用就是防止程序发生死循环,或者说程序
ScSR
- in this program, low resolution s images were converted to high resolution s images.
ScSR
- Jianchao Yang的经典图像超分辨率程序-Classic image super-resolution process of professor Yang
ScSR
- Jianchao Yang 的基于稀疏表示的单幅图像重建的原始代码,先将高低训练图像分块,再将块训练成高低字典,将测试图像映射到低字典上,得到系数,再乘以高子典就得到最后的图像。对学习超分辨率同学的参考作用很大。-This is the original matlab code for super resolution by Jianchao Yang 。The method is sparse represent based on t
ScSR
- 基于学习单幅图像超分辨率重建算法源代码。-based on the singal picture super resolution founding
ScSR
- 基于稀疏的图像超分辨率 Yang Jianchao于2010年发表的,含程序-Image super-resolution via sparse representation
Super-resolution
- 实现联合字典训练的超分辨率重建算法,通过分别训练高分辨率字典和低分辨率字典-1. The demo code is for upscaling factor of 2. For larger magnification factors, run the function ScSR.m multiple times. Note the code is a little different what presented in the
ScSR
- 杨建超文献CVPR08超分辨重建的源代码(Image Super-Resolution via Sparse Representation-yang)
杨建超ScSR
- 杨建超基于稀疏表示的超分辨率方法,很好的算法(Yang Jianchao based on sparse representation of the super-resolution method, a good algorithm)
ScSR
- 杨建超的将稀疏表达用于图像超分辨率重建的文章赋代码(Example matlab code for the algorithm proposed in "Image super-resolution via sparse representation" TIP 2010.)