登录
首页 » matlab » An-adaptive

An-adaptive

于 2011-04-24 发布 文件大小:3057KB
0 282
下载积分: 1 下载次数: 356

代码说明:

  自适应正则化的超分辨率重建程序,采用L1L2范数。(Adaptive Regularized super-resolution reconstruction of the program, using L1L2 norm.)

文件列表:

An adaptive L1-L2 hybrid error model to super-resolution
........................................................\.08lap_noise_lena1.mat,2875899,2009-11-09
........................................................\demo.m,1912,2011-03-18
........................................................\demo运行.txt,0,2011-03-18
........................................................\Draw_H.m,192,2010-06-17
........................................................\foreman.mat,236347,2010-01-11
........................................................\getAvim.c,9383,2009-09-20
........................................................\getAvim.mexw32,20480,2010-06-17
........................................................\HEM_superres.m,5161,2010-06-18
........................................................\hibscg.m,6231,2010-06-17
........................................................\L1BTV_superres.m,5265,2010-06-18
........................................................\L2BTV_superres.m,5334,2010-06-18
........................................................\makeW.c,12500,2009-09-21
........................................................\makeW.mexw32,20480,2010-06-17
........................................................\origscgL1.m,6296,2010-06-17
........................................................\squre_sum.c,359,2009-10-10
........................................................\squre_sum.mexw32,20480,2010-06-17

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

发表评论

0 个回复

  • 特征选择之relief-F的MATLAB实现
    Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
    2020-11-29下载
    积分:1
  • sf_matlab
    频率步进matlab仿真:包括模糊图的生成,距离像的生成及允余去除拼接,最后还有雷达测角的matlab仿真,包括单目标及多目标(Frequency Step matlab simulation: including fuzzy map generation from the generation and Yun-I like the removal of splicing and, finally, the radar angle measurement of matlab simulation, including the single-objective and multi-objective)
    2021-04-23 14:48:47下载
    积分:1
  • MainWindow
    车辆检测,车辆识别,对输入的车辆图像进行识别并输出识别结果(Vehicle detection, vehicle recognition, recognition of input vehicle images and output of recognition results.)
    2020-06-29 18:00:01下载
    积分:1
  • imnoise2
    此程序为matlab的噪声添加程序,可添加周期函数的噪声(matlab for noise adding)
    2017-11-12 16:29:52下载
    积分:1
  • CameraFingerprint
    说明:  镜头指纹识别,提取镜头特征,对其他照片进行识别,判断是否来源同一相机。(Image Source Detection)
    2021-01-19 14:38:43下载
    积分:1
  • GGD_Image-processing.zip
    这个是广义高斯分布随机数产生程序,它可以用做广义高斯分布形状参数的估计,以及用在图像处理,独立成分分析,信号处理,数字水印等方面。(This is the random numbers about the generalized Gaussian distribution.It can be used in image processing, ICA, signal processing,digital watermark and so on.)
    2011-10-08 17:34:47下载
    积分:1
  • MATLAB车牌识别[算法对比,GUI]
    说明:  该课题为基于MATLAB的汽车出入库识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统的中规中矩的车牌识别不易得到高分,必须要在此基础上有所创新方得可以避开其他雷同课题,不会轻易被导师被否决而导致毕设不过。因此建议在车牌识别基础上加入多种方法的对比,看看哪种方法的精度高。虽然目前有很多方法的车牌识别,但是都是在各自的测试库里面测试的,比如测试的车牌图像不同,字符库不同,导致无法做对比。整个设计在一个GUI界面上完成。(This project is based on MATLAB vehicle in and out of the warehouse identification system, with rich human-computer interaction GUI interface. At present, in the topic selection of graduation project, the traditional regular license plate recognition is not easy to get high scores, so it is necessary to innovate on this basis to avoid other similar topics, and it will not be rejected easily by the tutor, leading to the failure of graduation project. Therefore, it is suggested to add a variety of methods on the basis of license plate recognition to see which method has high accuracy. Although there are many methods of license plate recognition, they are tested in their own test library, for example, the test license plate image is different, the character library is different, so it can not be compared. The whole design is completed on a GUI interface.)
    2020-08-06 23:31:08下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • Susan
    说明:  Susan角点提取检测,进行图像处理,主要运用在数字水印特征提取方面(Susan,In the aspect of image feature extraction, watermark is mainly used for corner detection)
    2021-04-06 11:03:19下载
    积分:1
  • Matlab_MRI_3Dreconstruction
    基于Matlab软件编程实现MC算法对人体脑部MRI图像进行面绘制三维重建;利用三维旋转变换和动画函数对脑部图形进行动画显示(Based on Matlab software programming realize MC algorithm on human brain MRI images drawn face 3 d reconstruction Use of 3 d rotation transformation and animation of brain function graph animation display)
    2012-03-07 15:07:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载