登录
首页 » matlab » sparsebased

sparsebased

于 2020-12-21 发布 文件大小:102KB
0 282
下载积分: 1 下载次数: 103

代码说明:

  一种基于稀疏表示的图像融合方法,基于论文《Information Fusion》论文Joint patch clustering-based dictionary learning for multimodal image fusion 进行编写 结果相似(A sparse based image fusion method. It is based on paper Joint patch clustering-based dictionary learning for multimodal image fusion of Information Fusion The results is almost the same to this paper)

文件列表:

sparsebased


...........\ckr2_regular.m,2459,2008-04-14
...........\clustering.m,1151,2016-03-29
...........\construction.m,2102,2016-11-25
...........\Dic_learning.m,159,2016-11-17
...........\downsample2.m,246,2016-03-19
...........\EdgeMirror.m,406,2016-03-19
...........\gaussian.m,202,2016-03-19
...........\Hfusion_clear.m,375,2016-11-25
...........\Highfusion_plus_clear.m,189,2016-11-19
...........\image_kernel.m,973,2016-03-29
...........\Lowfusion.m,307,2016-03-21
...........\Lowfusion3.m,316,2016-08-11
...........\ompbox10
...........\........\Contents.m,559,2016-03-21
...........\........\faq.txt,1810,2016-03-21
...........\........\omp.m,5294,2016-03-21
...........\........\omp2.m,6218,2016-03-21
...........\........\ompdemo.m,2386,2016-03-21
...........\........\ompspeedtest.m,1635,2016-03-21
...........\........\ompver.m,8358,2016-03-21
...........\........\private
...........\........\.......\make.m,811,2016-03-21
...........\........\.......\mexutils.c,2219,2016-03-21
...........\........\.......\mexutils.h,3655,2016-03-21
...........\........\.......\myblas.c,12510,2016-03-21
...........\........\.......\myblas.h,14673,2016-03-21
...........\........\.......\omp2mex.c,3490,2016-03-21
...........\........\.......\omp2mex.m,896,2016-03-21
...........\........\.......\omp2mex.mexw64,23040,2016-03-21
...........\........\.......\ompcore.c,12354,2016-03-21
...........\........\.......\ompcore.h,3118,2016-03-21
...........\........\.......\ompmex.c,2820,2016-03-21
...........\........\.......\ompmex.m,792,2016-03-21
...........\........\.......\ompmex.mexw64,22528,2016-03-21
...........\........\.......\ompprof.c,4523,2016-03-21
...........\........\.......\ompprof.h,3082,2016-03-21
...........\........\.......\omputils.c,1933,2016-03-21
...........\........\.......\omputils.h,2272,2016-03-21
...........\........\.......\printf.m,693,2016-03-21
...........\........\readme.txt,1307,2016-03-21
...........\Patches_get.m,692,2015-12-03
...........\Rgb2ycbcr_func.m,117,2016-11-25
...........\skr2_regular.m,3326,2008-04-14
...........\sparse_fusion_plus.m,1877,2016-11-19
...........\SPFUSION.m,1282,2016-11-25
...........\sp_fusion_kimnew.m,4074,2016-11-25
...........\steering.m,1381,2008-04-14
...........\ycbcr2RGB_func.m,120,2016-11-25

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

发表评论

0 个回复

  • bear-only-tracking3
    方向检测的粒子滤波程序,内含重采样算法。(The direction of the particle filter detection procedures, including re-sampling algorithm.)
    2007-12-06 16:49:13下载
    积分:1
  • Ratematching_byylluo
    LTE中速率匹配的代码,包括子块交织,比特搜集,比特选择和修剪(The code rate matching in LTE, including the sub-block interleaving and bit gather, bit selection and pruning)
    2011-01-23 21:35:25下载
    积分:1
  • gaussian_filter
    用于产生离散高斯函数的Matlab源代码。(Discrete Gaussian function used to produce the Matlab source code.)
    2008-12-10 16:54:32下载
    积分:1
  • change
    将一个图像的感兴趣区域替换到另一张图像的相同区域中(Will replace the region of interest of an image to another image of the same region of the)
    2015-04-27 16:58:30下载
    积分:1
  • smbd
    说明:  matlab双目视觉标定程序研究图像配准的可以用这个(matlab study of binocular vision calibration procedure of image registration can use this)
    2008-09-17 13:31:55下载
    积分:1
  • Kent映射的Matlab程序及
    包括logistic映射,tent映射,Henon映射,Kent映射的Matlab程序及图像。(Including the logistic map, tent map, Henon mapping Kent Matlab program and image mapping.)
    2021-04-27 17:18:44下载
    积分:1
  • cs
    说明:  一篇介绍cs理论的文章,以及与图像处理结合的概述(conpressin sensor)
    2012-02-15 16:00:52下载
    积分:1
  • image_fusion_curvelet_GA
    matlab code for image fusion based on curvelet transform and genetic algorithm
    2012-10-10 20:14:57下载
    积分:1
  • matlab实验程序
    说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)
    2020-07-19 14:29:09下载
    积分:1
  • yasuo
    本文主要是用matlab提供的小波包对图像进行分解、压缩、重构(This article is mainly used to provide matlab wavelet packet decomposition of images, compression, Reconstruction)
    2007-09-12 11:00:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载