登录
首页 » matlab » CS-based-on-FFT-or-DWT

CS-based-on-FFT-or-DWT

于 2021-04-07 发布 文件大小:98KB
0 234
下载积分: 1 下载次数: 272

代码说明:

  图像压缩感知,稀疏基为FFT或DWT(其中FFT是构造正交变换矩阵,DWT是对高频系数进行测量);重构方法为OMP(compression sensing of image based on FFT or DWT)

文件列表:

FT-OMPmatrix

............\staticnumber.m,145,2012-11-23
............\Wavelet_OMPc.m,3433,2012-11-24
WT-OMPfenjie
............\huifu.m,362,2012-11-24

............\omp.m,1503,2012-11-24
............\static.m,137,2012-11-24
............\Wavelet_OMPfeijiexishu.m,1631,2012-11-24

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

发表评论

0 个回复

  • A-Watermarking-Algorithm(MATLAB)--
    盲水印提取时不需要参考原始载体图像,在信息隐藏、版权保护等方面具有更广泛的应用前景。提出的盲水印算法在分块离散余弦变换(DCT)和离散小波变换(DWT)的基础上,利用关系双方DCT系数和DWT系数在受到攻击时具有相同变化趋势的特点,采用关系嵌入和量化嵌入的自适应选择嵌入策略,较大幅度地提高了盲水印提取的鲁棒性。同时在量化嵌入中采用抖动调制,实现了水印透明性和鲁棒性调节的便捷性。大量仿真实验结果表明该算法对噪声干扰、低通滤波、JPEG压缩、对比度增强等攻击有很好的鲁棒性和透明性。关键词 数字水印盲水印关系嵌入量化嵌入离散余弦变换离散小波变换 按这篇文章的算法,自己编的matlab,没有攻击时水印提取率为1,加水印后图像PSNR有45+,。有攻击后提取率也有0.9+。(Blind watermark extraction can be fulfilled without referring to the original host image. Therefore it hasmuch prospective applications in the fields of information hiding and copyright protection. Based on blocking Discrete Cosine Transform (DCT) and blocking DiscreteWaveletTransform (DWT), the proposed blind watermarking algorithm uses an embedding strategy of adaptively selecting either relationship embedding or quantization embedding. The relationship em- bedding comes from the observation thatboth themagnitudes of coefficients concerned in the relationship usually have thesame change trend when the image is attacked. This strategy remarkably improves the robustness ofwatermark extraction.In addition, dithermodulation is used in quantization embedding, bywhich the tradeoff between transparency and robus-tness ofwatermarking can be easily adjusted. Simulation results show that the algorithm is fairly robust against the attacks such as noise, filtering, compression, and contrast )
    2013-04-14 16:15:47下载
    积分:1
  • gamma
    matlab实现gamma校正的算法,用以调整光照不均的图像。(matlab to achieve gamma correction algorithm to adjust the uneven illumination of the image.)
    2011-08-24 11:57:19下载
    积分:1
  • denoise_image
    图像处理中的一种降噪方法,对去掉图像的噪声有很好的效果(Image processing method of a noise reduction of images to remove the effect of noise has a very good)
    2009-04-02 16:01:33下载
    积分:1
  • downSample
    实现图像下采样,实现的采样方法有最邻近采样法、二次插值法、双三次卷积法。(Image sampling, the sampling method to achieve the nearest neighbor sampling method, the quadratic interpolation, bicubic convolution.)
    2012-06-21 15:32:59下载
    积分:1
  • 监督分类
    说明:  利用IDL编程,使用最小距离法对图像进行监督分类(Using IDL programming, using the minimum distance method to supervise the classification)
    2020-12-21 09:44:15下载
    积分:1
  • Panoramic-image-mosaic
    本案例采用基于块匹配的图像拼接流程来执行拼接操作,载入图片文件夹来作为待拼接对象,通过进行图片序列的匹配、融合来得到拼接效果,并分别对灰度图像、彩色图像进行处理。(This case is based on block matching process to perform image stitching splicing operation, load images folder as an object to be spliced, by matching the fusion image sequence to get the mosaic effect, respectively, on the gray image, color image processing .)
    2016-12-08 10:45:01下载
    积分:1
  • Camera-Calibration-
    相机标定源代码,包含张正友,Tsai等基于matlab的相机标定方法。(Camera calibration source code, including Zhang Zhengyou, Tsai camera calibration method based on Matlab.)
    2020-10-19 15:47:29下载
    积分:1
  • PG_BOW_DEMO
    图像的特征用到了Dense Sift,通过Bag of Words词袋模型进行描述,当然一般来说是用训练集的来构建词典,因为我们还没有测试集呢。虽然测试集是你拿来测试的,但是实际应用中谁知道测试的图片是啥,所以构建BoW词典我这里也只用训练集。 其实BoW的思想很简单,虽然很多人也问过我,但是只要理解了如何构建词典以及如何将图像映射到词典维上去就行了,面试中也经常问到我这个问题,不知道你们都怎么用生动形象的语言来描述这个问题? 用BoW描述完图像之后,指的是将训练集以及测试集的图像都用BoW模型描述了,就可以用SVM训练分类模型进行分类了。 在这里除了用SVM的RBF核,还自己定义了一种核: histogram intersection kernel,直方图正交核。因为很多论文说这个核好,并且实验结果很显然。能从理论上证明一下么?通过自定义核也可以了解怎么使用自定义核来用SVM进行分类。(Image features used in a Dense Sift, by the Bag of Words bag model to describe the word, of course, the training set is generally used to build the dictionary, because we do not test set. Although the test set is used as the test you, but who knows the practical application of the test image is valid, so I am here to build BoW dictionary only the training set. In fact, BoW idea is very simple, although many people have asked me, but as long as you understand how to build a dictionary and how to image map to the dictionary D up on the line, and interviews are often asked me this question, do not know you all how to use vivid language to describe this problem? After complete description of the image with BoW, refers to the training set and test set of images are described with the BoW model, the training of SVM classification model can be classified. Apart from having to use the RBF kernel SVM, but also their own definition of a nuclear: histogram intersection kernel, histogram )
    2011-11-01 17:01:09下载
    积分:1
  • demo_mtjsrc_OxfordFlower_17
    此程序为袁晓彤CVPR论文“基于多任务联合稀疏表示的的视觉分类”的主代码部分(The program for Yuan Xiaotong CVPR paper " visual classification with Muti-task joint sparse representation" main code of the parts)
    2013-09-16 14:06:25下载
    积分:1
  • ImageMatch_RS
    遥感专业摄影测量方向相邻影像同名点匹配的程序,可交互界面,可人工选点(Professional Photography Program sensing images of the same name adjacent to the measuring direction point matching, interactive interface that can be manually selected point)
    2014-04-29 01:02:30下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载