Description: Convolution3D is an AviSynth filter applying a 3D convolution filter to a video stream. it works as an anti-noise filter and increases the compressibility of a video stream. -Convolution3D is an operating system filter apply ing a 3D convolutions filter to a video stream. it works as an anti-noise filter and increases the compressibility of a video stream. Platform: |
Size: 26233 |
Author:yuhjay |
Hits:
Description: 1.这是一个matlab滤波程序,内含空域二维卷积滤波;频域高通滤波;三级butterworth高通滤波器设计。
2.效果较好,内含较为翔实的代码注释,通用性,可移植性较强。-1. This is a Matlab filtering procedures, airspace containing 2D convolution filter; Frequency - domain high pass filter; 3 butterworth high pass filter design. 2. The result is better and more informative containing the code notes, general, portability strong. Platform: |
Size: 1001 |
Author:方周 |
Hits:
Description: 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons. Platform: |
Size: 2048 |
Author:feide |
Hits:
Description: 关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the difficult reconstruction matrix. If a clear matrix concept, a home to a total o Platform: |
Size: 3072 |
Author:罗松溪 |
Hits:
Description: Convolution3D is an AviSynth filter applying a 3D convolution filter to a video stream. it works as an anti-noise filter and increases the compressibility of a video stream. -Convolution3D is an operating system filter apply ing a 3D convolutions filter to a video stream. it works as an anti-noise filter and increases the compressibility of a video stream. Platform: |
Size: 25600 |
Author:yuhjay |
Hits:
Description: 1.这是一个matlab滤波程序,内含空域二维卷积滤波;频域高通滤波;三级butterworth高通滤波器设计。
2.效果较好,内含较为翔实的代码注释,通用性,可移植性较强。-1. This is a Matlab filtering procedures, airspace containing 2D convolution filter; Frequency- domain high pass filter; 3 butterworth high pass filter design. 2. The result is better and more informative containing the code notes, general, portability strong. Platform: |
Size: 1024 |
Author:方周 |
Hits:
Description: convolution filter which can be used to perform convolution to two functions. useful when you are trying to compress videos and images using convolution/multiplication method Platform: |
Size: 4096 |
Author:hao |
Hits:
Description: 滤波器的设计
线性滤波
卷积与相关
imfilter 滤波函数
预定义滤波
FIR 滤波器的设计
FIR 滤波器基础
计算二维频率响应
计算期望频率响应矩阵
频率变换法 频率采样法
窗函数法 -The design of linear filtering, convolution filter and associated filtering function imfilter predefined filter FIR filter design based two-dimensional FIR filter frequency response of the frequency response matrix calculation of expected frequency of sampling frequency transform window function method Platform: |
Size: 3072 |
Author:齐子新 |
Hits:
Description: 含有多种卷积核达到图像模糊,低通、高通滤波,边缘检测等目的,并且可自定义卷积核。-Contains a variety of convolution to the image fuzzy, low pass, high pass filter, edge detection purposes, and can be customized convolution. Platform: |
Size: 674816 |
Author:云中帆 |
Hits:
Description: Convolution filtering is a technique that can be used for a wide array of image processing
tasks, some of which may include smoothing and edge detection. In this document we show
how a separable convolution filter can be implemented in NVIDIA CUDA and provide
some guidelines for performance optimizations. Platform: |
Size: 3926016 |
Author:vgaliano |
Hits:
Description: Implementation of a 2D Convolution Filter on FPGA. Performance evaluation between CPU, GBU and FPGA Platform: |
Size: 52224 |
Author:Birrax |
Hits:
Description: 3×3卷积过滤器的示例,用Delphi5编写。-Harm s 3 x 3 Convolution Filter Example,It was developed using Delphi 5 Pro。 Platform: |
Size: 246784 |
Author:lvwei |
Hits:
Description: 中值平均滤波法,中值滤波是一种非线性滤波,一般用来处理图像的椒盐噪声。当用来保持边缘同时滤波的要求下,中值滤波要比卷积滤波更加有效。-Median filter is a nonlinear filtering, usually used for salt and pepper noise image processing. When the filter is used to keep the edge of the filter, the median filter is more effective than the convolution filter. Platform: |
Size: 8192 |
Author:gary |
Hits: