登录
首页 » matlab » super-resolutioncode

super-resolutioncode

于 2016-03-10 发布 文件大小:212KB
0 235
下载积分: 1 下载次数: 120

代码说明:

  该代码是基于学习的超分辨率重建,此算法是在线字典学习,字典的训练与稀疏表示与重建同时进行。(This code is based on the study of super-resolution reconstruction, this algorithm is learning online dictionaries, dictionaries of training and sparse representation and reconstruction simultaneously.)

文件列表:

超分辨率重建代码
................\bike.tif,49810,2014-06-09
................\Demo.m,2342,2015-10-22
................\gnd.tif,197042,2010-05-12
................\imtocol.m,892,2014-06-10
................\patch_pruning.m,144,2011-03-07
................\self.m,8711,2014-07-31
................\train_coupled_dict.m,14036,2014-06-13
................\说明.txt,155,2014-07-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • particle-filter
    本手册主要介绍粒子滤波的基本原理和其在非线性系统的应用(主要是目标跟踪、多目标跟踪、电源寿命预测方面的应用)。同时本手册最大的优点是介绍原理和应用的同时,给出实现例子的matlab代码程序,方便读者对照公式,理解代码。因此,它是相关方面的研究者快速上手和进入研究领域的快捷工具。同时,对于有一定基础的研究者,可以在本手册提供代码的基础上,做算法进一步改进和深入研究。(This manual describes the basic principles of particle filter and its application in nonlinear systems. The biggest advantage of this manual is to introduce the principles and applications of the same time, given the matlab code example implementation program, formula for the convenience of readers, to understand the code. Therefore, it is relevant researchers to quickly get up and running enter research areas shortcut tool. , Based researchers, on the basis of this manual code to do the algorithm to further improve and in-depth study.)
    2012-08-30 22:03:52下载
    积分:1
  • 特征提取
    应用灰度共生矩阵求解纹理特征并用熵,相关性,惯性矩,能量,局部平衡等参数带有实例照片可以直接编译(Applying the grayscale symbiotic matrix to solve the texture features and using entropy, correlation, inertia moment, energy, local equilibrium and other parameters with example photos can be compiled directly.)
    2018-01-29 09:37:43下载
    积分:1
  • fisher
    这是模式识别中线性分类器中最常用的fisher线性分类器,并在结果中画出了分类线和分类效果(This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!)
    2009-03-10 20:37:11下载
    积分:1
  • source-code-for-image-processing
    图像处理中常用到的二十多个基本算法的源代码,如图像变换、灰度变换、图像滤波、锐化、边缘检测、阈值分割、边界提取、边界跟踪等(Commonly used in image processing to more than twenty basic algorithm source code, such as image conversion, gray-scale transformation, image filtering, sharpening, edge detection, threshold segmentation, edge detection, boundary tracking)
    2013-04-19 14:56:22下载
    积分:1
  • fouier
    使用傅立叶变换对图像的条纹噪声进行滤除,分别使用了理想低通滤波、巴特沃兹低通滤波和高斯低通滤波进行处理(The use of Fourier transform on the image to filter out the noise of the stripes, respectively, using an ideal low-pass filtering,巴特沃兹Gaussian low-pass filtering and low pass filter to deal with)
    2008-05-20 22:18:12下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • genetic_operator
    说明:  带精英决策的多目标优化关键程序之遗传算法主程序(Main program of genetic algorithm for key program of multi-objective optimization with elite decision)
    2020-06-03 17:31:55下载
    积分:1
  • QuickCam
    实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification. )
    2014-01-20 14:16:39下载
    积分:1
  • Remote sensing
    采用MFC,实现遥感图像的基本增强,滤波,变换等功能。还可以保存数据。(Using MFC, to achieve the basic enhancement of remote sensing images, filtering, transformation and other functions. You can also save data)
    2020-12-21 14:29:08下载
    积分:1
  • watermark
    基于脆弱性的水印嵌入算法,包括水印嵌入,水印攻击等(Based on the vulnerability of the watermark embedding algorithm, including watermark embedding, watermark attacks and so on)
    2020-07-02 22:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载