搜索资源列表
vc_picmatch01
- 图象匹配算法,vc++实现的图象匹配算法用fft算法实现的图像匹配程序,速度比传统算法开很多!- -image matching algorithm, vc achieve the image matching algorithm used fft algorithm image matching procedures, faster than traditional algorithms opened many! -
FFT.rar
- 用VC++实现的快速傅里叶变换的源代码,开发平台是VC++6.0,this is fft which effects in image by vc++
DITFFT2
- 完成图像的DIT-FFT的快速算法,使用VC++6.0,openCV1.0。-To complete the image of the DIT-FFT fast algorithm, using VC++6.0, openCV1.0.
2107210017520071022238367591296
- vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
ImageProcess
- VC++6编译环境,实现平滑,锐化,边缘增强,边缘提取(3种算法),边缘检测,中值滤波,频域变换(傅里叶分析FFT,离散余弦变换DCT)-VC++6 compiler environment, to achieve smooth, sharpen, edge enhancement, edge detection (three kinds of algorithm), edge detection, median filtering, frequency domain transform (Fo
VC
- 各种基于V C++ 6.0 的源程序 有二值化 高斯平滑 对比度拉伸 反色 傅里叶变换 -All based on the V C++ 6.0 of the source binary Gaussian smoothing with contrast color stretch anti-FFT, etc.
demo
- 一个有关边缘检测 robert sobel FFT傅里叶变换等算法的demo-a demo using VC++ that implements the algorithms of edge detection and FFT
FFT
- 应用VC++编写,应用GPU的CUDA扩展平台完成FFT运算-Programming with CUDA FFT program
ColorToGray-FFT
- 用vc++实现了真彩色图变灰度图,并实现了傅里叶变换。-Achieved with the vc++ true grayscale color map change, and to achieve the Fourier transform.
SignalProcess
- VC++6.0下实现 FFT IFFT Hilbert CONV FIR滤波器 小波降噪-VC++6.0 to achieve FFT IFFT Hilbert CONV FIR filter wavelet noise reduction
FFT_C
- 快速傅里叶变换的C代码实现,并且与matlab内置FFT函数进行了效果对比,非常完美。-FFT by VC++
bmpdis-fft
- 图像处理程序vc++代码。有图像的傅里叶变换FFT图像线性旋转、绘制直方图、提取直方图、以及绘制图像、提前数据信息等。-Image handler vc++ code. Linear rotation of the image Fourier transform FFT image, draw a histogram to extract histogram is and draw the image, the data in advance.
stitching
- 使用VC++环境对具有一定重叠性的图像进行了拼接,先对待拼接的两幅图进行采样进行使用傅里叶变换粗拼接,然后用FFT算法进行精准拼接-Use VC++ environment with some overlapping image stitching, first towards stitching two images sampled using Fourier transform coarse stitching, and then use the FFT algorithm for accu
fft-dct
- 用VC实现的,对图像进行离散余弦变换和快速傅里叶变换,利于学习数字图像处理-With VC' s, the image discrete cosine transform and fast Fourier transform, conducive to learning digital image processing
FFTVPP
- 快速福利叶变换C函数 函数简介:此函数是通用的快速傅里叶变换C语言函数,移植性强,以下部分不依 赖硬件。此函数采用联合体的形式表示一个复数,输入为自然顺序的复 数(输入实数是可令复数虚部为0),输出为经过FFT变换的自然顺序的 复数 使用说明:使用此函数只需更改宏定义FFT_N的值即可实现点数的改变,FFT_N的 应该为2的N次方,不满足此条件时应在后面补0 -kuaisu fuliye bianhuan yuandaima ,VC++shixian ,yu
new
- 灰度图像的FFT和IFFT运算程序代码,效果之间的比较。这是基于vc框架下的。-Gray scale image of the FFT and IFFT operations program code, the effect between the comparison. This is based on the vc framework.