登录
首页 » C# » Restoration

Restoration

于 2020-04-12 发布
0 106
下载积分: 1 下载次数: 1

代码说明:

说明:  实现图像模糊和恢复,有逆滤波恢复方法、傅里叶变换(Image blur and restoration are realized by inverse filtering and Fourier transform)

文件列表:

Restoration\bin\Debug\Restoration.exe, 28672 , 2010-08-03
Restoration\bin\Debug\Restoration.pdb, 56832 , 2010-08-03
Restoration\bin\Debug\Restoration.vshost.exe, 5632 , 2005-12-08
Restoration\Complex.cs, 1605 , 2010-08-03
Restoration\FFT2.cs, 11126 , 2010-08-03
Restoration\Form1.cs, 8944 , 2010-08-03
Restoration\Form1.Designer.cs, 7060 , 2010-01-02
Restoration\Form1.resx, 6011 , 2009-09-07
Restoration\obj\Debug\Restoration.csproj.FileListAbsolute.txt, 546 , 2010-01-25
Restoration\obj\Debug\Restoration.csproj.GenerateResource.Cache, 842 , 2009-09-07
Restoration\obj\Debug\Restoration.exe, 28672 , 2010-08-03
Restoration\obj\Debug\Restoration.Form1.resources, 180 , 2010-08-03
Restoration\obj\Debug\Restoration.pdb, 56832 , 2010-08-03
Restoration\obj\Debug\Restoration.Properties.Resources.resources, 180 , 2010-08-03
Restoration\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll, 4608 , 2010-01-20
Restoration\obj\Restoration.csproj.FileList.txt, 296 , 2010-02-06
Restoration\obj\Restoration.csproj.FileListAbsolute.txt, 5992 , 2010-08-04
Restoration\Program.cs, 481 , 2009-08-29
Restoration\Properties\AssemblyInfo.cs, 1270 , 2009-08-29
Restoration\Properties\Resources.Designer.cs, 2849 , 2010-01-20
Restoration\Properties\Resources.resx, 5612 , 2009-08-29
Restoration\Properties\Settings.Designer.cs, 1092 , 2010-01-20
Restoration\Properties\Settings.settings, 249 , 2009-08-29
Restoration\Restoration.csproj, 3659 , 2010-02-06
Restoration\Restoration.sln, 910 , 2010-02-02
Restoration\Restoration.suo, 19968 , 2010-08-04
Restoration\obj\Debug\TempPE, 0 , 2018-12-09
Restoration\bin\Debug, 0 , 2018-12-09
Restoration\obj\Debug, 0 , 2018-12-09
Restoration\bin, 0 , 2018-12-09
Restoration\obj, 0 , 2018-12-09
Restoration\Properties, 0 , 2018-12-09
Restoration, 0 , 2018-12-09

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

发表评论

0 个回复

  • 灰度变换的程序Image-gray-scale-transformation
    详细说明:几个关于图像灰度变换的程序。包括图像反色,图像的对数灰度变换,指数灰度变换,线性灰度变换,灰度切割,图像平均降噪。 (Several of the image gray-scale transformation process. Including anti-color image, the image of the number of gray level transformation, index gray-scale transformation, linear gray level transformation, gray cut, the average image noise.)
    2020-07-09 11:28:55下载
    积分:1
  • rs1dg
    高斯粗糙表面的散射系数,输入参数含波长,需要regeng.m产生高斯粗糙表面。(rs1dg computes the bistatic scattering coefficient for Gaussian rough surfaces with Gaussian spectrum.)
    2012-12-24 10:14:30下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • convwavepacket_fenjie
    这是自己编的卷积型小波包的分解程序,用于机械故障特征提取,实现了克服Mallat算法数据量减少和产生虚假频率的缺陷(Own series of convolution type of wavelet packet decomposition procedures for mechanical fault feature extraction to overcome the defects of the the Mallat algorithm decrease in the amount of data and produce false frequency)
    2012-10-10 14:00:10下载
    积分:1
  • orl_faces
    orl人脸库,40个人,每人10幅图像。(orl face database, 40 individuals, 10 images per person.)
    2009-06-12 18:46:06下载
    积分:1
  • Gabor小波对进行特征提取Gabor
    使用Gabor小波对图像进行特征提取,代码可以直接使用(Using the Gabor wavelet feature extraction, the code can be used directly)
    2010-05-29 10:31:00下载
    积分:1
  • KLTpointmatch
    KLT point match:Detection and Tracking of Point Features.
    2007-10-09 09:24:19下载
    积分:1
  • otsu
    利用otsu算法实现图片的自动多阈值分割;用matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像(Using otsu algorithm to realize multi- threshold segmentation of pictures)
    2020-07-09 16:18:55下载
    积分:1
  • EExamplesofGax
    高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。 (Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).)
    2012-06-10 16:26:45下载
    积分:1
  • ksvdbox13
    KSVD算法的工具包,安装在matlab的相关路径下,可以直接调用。(KSVD algorithm Kit installed in the path of matlab can be called directly.)
    2013-03-19 23:30:18下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载