搜索资源列表
fouriDlg
- 傅里叶变换 二维图像傅里叶变换,限于2的整数次幂
图像处理算法汇总
- 被资源详细实现了各种典型的图像处理算法,包括种子填充,傅里叶变换等
傅里叶变换
- 通过图像的变形,实现傅里叶正负变换
FT
- 基于傅里叶变换的去除图像纹理方法。通过去除频域高亮区域来消除纹理,保留低频信息。-Based on Fourier Transform method to remove the image texture. Highlighted region by removing the frequency domain to eliminate the texture, retain low frequency information.
Digitalprocessing
- 这些源码涉及数字图像的二值变换、阈值变换、傅里叶变换、梯度锐化、拉普拉斯锐化等基本操作。-These source involved in the two-valued digital image transformation, threshold transform, Fourier transform, the gradient sharpening, basic operations, such as Laplacian sharpening.
zhengjiaobianhuan
- 实现图像处理的正交变换,包括离散傅里叶变换、余弦变换和Wlash变换-Orthogonal transformation to achieve image processing, including the discrete Fourier transform, cosine transform and Wlash transform
fu_rfft
- 图像处理中复数的快速傅里叶变换函数,作用于复数-Image processing complex Fast Fourier Transform function, acting on the complex
DIPDemo
- 实现了图像处理常用的基本方法,包括直方图均衡,几何变换,空域滤波,2维快速傅里叶变换,图像复原,图像压缩,边缘检测等方法。-The image processing used to achieve the basic methods, including histogram equalization, geometric transformation, spatial filtering, two-dimensional fast Fourier transform, image restora
fft_2D_picture
- 二维图像处理的fft变换,二维fft,youknow -you will love it!it is very useful .that is right .you know
GS
- GS算法,图像经过多次傅里叶变换,最后提取图像的相位信息,加载空间光调制器,观察图像。-GS algorithm, the image after several Fourier transform, and finally extract the phase information of the image, loading the spatial light modulator, the observed image.
HoughTransformCPPandtestingPicture
- 二维图像的傅里叶变换代码,基于Visual C++的代码-The Fourier transform of the two-dimensional image code, based Visual C++ code
testfftresize
- 傅里叶变换的图像(即频谱)进行加窗处理傅里叶变换插值,高通滤波。-Fourier transform of the image (ie the spectrum) for windowed Fourier transform interpolation processing, high-pass filtering.
ImgFoundation
- 数字图像处理的各种基本功能 旋转 平移 缩放 反相 傅里叶变换 拼接等-provide the basic functions of image progressing such as rotate transfer and fft tranformations and so on
ShowBit
- c++实现的数字图像处理程序,包括平移,剪切,锐化,模糊,傅里叶变换,dct变换等-c++ implementation of digital image processing procedures, including pan, cut, sharpen, blur, Fourier transform, dct transform
fourier
- 此程序包括图像处理常用的几个傅里叶变换的代码。仅供参考。-This program contains several codes that are often used to do fourier transform of images. Just for referencing.
regularized-optical-flow-algorithm
- 正则化光流法的应用程序,用于图像处理,提取图像信号,并与傅里叶变换做对照-Regularization optical flow method application for image processing, to extract an image signal, and the Fourier transform as control
DFTIDFT
- 图像傅里叶变换和逆变换的ifft2和fft2的简单使用和显示 正确的ifft2方式使用和错误的ifft2方式使用-Image Fu Liye transform and inverse transform of ifft2 and fft2 are simple to use and display the correct ifft2 mode and use the wrong ifft2 mode
cmmmunication-unwinding
- 数字图像在产生过程中经常会受 在传统的基于傅里叶变换的信号去噪音方法-Digital image in the produce process will often be in the traditional method based on Fourier transform of signal to noise
pftenbasedsignal
- 数字图像在产生过程中经常会受 在传统的基于傅里叶变换的信号去噪音方法-Digital image in the produce process will often be in the traditional method based on Fourier transform of signal to noise
数字图像处理
- 包含matlab数字图像处理的傅里叶变换、沃尔什哈达玛变换、kl变换等多种变换。