登录
首页 » matlab » NonnegJune2009

NonnegJune2009

于 2020-11-05 发布 文件大小:422KB
0 175
下载积分: 1 下载次数: 1

代码说明:

说明:  当前论文主要考虑的是非信号依赖的高斯噪声下的图像恢复,本程序实现了泊松噪声下的图像恢复,泊松噪声为信号依赖噪声,能够更加有效逼近实际成像系统噪声。( This is the code that was used in the papers "A Nonnnegatively Constrained Convex Programming Method for Image Reconstruction", "Total Variation-Penalized Poisson Likelihood Estimation for Ill-Posed Problems", "Tikhonov Regularized Poisson Likelihood Estimation: Theoretical Justification and a Computational Method", "An Efficient Computational Method for Total Variation with Poisson Negative-Log Likelihood", "An Analysis of Regularization by Diffusion for Ill-Posed Poisson Likelihood Estimation," "An Iterative Method for Edge-Preserving MAP Estimation when Data-Noise is Poisson", and finally, "Regularization Parameter Selection Methods for Ill-Posed Poisson Maximum Likelihood Estimation". See my publications page for more details. The main algorithm is for nonnegatively constrained, regularized Poisson likelihood estimation. At this point you can choose Tikhonov, total variation regularization, and diffusion regularization. A number of other methods are also implemented. Regularizatio)

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

发表评论

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
  • FFTIFFT
    编程实现图像傅立叶变换和反变换,实现图像去除噪音(Programming image Fourier transform and inverse transform, image de-noise)
    2007-11-08 20:46:48下载
    积分:1
  • Projects
    Restrccuturacion de suburvia y etc
    2014-11-12 21:52:10下载
    积分:1
  • entropy
    自己编的求图像熵值的小程序,用来理解熵的含义和概念。(Own image for the entropy of small procedures, used to understand the meaning and concept of entropy.)
    2009-03-23 15:23:17下载
    积分:1
  • image_processing
    本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。(This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calculation. Image segmentation is based on the corrosion expansion algorithm, the choice of boundary tracking method perimeter, code clarity, the parameter calculation is faster and higher precision parameters.)
    2010-12-20 17:45:09下载
    积分:1
  • Visualc++Imageexample(XuHui)
    Visual C++数字图像实用工程案例光盘代码(Visual C++ Digital image utility works case CD-ROM code)
    2007-10-19 16:59:22下载
    积分:1
  • 区域编码和阈值编码实现压缩
    c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理: 采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数); 再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results: The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%). After inverse transformation, the original image and the processed image are compared.)
    2020-07-01 08:40:01下载
    积分:1
  • image-processing
    集中图像平滑函数对一张含有椒盐噪声或者高斯噪声的图像进行平滑处理的程序,(Image processing)
    2013-05-12 21:09:50下载
    积分:1
  • src
    背景减除的完整算法,《A Statistical Approach for Real-time Robust Background Subtraction and Shadow Detection》作者源代码(The "src" folder contains all of the source code. To run the program, follow these simple steps: 1. Start MATLAB and ensure the "src" folder is your current working directory. 2. Edit "bs.m" and "classify.m" so that the file paths point to the proper directories as specified. 3. In the MATLAB environment type "bs" which will train the background model from the sequence you specified in (2). 4. In the MATLAB environment type "classify" which will classify the sequence of images you specified in (2). 5. Now the classified images should be saved to disk in the folder you specified in (2).)
    2012-09-20 16:47:35下载
    积分:1
  • evaluatefusion
    图像融合评价程序,通过均值,标准偏差,熵,梯度,相关系数,光谱扭曲度等多个指标对融合图像进行评价比较。(image fusion evaluation procedures, the mean, standard deviation, entropy, gradient, and the correlation coefficient. spectral distortion degree of integration of various indicators to evaluate the comparative images.)
    2007-01-15 16:05:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载