资源简介
OMP算法:匹配追踪算法,输入字典和图像,获得图像在字典下的稀疏系数。有部分解释
代码片段和文件信息
function [A]=OMP(DXL);
%=============================================
% Sparse coding of a group of signals based on a given
% dictionary and specified number of atoms to use.
% input arguments:
% D - the dictionary (its columns MUST be normalized).
% X - the signals to represent
% L - the max. number of coefficients for each signal.
% output arguments:
% A - sparse coefficient matrix.
%=============================================
[nP]=size(X);
[
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1019 2011-08-05 21:39 OMP.m
----------- --------- ---------- ----- ----
1019 1
相关资源
- romp 图像处理
- Wavelet_OMP
- OMP 小波变换和压缩感知中的OMP算法比
- multifractal-compute 用MATLAB编写的图象多
- OMP
- SNR(complete) 基于matlab的GUI的GPS捕获
- CS 关于压缩感知重构算法
- CS-OMP-wavelet-reconstruction
- img_bp 图像信号的压缩感知重构算法
- Somp SOMP算法
- ELM_EELM_YELM EELM是有效ELM的源码 (EEL
- Compressed-sensing-denoising-code 压缩感知去
- MyOMP 一个简单的运用正交匹配追踪算
- CS_recovery_algorithms 压缩感知常见算法参
- CS 压缩感知代码
- MATLAB 冈萨雷斯数字图像处理MATLAB版
- Coop_MIMO_Cellular_HMMD_Ergodic 3GPP LTE-Advan
- LightCompensate 光照补偿matlab程序
- omp 用小波变换作为稀疏基
- Compressive_Sensing 压缩感知图像融合算法
- OMP 这里主要是压缩感知的贪婪算法
- orthogonal-matching-pursuit OMP算法的matlab的
- LDPC 实现了LDPC码的编码 LDPC译码、LD
- StOMP 分段自适应正交匹配追踪StOMP算法
- compressed-sensing 压缩感知
- ICA-wind-prediction 采用最先进的殖民竞争
- Matrix-Completion 低秩矩阵方面的实例
- VMD_2D 二维变模态分解(TWO-DIMENSIONAL
- VMD 变模式分解(Variational Mode Decompo
- complex_network 用matlab所写的复杂网络所
评论
共有 条评论