搜索资源列表
VC++图像处理最基本算法
- 专门用于图像处理的最基本算法,包括傅里叶变换,滤波,平滑等基算法
基于opencv图像处理库的傅里叶变换
- 基于opencv图像处理库的傅里叶变换,首先说明是pdf文件,但源码运行过了,是正确的。,Opencv image-processing library based on the Fourier transform, first of all that are pdf files, but source code to run before, are correct.
通过利用VC++对图像进行快速傅里叶变换
- 通过利用VC++对图像进行快速傅里叶变换,已达到图像处理的效果 -By using VC++ for fast Fourier transform of the image, the effect of image processing has been reached
demo_fft2 基于傅里叶变换图像处理演示程序
- 基于傅里叶变换图像处理演示程序,先对图像进行傅里叶变换,得到频率域图像信息,进行图像处理,然后再将图像进行傅里叶逆变换得到原图像。-Digital image processing based on furier transform.
数字图像处理算法
- 数字图像处理:先进行傅里叶变换,然后低通滤波;最后还原。并附有余弦变换对照结果。,DIP:first FFT,then Butterworth filter,last inverse the course,also the DCT for comparition.
fuliye
- VC++图像处理 傅里叶变换实现源程序 内附程序详细说明-VC++ image processing implementation Fourier Transform source code
图像处理(C++)
- 用c++代码编写的傅里叶变换算法,涉及快速傅里叶变换,离散余弦变换,沃尔什变换等多种变换
VisualC++数字图像处理第三章 图像正交变换
- 字图像处理第三章 图像正交变换 傅里叶正交变换 离散余弦变换 沃尔什变换等……
(精心整理)图像的傅里叶变换
- 图形处理傅里叶变换教程ppt,内有二维离散型傅里叶变换的公式,以及关于图像处理的概念(Graphics processing fourier transform tutorial ppt, there are two-dimensional discrete fourier transform formula, as well as on the concept of image processin)
频域处理
- 对影像进行频率域处理,利用傅里叶变换得到结果(The image is processed in frequency domain and the results are obtained by Fourier transform)
图像处理
- 图像处理的基本操作,主要以傅里叶变换为例,展示代码细节(The basic operation of image processing, mainly Fourier transform, for example, display code details)
Radix2FFT原版
- 很多时候都会用到傅里叶变换来处理图像数据。可以通过C++来有效的实现快速傅里叶变换。(to effectively implement the fast Fourier transform by C + +.)
图像加减等操作
- 利用matlab实现图像的加减,图像的傅里叶变换等等图像处理过程(Using MATLAB to realize image processing and subtraction, image Fourier transform and so on image processing)
图像处理
- 将图片进行傅里叶变换,进行图像压缩,图像增强(Transform the picture into Fourier transform)
nufft
- 非均匀傅里叶变换,处理非均匀采样数据。使图像还原度增强(Non-uniform Fourier transform, deal with non-uniform sampling data.Make the image reduction degree increased)
x
- 采用傅里叶变换,实现噪声图像的修复,主要内容是通过傅里叶变换构建高通滤波,使用matlab 编程 实现(The main content is to construct high pass filter by Fourier transform and implement it with Matlab programming)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(FFT)。将图像转化成二维灰度图像后再做FFT变换,并输出变换后的幅值图。(Digital image fast Fourier transform (FFT).The image is transformed into a two-dimensional gray level image and then the FFT transformation is made, and the amplitude diagram is output after the trans
DFT(傅里叶变换)
- 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)
matlab傅里叶变化性质验证
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给 出的图像进行傅立叶变换处理。 自行设计一幅图像,验证离散傅立叶变换的性质,如: 频谱图中高频分量迅速衰减,可分离性,平移,周期性与共 轭对称性,旋转、线性和比例性,平均值。(The Matlab implementation of two-dimensional Fu Liye transform is based on image processing software. The image is processed by Fu
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)