搜索资源列表
Lena图像傅立叶变换算法
- Visual C 6.0开发,Lena图像傅立叶变换算法
图像二维傅立叶变换JAVA实现
- 用JAVA语言程序实现图像的二维傅立叶变换
快速傅立叶变换fast_fft
- 快速傅立叶变换fast_fft-Fast Fourier Transform fast_fft
kfourier-1[1].1c
- 图像傅立叶变换的源代码-Fourier Transform Image source code
小波变换和几何变换及点运算类
- 常用的小波变换、傅立叶变换、离散余弦变换、图像旋转、平移、缩放类模块,用户只需运行时只需调用相应的模块,这是我从我们开发的系统中剥离出来的类模块,供大家使用,希望大家能喜欢!-commonly used wavelet transform, Fourier transform, discrete cosine transform, image rotation, translation, scaling type module, use
数字图像处理的几个程序例子
- 这是几个数字图像处理的程序实例,有经典的傅立叶变换和反变换、图像增强(中值滤波、增强光照)还有染色体计数。它们都是经典算法的实现。-Here are several digital image processing examples including classical Fourier transform and its inverse, image enhancement (like median filtering, intens
傅立叶变换
- 图像处理的一种方法,图像进行傅立叶时所需要的源程序,得到的图像和原图像之间有清晰的比较-image processing method, Fourier images when needed source, the images and the original image between a clear comparison
字图像获取处理及实践应用一书光盘
- 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
ff
- 本程序是数字图像矩阵数据的显示及其傅立叶变换的应用-digital image data matrix display and the application of the Fourier transform
fastfourier
- 对一幅图像实现快速傅立叶变换实现改变图像的质量-images of a fast Fourier transform change in image quality
FFT(good)_CanTestWithImage
- 图像傅立叶变换(频域变换经典代码),相信大家在学数字图像处理时,老师一般都要求学生用C++来实现图像Fourier变换,有了这个实例,就方便多了。_带图片可测试-images Fourier transform (frequency domain transform classic code), I believe we learn in digital image processing, teachers generally requ
zhengjiaobianhuan
- 本程序实现图像的正交变换,包括傅立叶变换,离散余弦变换,沃尔什变换。-This procedure realize orthogonal transformation images, including Fourier transform, discrete cosine transform, Walsh transform.
MATLAB_fft
- 利用MATLAB实现二维图像傅立叶变换算法-Realize two-dimensional image using MATLAB Fourier transform algorithm
FFTIFFT
- 编程实现图像傅立叶变换和反变换,实现图像去除噪音-Programming image Fourier transform and inverse transform, image de-noise
filteringcollection
- Matlab图像滤波合集image filtering collection,包括:图像RGB空间滤波、维纳滤波、离散傅立叶变换、拉普拉斯滤波、中值滤波等等。-MATLAB image filtering collection
foulier
- 傅立叶变换程序,能够快速获得matlab图像-Fourier transform process, to quickly get matlab image
二维快速傅立叶变换
- 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(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 dia
快速傅里叶变换及实现——交换两幅图像的相位谱
- 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on th
图像傅里叶变换
- 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)