CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - fft 图像

搜索资源列表

  1. fft

    0下载:
  2. 频率域进行图像分割的C语言程序,内容简单详细,很适合初学者。-Frequency domain for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:10652
    • 提供者:程平
  1. fft

    1下载:
  2. 对图像进行傅里叶变换,及反变换,实现从时域到频域的转换-Fourier transform of the image, and inverse transform, from the time domain to the frequency domain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1099
    • 提供者:崔兴海
  1. fft-in-matlab

    0下载:
  2. 介绍matlab的傅立叶变换,对学习图形图像的人很有帮助-Fourier transform matlab introduction, to learn helpful graphic images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:267364
    • 提供者:emma
  1. 2Dimensional-FFT

    0下载:
  2. 二维FFT的MATLAB实现,包括:简单图像及其傅里叶变换,真彩图像及其傅里叶变换谱 -Two-dimensional FFT in MATLAB, including: simple image and its Fourier transform, true color image and its Fourier transform spectroscopy
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:680
    • 提供者:app
  1. two-dimensional-image-based-fft

    0下载:
  2. 基于matlab的二维图像的fft实现。-Realization of two-dimensional image based on matlab fft
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2342240
    • 提供者:王晓娜
  1. FFT

    0下载:
  2. 图像的二维快速傅里叶变换的实现,内有数据,可运行。适合初学者-Images of the realization of the two-dimensional fast Fourier transform, with data, can be run.For beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:209006
    • 提供者:Luokai
  1. fft-dct

    0下载:
  2. 用VC实现的,对图像进行离散余弦变换和快速傅里叶变换,利于学习数字图像处理-With VC' s, the image discrete cosine transform and fast Fourier transform, conducive to learning digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2591979
    • 提供者:华山
  1. fft

    0下载:
  2. 傅里叶变换真的很重要,由此我也爱上了数字图像处理。在竞争激烈的当下,掌握了数字图像处理,就能赢在当下!大家好,我是zoom -Fourier transform is really important, which I fell in love with digital image processing. In the competitive moment, mastered the digital image processing, will be able to win in the mom
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1010
    • 提供者:zoom
  1. fft

    0下载:
  2. 基于B超图像,利用傅立叶变换分离低频分量,达到无损测温的目的。-Based on B-picture, the use of low-frequency component of the Fourier transform of the separation to achieve non-destructive temperature measurement purposes.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:732
    • 提供者:liyong
  1. FFT

    0下载:
  2. 图像处理中对图像进行fft的matlab程序-image processing do fft to image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:538
    • 提供者:John
  1. Matlab-FFT-IFFT

    0下载:
  2. 对信号进行FFT 及IFFt转换的matlab源代码,并且计算转化前后的误差,并绘制响应图像。-FFT of the signal conversion and IFFt matlab source code, and calculation errors before and after conversion, and draw a response image.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:29124
    • 提供者:金婷婷
  1. fft-matlab

    0下载:
  2. 使用Matlab对一集体函数进行fft计算,并绘制复制图像,并减小栅格效应-Using Matlab fft function on a collective basis, and draw copy the image and reduce the effect of the grid
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:590
    • 提供者:Jia
  1. FFT

    1下载:
  2. 基于IDL语言的傅里叶变换及均值滤波,并配有试验图像-fft and mean transmation based on idl
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:745327
    • 提供者:kobe
  1. FFT

    0下载:
  2. java实现图像的fft变换,频域变换的基础。-Image s FFT transformation implemented by java
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:65010
    • 提供者:王伟
  1. DCT--and--FFT

    0下载:
  2. 实现DCT变换和FFT变换的图像压缩, 比较两者性能的差异-The DCT transform and FFT transform image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7187
    • 提供者:yubo12
  1. readBmp

    0下载:
  2. bmp文件读取,将彩色图像转换为灰度图像,然后做FFT处理,存储灰度图像和FFT图像-read and write bmp files, FFT
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15468399
    • 提供者:张宾
  1. FFT

    0下载:
  2. 用C#编写的代码,实现了FFT和IFFT,方便初学者学习,也适合图像处理和信号分析。-With code written in C#, to achieve FFT and IFFT, easy for beginners to learn, but also for image processing and signal analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:82384
    • 提供者:朱诺
  1. fft

    0下载:
  2. 利用快速傅立叶变换对图像进行缺陷检测,能很好的检测到细小的缺陷-Using the fast Fourier transform for defect detection and can detect tiny flaws
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:杰瑞
  1. fft

    0下载:
  2. 使用MATLAB编写代码实现图像处理的傅立叶原函数-The Fourier function of MATLAB image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:610
    • 提供者:
  1. FFT

    0下载:
  2. 图像的傅里叶变换,用opencv实现的,非常适于初学opencv和图像fft的初学者使用。-Images of the Fourier transform, using opencv, very suitable for beginners and opencv image FFT for beginners to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6307076
    • 提供者:安占福
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com