登录
首页 » matlab » ImageInpainting

ImageInpainting

于 2020-06-07 发布
0 421
下载积分: 1 下载次数: 5

代码说明:

说明:  Curvelet变换是由一种特殊的滤波过程和多尺度脊波变换组合而成:本程序对彩色图像进行了curvelet变换从而实现图像去噪的效果。首先对图像进行子带分解;然后对不同尺度的子带图像采用不同大小的分块;最后对每个分块进行Ridgelet分析。(Curvelet transform is a combination of a special filtering process and multi-scale ridgelet transform. In this program, curvelet transform is applied to color image to achieve the effect of image denoising. First, the image is decomposed into sub-band; then the sub-band images of different scales are divided into different sizes; finally, each sub-band image is analyzed by ridgelet.)

文件列表:

Image Inpainting, 0 , 2020-06-07
Image Inpainting\Curvelet_inpainting_primal_dual.m, 1428 , 2019-10-25
Image Inpainting\TV_inpainting_primal_dual.m, 1334 , 2019-10-25
Image Inpainting\fdct_wrapping.m, 13607 , 2019-10-25
Image Inpainting\fdct_wrapping_window.m, 374 , 2019-10-25
Image Inpainting\ifdct_wrapping.m, 15027 , 2019-10-25
Image Inpainting\make_nabla.m, 1056 , 2019-10-25
Image Inpainting\pca.m, 2571 , 2019-10-25
Image Inpainting\rgb_Curvelet_inpainting_primal_dual.m, 1957 , 2019-10-25
Image Inpainting\rgb_TV_inpainting_primal_dual.m, 1538 , 2019-10-25
Image Inpainting\test_inpainting.m, 1102 , 2019-10-25

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

发表评论

0 个回复

  • 分析及其应用__孙延奎
    说明:  关于小波变换及其应用的一本经典教材,值得学习(A classic textbook on wavelet transform and its application is worth learning)
    2019-03-26 19:13:12下载
    积分:1
  • tWavveletVCReh
    通过设计Visual C程序源码对简单易懂的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波与Haar小波变换,从而的到小波分解系数;再通过改变分解的到的各层高频系数数进行信号的小波重构达到消噪噪的目的。在这一程序源码实现的过程中能直观地理解信号小波分解重构的过程与在信号消噪中的重要作用,和在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。 可直接 (Design Visual C program source code on a simple one-dimensional signal with a Gaussian white noise Daubechies wavelet, Morlet wavelet and Haar wavelet transform, and thus to the wavelet coefficients and then change the decomposition to each storey wavelet reconstruction frequency coefficient of the number of signal to noise canceling noise. In the process of realization of this program source code can be intuitively understood the signal wavelet decomposition and reconstruction process and an important role in signal denoising, and the selection coefficient in the high frequency coefficients of the layers of the weight of processing noise cancellation signal impact. Can be directly)
    2012-07-27 16:21:08下载
    积分:1
  • Wavelets-applications
    主要讲述小波变换在信号分析和图像处理中的应用,英文版。(Wavelets applications in signal and image processing)
    2011-08-01 22:36:39下载
    积分:1
  • contourlet_toolbox.tar
    2002年,MN Do和Martin Vetterli提出了一种“真正”的图像二维表示方法:Contourlet变换,也称塔型方向滤波器组(Pyramidal Directional Filter Bank, PDFB)。Contourlet变换是利用拉普拉斯塔形分解(LP)和方向滤波器组(DFB)实现的另一种多分辨的、局域的、方向的图像表示方法。(In 2002, MN Do and Martin Vetterli proposed a "real" two-dimensional representation of images: Contourlet transform, also known as Pyramidal Directional Filter Bank (PDFB). Contourlet transform is another multi-resolution, local and directional image representation method based on Laplacian pyramid decomposition (LP) and directional filter banks (DFB).)
    2020-09-11 14:38:01下载
    积分:1
  • Wavelet-packet-process
    小波包分解和重构的过程,在齿轮箱中的应用(Wavelet packet decomposition and reconstruction of the signal in the application of matlab, and energy, frequency )
    2013-01-09 09:01:17下载
    积分:1
  • haar
    说明:  利用Harr将图像进行3层小波变换,并进行重建。里面包含测试图片及变换后系数重新排列后的结构图。(Harr is used to transform the image into three-layer wavelet transform and reconstruct it. It contains the test picture and the structure chart of the coefficient rearrangement after transformation.)
    2019-05-15 17:09:28下载
    积分:1
  • down-conversion
    基于软件无线电的数字接收机中的下变频结构的程序(Based on software radio frequency conversion program under the digital receiver)
    2012-05-14 19:58:33下载
    积分:1
  • wavelet
    利用小波分析检测超高压输电线路故障和故障分类(fault identification and classifiction of EHV transmission lines based on wavelet transform)
    2021-04-15 15:08:54下载
    积分:1
  • 图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
    2020-06-18 04:40:01下载
    积分:1
  • FastAlgorithms
    小波基矩阵乘法快速算法工具箱,里面有目录,供大家学习参考!(Tools for Fast Matrix Multiplication in Wavelet Basis)
    2009-02-26 10:19:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载