登录
首页 » matlab » compressive-sensing-and-Wavelet

compressive-sensing-and-Wavelet

于 2014-07-16 发布 文件大小:5509KB
0 192
下载积分: 1 下载次数: 81

代码说明:

  沙威关于压缩感知(包括多种重构算法)和小波变换的程序(compressive sensing and Wavelet and source code)

文件列表:

shawei
......\Compressive Sensing Source Code (压缩传感)
......\..........................................\CS_MRI





......\..........................................\......\mask_radial.m,888,2011-05-21
......\..........................................\......\mask_radial.mat,6028,2014-06-02
......\..........................................\......\peppers256.bmp,66614,2010-04-17
......\..........................................\......\phantom256.bmp,3824,2010-04-17
......\..........................................\......\program introduce.txt,175,2014-06-01
......\..........................................\......\TV_Norm_FD.m,4702,2014-06-11
......\..........................................\......\TV_Norm_SD.m,4520,2013-09-25
......\..........................................\CS_MRI.zip,359141,2014-06-01
......\..........................................\CS_OMP
......\..........................................\......\CS_OMP.m,2798,2009-10-18
......\..........................................\CS_OMP.zip,1538,2014-06-01
......\..........................................\FISTA




......\..........................................\.....\FISTA_FT.m,3298,2013-12-14
......\..........................................\.....\FISTA_Radon.m,3007,2013-12-14

......\..........................................\.....\lena256.bmp,66614,2010-04-16
......\..........................................\.....\mask_radial.mat,6031,2013-12-08
......\..........................................\.....\peppers256.bmp,66614,2010-04-17
......\..........................................\.....\phantom256.bmp,3824,2010-04-17
......\..........................................\.....\program introduce.txt,234,2014-06-01
......\..........................................\.....\ww.mat,80168,2010-04-18
......\..........................................\FISTA.zip,491543,2014-06-01
......\..........................................\PCD


......\..........................................\...\PCD_Inpainting.m,3654,2013-12-17
......\..........................................\...\program introduce.txt,197,2014-06-01
......\..........................................\...\ww1.mat,101691,2013-12-15
......\..........................................\...\ww2.mat,80102,2013-12-15
......\..........................................\...\ww3.mat,80189,2013-12-15
......\..........................................\...\ww4.mat,24032,2013-12-15
......\..........................................\PCD.zip,343950,2014-06-01
......\..........................................\Wavelet_OMP
......\..........................................\...........\DWT.m,1065,2009-10-14

......\..........................................\...........\program inteoduce.txt,166,2014-06-01
......\..........................................\...........\Wavelet_OMP_SD.m,2574,2013-09-17
......\..........................................\...........\Wavelet_OMP_WD.m,2552,2013-09-17
......\..........................................\Wavelet_OMP.zip,63767,2014-06-01
......\Wavelet Source Code (小波程序)
......\..............................\cubic_average
......\..............................\.............\cubic_average.m,779,2007-06-12
......\..............................\cubic_average.zip,626,2014-06-08
......\..............................\cubic_subdivision.zip,632,2014-06-08
......\..............................\cycle_spinning.zip,772,2014-06-08
......\..............................\DWT_1D.zip,1142,2014-06-08
......\..............................\DWT_2D
......\..............................\......\DWT_2D.m,5054,2007-06-12
......\..............................\DWT_2D.zip,1599,2014-06-08
......\..............................\edge_detection
......\..............................\..............\edge_detection.m,3152,2007-06-18
......\..............................\edge_detection.rar,1304,2014-06-08
......\..............................\mask
......\..............................\....\mask.m,484,2007-06-12
......\..............................\mask.zip,470,2014-06-08
......\..............................\Multiwavelet
......\..............................\............\Construction.m,943,2008-04-06
......\..............................\............\Implementation.m,1370,2008-04-06
......\..............................\Multiwavelet.rar,1458,2014-06-08
......\..............................\singularity_detection.rar,796,2014-06-08
......\..............................\SWT
......\..............................\...\SWT.m,1850,2007-06-12
......\..............................\SWT.zip,883,2014-06-08
......\..............................\vanishing_moments.zip,568,2014-06-08
......\..............................\Wedgelet
......\..............................\........\Sample Images





......\..............................\........\Wedgelet.exe,425984,2008-04-06
......\..............................\Wedgelet.rar,1464302,2014-06-08

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

发表评论

0 个回复

  • 积木效果显示
    积木效果显示图像
    2013-06-05下载
    积分:1
  • main
    1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。 2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。 3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。 (1 pattern matching: substring positioned in the main string, also called string matching. Pattern matching refers success can be found in the main string S pattern string T, otherwise known as pattern string T does not exist in the main string S. 2 pattern matching in a very wide range. For example, in a text-editing program, we often have to find the location of a particular word appears in the text. 3 study of pattern matching algorithms can greatly improve the response performance of text editing program.)
    2014-04-20 13:55:31下载
    积分:1
  • matlab
    用matlab编写的多边形画法及填充算法。(yong matlab bian xie de duo bian xing hua fa ji tian chong suan fa . )
    2011-09-03 11:28:47下载
    积分:1
  • Matlab code for CS reocvery
    压缩感知 图形图像 图像处理 数据恢复 代码(Data recovery of compressed sensing image image processing)
    2018-01-31 21:01:31下载
    积分:1
  • EXP
    说明:  注:运行前自己准备图像,修改I = imread('')单引号中的路径 1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。 2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。 3. 图像平移和旋转 4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
    2020-08-15 08:49:44下载
    积分:1
  • DCT
    数字信号处理实验,DCT图像压缩,内含有matlab实验m文件以及实验报告,供大家参考。(Digital signal processing experiment, DCT image compression, contains matlab experiment m documents and the experiment report for your reference.)
    2012-01-07 22:00:38下载
    积分:1
  • istft
    说明:  短时傅里叶逆变换,参数一共有4个,hop, fs,源信号向量(Inverse short time Fourier transform)
    2019-11-26 09:55:45下载
    积分:1
  • LFToolbox0.4
    说明:  可对lytro相机所得到的光场图像进行各种处理(The light field image obtained by lytro camera can be processed in various ways.)
    2020-06-18 23:40:01下载
    积分:1
  • AForge(识别) 识别扑克牌中的字以及状 例子源码下载
    识别结果详见下图,识别图像不错的例子
    2015-04-29下载
    积分:1
  • xiaochengxu
    该程序包中有基于Hough变换的车道线检测,还有卡尔曼跟踪和别的小程序,都是可运行的,读者可自行学习(The package, the lane detection based on Hough transform, Kalman tracking and other small programs are running, readers can learn on their own)
    2012-07-12 16:43:10下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载