登录
首页 » matlab » Wavelet_OMP

Wavelet_OMP

于 2013-01-19 发布 文件大小:45KB
0 172
下载积分: 1 下载次数: 96

代码说明:

  压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为OMP算法,对256*256的lena图处理,比较原图和OMP算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间 (Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix and OMP algorithm as the reconstruction algorithm. Compare lena figure and the reconstruction results using OMP algorithm at different sampling ratio (0.74,0.50.3),then each runs 50 times, compare the performance of PSNR and each running time)

文件列表:

Wavelet_OMP
...........\DWT.m,1065,2010-03-18

...........\omp.m,1386,2012-12-27
...........\Wavelet_OMP.m,7612,2013-01-02

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

发表评论

0 个回复

  • yichuansuanfa
    说明:   针对雾天下拍摄图像的退化现象,远景部分是一块灰度分布比较集中且接近天空亮度的区域,而近景部分可以分辨,其灰度分布比较分散。提出了一种基于遗传算法阈值分割的雾天图像增强方法;该方法首先用遗传算法求出近远景的分割阈值将图像分割[1]出来,然后对两个部分分别进行清晰化处理。(make the picture clear)
    2011-02-21 10:57:18下载
    积分:1
  • super-resolutioncode
    该代码是基于学习的超分辨率重建,此算法是在线字典学习,字典的训练与稀疏表示与重建同时进行。(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.)
    2016-03-10 09:06:50下载
    积分:1
  • 数字水印+matlab程序(1)
    图像数字水印中所涉及到的代码以及具体的文字的详细说明(The code involved in the image digital watermarking)
    2018-04-15 14:31:40下载
    积分:1
  • pf_arithmatics
    matlab实现粒子滤波算法,对图像处理,定位,跟踪研究都有借鉴作用!(Matlab achieve particle filter for image processing, positioning and tracking studies have reference!)
    2007-03-13 16:30:22下载
    积分:1
  • 基于opencv的Kinect深度的去噪,滤波
    基于opencv的Kinect深度图像的去噪,滤波(Opencv based Kinect depth image denoising, filtering)
    2021-03-23 08:59:15下载
    积分:1
  • wavelet-packet-de_re
    用小波工具箱函数实现小波包的分解与重构,非常适合与机械故障特征提取。(Wavelet packet decomposition and reconstruction, and is ideal for mechanical fault feature extraction using wavelet toolbox functions.)
    2012-10-10 14:16:28下载
    积分:1
  • winform 垂直交错效果显示 例子
    winform 垂直交错效果显示图像 例子
    2013-06-01下载
    积分:1
  • LDA
    LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维(LDA to achieve the matlab source, Jonathan Huang, prepared, is the only can be used and the correct source, can be used for image feature dimensionality reduction)
    2008-06-15 20:38:04下载
    积分:1
  • RanSacCode
    该代码用于对错误匹配点进行过滤操作,即去除错误的匹配点(The code is used to remove the wrong match points,and make sure the right matching.)
    2014-12-31 11:17:07下载
    积分: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
  • 696518资源总数
  • 106259会员总数
  • 28今日下载