登录
首页 » Visual C++ » Blur-Detection-Using-Wavelet

Blur-Detection-Using-Wavelet

于 2020-07-17 发布 文件大小:3129KB
0 344
下载积分: 1 下载次数: 110

代码说明:

  基于论文,使用Haar小波变换实现图像模糊度检测。(Based on paper > , Using the Haar wavelet transform of image blur detection.)

文件列表:

Blur Detection Using Wavelet
............................\Blur Detection Using Wavelet
............................\............................\Blur Detection Using Wavelet.vcproj,4395,2010-07-18
............................\............................\Blur Detection Using Wavelet.vcproj.AP.qinqc.user,1423,2010-07-16
............................\............................\Blur Detection Using Wavelet.vcproj.MICROSOF-0A36C6.QQC.user,1427,2010-07-18
............................\............................\blurFeatures.cpp,21075,2010-07-18
............................\............................\blurFeatures.h,2128,2010-07-16
............................\............................\common.h,130,2010-07-12
............................\............................\cvaux100.dll,466944,2007-09-06
............................\............................\Debug
............................\............................\.....\Blur Detection Using Wavelet.exe.embed.manifest,405,2010-07-16
............................\............................\.....\Blur Detection Using Wavelet.exe.embed.manifest.res,472,2010-07-16
............................\............................\.....\Blur Detection Using Wavelet.exe.intermediate.manifest,387,2010-07-17
............................\............................\.....\blurFeatures.obj,79408,2010-07-17
............................\............................\.....\BuildLog.htm,29090,2010-07-17
............................\............................\.....\main.obj,26392,2010-07-17
............................\............................\.....\mt.dep,67,2010-07-17
............................\............................\.....\vc80.idb,814080,2010-07-17
............................\............................\.....\vc80.pdb,159744,2010-07-17
............................\............................\.....\wavelet.obj,60771,2010-07-15
............................\............................\gradient magnitude.txt,2940,2010-07-16
............................\............................\gradientHist.txt,604,2010-07-16
............................\............................\localpowerspectrum.txt,30,2010-07-16
............................\............................\main.cpp,1104,2010-07-17
............................\............................\wavelet.cpp,18396,2010-07-13
............................\............................\wavelet.h,5104,2010-07-13
............................\Blur Detection Using Wavelet.ncb,10652672,2010-07-18
............................\Blur Detection Using Wavelet.sln,949,2010-07-01
............................\debug
............................\.....\blur detect.bat,87,2010-07-13
............................\.....\Blur Detection Using Wavelet.exe,86016,2010-07-17
............................\.....\Blur Detection Using Wavelet.ilk,424664,2010-07-17
............................\.....\Blur Detection Using Wavelet.pdb,543744,2010-07-17

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

发表评论

0 个回复

  • 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
  • DWT1D
    C语言实现一维离散小波变换,通过mallat算法实现对一维信号的快速重构和分解。(C language implementation of a one-dimensional discrete wavelet transform, fast algorithm by mallat one-dimensional signal reconstruction and decomposition.)
    2021-01-02 16:48:57下载
    积分:1
  • Digital-Signal-Processing
    数字信号处理C语言程序集。里面包含全部的数字信号处理中各种算法的C程序设计。(Digital Signal Processing C-assemblies. Which contains all of the digital signal processing algorithms in a variety of C programming.)
    2011-04-28 12:41:51下载
    积分:1
  • Vsbq
    虚拟示波器,用VC++语言编写,界面简洁,使用方便,供大家学习参考。(VC virtual oscilloscope)
    2011-11-05 14:13:05下载
    积分:1
  • JPEG2000
    说明:  小波变化代码,是比较好的测试向量,包括位平面编码和MQ(Wavelet transform code, is a better test vectors, including the bit plane coding and MQ)
    2020-12-06 09:39:24下载
    积分:1
  • wavelet-atlab-sources
    小波变换模极大值重建信号的matlab源程序,来源于胡广书的《现代信号处理教程》附属光盘(Wavelet transform modulus maxima reconstruction signal matlab source code, derived from HU-book " modern signal processing tutorial subsidiary Disc)
    2013-04-27 10:55:25下载
    积分:1
  • yuanma
    对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。(For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.)
    2009-04-09 12:55:48下载
    积分:1
  • wavelet
    基于DB4 的小波变换,实现了小波的分解与重构,可根据实际需要修改阈值的选取方法(Based DB4 wavelet transform to achieve wavelet decomposition and reconstruction, according to the actual need to modify the threshold selection method)
    2021-03-15 14:59:22下载
    积分:1
  • IntDCT
    具有提升分解结构的整数离散变换,可用于基于提升格式的小波变换设计。(Enhance the breakdown structure of the integers with the discrete transform can be used for wavelet transform based on lifting scheme design.)
    2011-11-07 12:45:45下载
    积分:1
  • 97wavelettansform
    9/7 二维整数小波变换,可以实现图像的无损恢复。(9/7 two-dimensional integer wavelet transform, you can realize non-destructive restoration of images.)
    2008-07-27 17:57:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载