搜索资源列表
数字图像处理算法
- 数字图像处理:先进行傅里叶变换,然后低通滤波;最后还原。并附有余弦变换对照结果。,DIP:first FFT,then Butterworth filter,last inverse the course,also the DCT for comparition.
view
- C#数字图像处理算法,彩色图像灰度化,灰度直方图,图像腐蚀运算,图像膨胀运算,图像开运算与闭运算,傅里叶变换等多种算法及实例-C# digital image processing algorithms, color images of gray, gray histogram, image corrosion computing, image expansion of computing, image to open computing and closing operation, such
FreTrans
- 数字图形图像处理傅里叶变换及相关算法的的源代码,实现傅里叶变换的基本功能。-Digital graphics image processing and related Fourier transform algorithm the source code, to achieve the basic functions of Fourier transform.
Digitalimageprocessing
- 数字图像处理讲义及代码,包含边缘检测,傅里叶变换等等。-Digital image processing notes and code, including edge detection, Fourier transform and so on.
MATLAB
- MATLAB工具结合数字图像处理,完成实验,有图像彩色空间转换,傅里叶变换,余弦变换,直方图均衡等等,有需要的看一下。-Combination of MATLAB tools for digital image processing, the completion of the experiment, the image color space conversion, Fourier transform, cosine transform, histogram equalization and
fa
- 离散的分数阶傅里叶变换MATLAB程度代码,可用于数字水印研究及图像处理、-Discrete fractional Fourier transform of the degree of MATLAB code can be used for digital watermarking and image processing,
MyDIP
- 数字图像处理中的傅里叶变换的实现,在VC++环境下实现-fourier switch
appendix
- 28个常用的数字图像处理程序包括傅里叶变换、图像平移、直方图均衡、直方图均衡、图像镜像、均值滤波等。-Fourier transform, image translation, histogram equalization, histogram equalization, image mirroring, mean filtering.
PR
- 一个数字图像处理的小示例软件,里面有傅里叶变换等3种常见的图像处理函数。-A small example of digital image processing software, which has Fourier transform three kinds of common image processing functions.
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
sztxcl--flybh
- 数字图像处理--傅里叶变换等基础实验的源代码和实验结果,完整的实验报告-Fourier transform
fuliye
- 对二维数字图像用傅里叶变换进行处理,改善图像的质量,观察图像的频谱和相位-Two-dimensional digital image of the Fourier transform processing to improve the quality of the image, the observation image and the phase spectrum
VisualC++数字图像处理第三章 图像正交变换
- 字图像处理第三章 图像正交变换 傅里叶正交变换 离散余弦变换 沃尔什变换等……
Fourier-Transform
- 傅里叶变换 数字图像处理 傅里叶函数 正变换 滤波-Fourier Transform
图像加减等操作
- 利用matlab实现图像的加减,图像的傅里叶变换等等图像处理过程(Using MATLAB to realize image processing and subtraction, image Fourier transform and so on image processing)
数字图像傅立叶变换
- 数字图像快速傅里叶变换(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
1stApp
- 这是一个适用于数字图像处理初学者的绿色编程软件,可以容易地添加代码进行图像放大、缩小、旋转等处理;也可以对图像进行时域和频域滤波(傅里叶变换已存在)。(This is a green programming software for beginners of digital image processing. It can easily add code for image enlargement, reduction, rotation, etc. It can also perform ti
java数字图像处理
- 几何变换,图像增强,傅里叶变换,边缘检测(Geometric transformation, image enhancement, Fourier transform, edge detection)
chp4ex1
- 使用二维傅里叶函数FFT2对图像进行傅里叶变换,如进行动态范围压缩。(Two dimensional Fu Liye function FFT2 is used to transform the image into Fu Liye transform, such as dynamic range compression)
数字图像处理
- 包含matlab数字图像处理的傅里叶变换、沃尔什哈达玛变换、kl变换等多种变换。