-
-
ImageConvolution_src.rar
Convolution of images allows for image alterations that enable the creation of new images from old ones. 此源码包含十分详尽的Bitmap位图卷积实现方法
-
-
matlab_sourcecode_for_Axes.rar
... 图像
- Gabor filters: 可视化Gabor滤波器
- Convolute: 计算输入图像和Gabor滤波器的convolution
- Features: 特征可视化
- FingerCode: 在数据库中加入该指纹 - Check: 指纹匹配
-
-
gabormask.rar
Gabor-function convolution masks are increasingly used in image processing and computer vision. This function simply computes the cosine and sine masks for a given width, period and orientation. The masks returned are properly normalised.
It is not ...
-
myfft_ifft.zip
FFT and IFFT for 16-bits wave, you can
use this instead of convolution calculate, input samples must be 2^n.
If its not 2^n samples just stuff zero
in last array.
I already make it to C++ class you can
new a calss and do it easy
-
conv_fft_ifft.zip
include FFT IFFT and using FFT to calculate convolution and round off.
Its useful for wave 16 bits.
-
-
-
cconv.rar
Circular Convolution of two equal-length vectors. Highlights that circular convolution in the time domain is the effectively the same as element-by-element multiplication in the frequency domain.
-