搜索资源列表
fft
- fft的快速傅里叶变换 // data 长度为 (2 * 2^n), data 的偶位为实数部分, data 的奇位为虚数部分 // isInverse表示是否为逆变换
TestFftAndIfft
- 本人写的基于冈萨雷斯的图像处理中的快速傅里叶变换和逆变换,数据已经和matlab对比过,完全正确。时间仓促,望大家指正。
demo_fft2 基于傅里叶变换图像处理演示程序
- 基于傅里叶变换图像处理演示程序,先对图像进行傅里叶变换,得到频率域图像信息,进行图像处理,然后再将图像进行傅里叶逆变换得到原图像。-Digital image processing based on furier transform.
invspecgram
- 逆短时傅里叶变换,由短时傅里叶谱恢复原信号-INVSPECGRAM Performs the Inverse Short Time FFT (Inverse SPECGRAM).
fuliye
- 1. 对图像进行傅里叶变换。 2. 根据傅里叶变换的结果去除图像的竖条纹噪声。 3. 对图像进行傅里叶逆变换,得到分割图像。 -1. For the image Fourier transform. 2. According to the results of Fourier transform to remove the image of the vertical stripe noise. 3. Inverse Fourier Transform of the images ob
2D-FFT-C
- 二维快速傅里叶变换及其逆变换,用于图像处理等领域-two dimensional fast fourier transform and its inverse fast fourier transform
FFT-C
- 一维傅里叶变换及其逆变换,快速算法,用于图像处理等领域-one dimensional fast fourier transform and inverse fast fourier transform
FFt
- 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
Image-Processing
- vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
21840289fft-by_skyline
- FFT c程序 能够实现傅里叶和 逆傅里叶转换,有些地方需修改-FFT c procedures to achieve Fourier and inverse Fourier transform, and some places need to modify
FFT-C11
- 傅里叶变换及其逆变换的C++程序,广泛用于图像处理-fourier transform and its inverse transform, by C++ programming language
dafsdf
- FFT算法 C++ 快速傅里叶变换 逆傅里叶变换-FFT algorithm for C++ fast Fourier transform Inverse Fourier transform
DIB
- 这是一个常用的数字图像处理程序,包括图像的大小变换,傅里叶变换,傅里叶逆变换,常有的滤波器等-This is a commonly used digital image processing procedures, including the size of the image transform, Fourier transform, inverse Fourier transform, filter and so often
FFT
- 本程序实验室快速傅里叶变换的一维,二维,及其逆变换-This procedure laboratory one-dimensional fast Fourier transform, two-dimensional, and its inverse transform
C_FFT_IFFT
- 这是快速傅里叶变换及逆变换的实现c代码,傅里叶变换是小波变换的基础更是图像及信号处理的基础-This is the fast Fourier transform and inverse transform of the realization of c code, Fourier transform is based on wavelet transform is the basis of image and signal processing
zj
- 傅里叶变换c++实现,用C实现了快速傅里叶变换,逆傅里叶变换。- Fourier transform implemented by c.
01
- 对图片进行傅里叶变换得到相位谱,并通过逆傅里叶变换得到原图片-Fourier transform of the image phase spectrum, and by the inverse Fourier transform of the original image
HIO_ER_stable
- 相位恢复算法,利用恢复图像在时域必须是正实值以及正逆傅里叶变换进行恢复-phase retrieve
fft
- 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)
matlabcode
- 图像傅里叶变换,图像的快速傅里叶变换,逆变换,图像的二维FFT变换可以观察图像的频谱,再进行逆变换即可复原图像(Image Fourier transform)