CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像的傅里叶变换

搜索资源列表

  1. 傅里叶变换

    0下载:
  2. 通过图像的变形,实现傅里叶正负变换
  3. 所属分类:2D图形编程

    • 发布日期:2011-03-25
    • 文件大小:2931182
    • 提供者:E07640130
  1. dft2.zip

    0下载:
  2. 对二维图像进行离散傅里叶变换,分别给出了直流分量移动到频谱中心前后的频谱图样。,Two-dimensional images of the discrete Fourier transform, respectively, given the spectrum to move to the DC component of the spectrum before and after the design center.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:39568
    • 提供者:万永
  1. fft

    0下载:
  2. 实现图像的快速傅里叶变换和反变换 可以通过运行程序,对比原图像和经过变换与反变换后的细微差别-Image of the fast Fourier transform and inverse transform can run the program, and after comparing the original image after the transform and inverse transform the nuances of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2029
    • 提供者:rena
  1. fft2

    0下载:
  2. 图像的二维傅里叶变换,matlab编程,很好用。-Two-dimensional Fourier transform image, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:52234
    • 提供者:pj
  1. matlab

    0下载:
  2. 压缩文件中包含用小波变换、傅里叶变换、哈达玛变换、离散余弦变换实现图像压缩的源码,和一个绘制图像直方图及均衡化后的图像的直方图的程序。-Zip file contains the wavelet transform, Fourier transform, Hadamard transform, discrete cosine transform image compression source code, and a procedure of drawing image histogram .
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:3451
    • 提供者:Lucy
  1. 计算傅里叶变换全息

    0下载:
  2. 傅里叶变换全息( Fourier transform hologram)的代码。用于数字图像水印,图像加密等技术。
  3. 所属分类:matlab例程

    • 发布日期:2015-05-08
    • 文件大小:640000
    • 提供者:chenliang810
  1. FFT

    0下载:
  2. 主要实现傅里叶变换的Matlab程序,程序带有输出波形图像(The main realization of the Fourier transform Matlab procedures)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:XP123
  1. exp2

    0下载:
  2. MATLAB图像处理中傅里叶变换,离散余弦变换,小波变换的简单应用(simple applications of Fourier transform, discrete cosine transform, wavelet transform in MATLAB image processing,)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:154624
    • 提供者:AntonydeParis
  1. STFFTtool3

    0下载:
  2. 对非平稳信号进行分段、截取,再对处理过后的短时信号做短时傅里叶变换,分析其频谱特性,并找到各个时间节点的频率特性,以便分析不同事件段内的声音特征,一图像的形式表达出,最终达到区分不同声音的目的。(The nonstationary signals are segmented, and then the interception, the short-time signal after processing the short-time Fourier transform, the analysi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:8192
    • 提供者:帅红
  1. keypoint

    1下载:
  2. 对非平稳信号进行分段、截取,再对处理过后的短时信号做短时傅里叶变换,分析其频谱特性,并找到各个时间节点的频率特性,以便分析不同事件段内的声音特征,以图像的形式表达出,最终达到区分不同声音的目的。(The nonstationary signals are segmented, and then the interception, the short-time signal after processing the short-time Fourier transform, the analysi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:帅红
  1. FFT

    0下载:
  2. 利用matlab进行傅里叶变换及反变换,实现空域到频域,频域到空域的图像处理(Using Fourier transform and inverse transform, to achieve the airspace to the frequency domain, frequency domain to the airspace image processing)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2443264
    • 提供者:yangandcan
  1. ch

    0下载:
  2. 利用MATLAB计算傅里叶变换并作出频谱图像的代码和图像,涉及FFT算法,看代码可以理解一下~为北京理工大学信号与系统实验实验三的答案(Fourier transform using MATLAB calculation and make spectral image code and images, involving the FFT algorithm, look at the code can understand ~ Beijing Institute of Technology sig
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:253952
    • 提供者:陈兴111111
  1. 新建 Microsoft Word 文档

    0下载:
  2. opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformati
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:ambition123
  1. Radix2FFT原版

    0下载:
  2. 很多时候都会用到傅里叶变换来处理图像数据。可以通过C++来有效的实现快速傅里叶变换。(to effectively implement the fast Fourier transform by C + +.)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-07
    • 文件大小:115712
    • 提供者:amybx2006
  1. dtft

    0下载:
  2. 实现傅里叶变换,增强图像的对比度,消除不均匀照度(Realize the Fourier transform, enhance the image contrast, eliminate non-uniform illumination)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:你我ta
  1. x

    0下载:
  2. 采用傅里叶变换,实现噪声图像的修复,主要内容是通过傅里叶变换构建高通滤波,使用matlab 编程 实现(The main content is to construct high pass filter by Fourier transform and implement it with Matlab programming)
  3. 所属分类:图形图象

    • 发布日期:2018-04-23
    • 文件大小:38912
    • 提供者:tj_lemon
  1. threefilterCompare

    0下载:
  2. 将图像傅里叶变换,然后利用高斯、巴特沃斯、理想滤波器实现图像高频成份和低频成份的分离。(The image Fu Liye transform is applied, then the Gauss high pass lowpass filter is used to achieve the separation of high-frequency components and low frequency components.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:子非鱼_27
  1. FFT

    0下载:
  2. 图像的二维傅里叶变换及变换域滤波,同态滤波(FFT and Wave filtering)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:169984
    • 提供者:abc3
  1. matlabcode

    1下载:
  2. 图像傅里叶变换,图像的快速傅里叶变换,逆变换,图像的二维FFT变换可以观察图像的频谱,再进行逆变换即可复原图像(Image Fourier transform)
  3. 所属分类:图片显示

    • 发布日期:2020-09-23
    • 文件大小:245760
    • 提供者:sunshine1323
  1. Character E in the MATLAB

    0下载:
  2. 使用matlab二元傅里叶变换全息图,字符“E”的MATLAB模拟计算全息图,字符“E”的MATLAB模拟计算全息图的再现图像(Character "E" in the MATLAB simulation of the reproduced image of the hologram)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-25
    • 文件大小:128000
    • 提供者:山gougou
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com