CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - dft c

搜索资源列表

  1. ImageTest

    0下载:
  2. ImageTest Visual C下实现图像增强、正交变换(DFT/FFT)、边缘检测-ImageTest under Visual C image enhancement, Orthogonal Transform (DFT / FFT), edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:214867
    • 提供者:shanggaofeng
  1. zengqiang

    1下载:
  2. 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:185959
    • 提供者:huangpenghui
  1. c-DFT

    0下载:
  2. 一种用c语言编的傅立叶变换,其中里面有快速傅立叶变换
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:
  1. DFT-IDFT

    1下载:
  2. 图像处理的一些基本操作,滤波,傅立叶变换,傅立叶反变换等等,附带有CT照片,可以测试效果.-Some of the basic operation of image processing, filtering, Fourier transform, Fourier inverse transform, etc., with a CT picture, you can test results.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-01
    • 文件大小:2806494
    • 提供者:zhang yao
  1. DFT

    0下载:
  2. 函数功能说明:利用c#+OpenCV写的DFT变换-Functions Function Descr iption: Use c#+ OpenCV written DFT-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1179
    • 提供者:lp
  1. mine

    0下载:
  2. 利用C、C++或者MATLAB对一张照片进行DCT和DFT变换,并进行简要分析。 比较保留20个DCT变换系数重构的图像与原始图像之间的差别-Use C, C++ or MATLAB to carry out a photo on the DCT and the DFT transform, and a brief analysis. Comparison of retention of 20 DCT transform coefficients of image reconstructio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1081175
    • 提供者:pobenliu
  1. 1122zhenyan

    0下载:
  2. 这个是C制作的源代码。。。 对一幅图像进行DFT变换,分别对源图像在空间域和频域里进行二次抽样和差值,最后得出结果比较。- Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. Apply DFT to these sub images, and get the fourier transformed ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:2355
    • 提供者:zhengyan
  1. DFT

    0下载:
  2. DFT,傅里叶变换的C程序,使用傅里叶矩阵变化算法-DFT, Fourier transform of C programs, changes in algorithm using Fourier matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:199948
    • 提供者:zhaoxuefeng
  1. ImageTest4

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析--VC图像处理-傅立叶变换 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:151369
    • 提供者:hty
  1. DFTin2D

    3下载:
  2. code in visual c++ environment for dft in 2d,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:690
    • 提供者:amann
  1. Digital_Image_Process_Example

    0下载:
  2. 本展示程式,采用Borland C++ Builder编译器开发, 参考书籍为 Digital Image Processing, Prentice Hall, 2002. (2nd edition) 具备功能如下: 空间域处理 Spatial domain proc.. 灰阶值转换 Gray Level Trans.. 遮罩型滤波器 Spatial Filter 统计型滤波器 Statistics Filter 梯度运算
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1949393
    • 提供者:章竣尧
  1. Canny

    0下载:
  2. 数字图像处理基本算法C++源代码,包括FFT、DFT、边缘检测算法、滤波算法-The basic algorithm of digital image processing C++ source code, including FFT, DFT, edge detection algorithms, filtering algorithms, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3460782
    • 提供者:M201372293
  1. c04-DFT

    0下载:
  2. c语言实现二维傅里叶变换实现数字图像处理,可以供数字图像处理初学者学习。-c language-dimensional Fourier transform of digital image processing, digital image processing can be used for beginners to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1551
    • 提供者:huyaoge
  1. DFT

    0下载:
  2. visual c++写的傅里叶变换,以及在频域实现低通滤波和高通滤波(Fourier transform written by visual c++ and low-pass filtering and high pass filtering in frequency domain)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:816128
    • 提供者:小唐唐
搜珍网 www.dssz.com