资源简介
压缩感知图像融合算法,效果很好滴,可以借鉴学习哦
代码片段和文件信息
%Marcos Bolanos
%November 2011
%Compressive Sensing Example
%This very simple example of L1 minimization is reproduced for
%implementation on matlab. The original example was posted on Rip‘s Applied
%Mathematics Blog on March 28 2011 entitled “Compressed Sensing: the L1
%norm finds sparse solutions“.
%One needs to download the L1-MAGIC package in order to perform the l1
%minimization on matlab.
%This example was very good for illustrating how L1 minimization can
%identify a sparse vector. Here x is the sparse vector. A is the kxN
%incoherent matrix and B are the coefficients. The example shows how we can
%find the original x. xp should be approximately equal to x.
s=RandStream(‘mt19937ar‘);
RandStream.setDefaultStream(s);
reset(s);
x=[0 0 0.319184 0 1.65857 0 0 0 -1.0439
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 920 2011-11-17 17:06 Compressive_Sensing.m
文件 1335 2011-11-17 17:06 license.txt
相关资源
- tuxiangronghe :介绍了基于小波变换的图
- contourlet_toolbox 基于非下采样contourle
- SFLCT_SML_fusion
- wavelet-matlab 基于小波变换的图像融合
- contourlet 基于contourlet的图像融合利用
- PCA 基于PCA的遥感图像融合
- CS 关于压缩感知重构算法
- Cooperative-spectrum-sensing
- Compressed-sensing-denoising-code 压缩感知去
- NSCTPHSI 基于NSCT与HSI的图像融合算法
- Shearletimagefusion shearlet图像融合的源代
- Contourlet contourlet图像融合的matlab源代
- ImageFusion
- Cooperative-Spectrum-Sensing-
- atrous-plusBEMD
- cyclostationary-spectrum-sensing 认知无线电
- compressed-sensing 压缩感知
- nsct 提出基于非采样contourlet变换的红
- work 基于IHS融合算法的多光谱与全色图
- rhbz 图像融合指标
- image-fusion 多聚焦图像融合
- Compression-sensing 压缩传感理论
- matlabronghe 基于压缩感知与小波变换的
- fuse-by-contourlet 多种融合规则
- l1_norm_compressed-sensing 两个l1准则下的噪
- ImageFusion_SSSDI
- nsst nsst域内基于区域能量和区域方差
- MATLAB实现风景、人物图像融合
- 基于小波变换的多聚焦图像自适应融
- 图像融合+源代码+matlab
评论
共有 条评论