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

搜索资源列表

  1. DFT

    1下载:
  2. 自己实现的一维、二维DFT。优点:变换后的低频分量在中间,弥补了matlab库函数的不足(高频分量在中间)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1877
    • 提供者:葛建飞
  1. arnold~DFT

    1下载:
  2. 加arnold置乱的数字水印在matlab下的DFT仿真实现整个程序运行还行,共享给大家-jpeg of the Matlab Simulation, and the whole process has run OK, for everyone to share
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2383
    • 提供者:小户
  1. dft

    0下载:
  2. 主要实现数字图像的打开和傅立叶变换和反变换,现实变换结果
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:284760
    • 提供者:ZHANG
  1. dft.rar

    1下载:
  2. 基于OpenCV的源码, 实现了利用DFT离散傅里叶变换计算图像的功率谱。,OpenCV based on the source, the use of implementation of the Discrete Fourier Transform DFT calculation of the power spectrum image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-01
    • 文件大小:99230
    • 提供者:无梦
  1. DFT

    0下载:
  2. 该程序是opencv实现图像离散傅立叶变换的源码,可以在vc++6.0等类似环境下直接运行。-The program is opencv discrete Fourier transform of image source, such as in vc++6.0 run directly under a similar environment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1551
    • 提供者:张桦
  1. watermark

    0下载:
  2. Matlab实现多种水印的嵌入与提取(DFT DCT等)-Matlab to achieve a variety of watermark embedding and extraction (DFT DCT, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:154451
    • 提供者:guojinghua
  1. DFT

    0下载:
  2. 本程序实为图像的快速傅里叶变换,实现了图像加入水印的算法-This procedure is actually the image of the fast Fourier transform to realize the image to join Watermarking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:132497
    • 提供者:邢超
  1. DFT-watermaking

    0下载:
  2. 灰度图像加入和提取水印的matlab实现源码,基于傅里叶域变换。-It s matlab code about embdding and extracting watermark to gray image,using DFT.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:821118
    • 提供者:张玉
  1. DFT-DCT

    0下载:
  2. 基于VC++的图像的DFT变换和DCT变换,并可实现两者间的对比转换-VC++ based on the image of the DFT transform and DCT transform, and to achieve the contrast between the two conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:245841
    • 提供者:姜颖
  1. dft

    0下载:
  2. 图像的傅里叶变换。在代码中实现了将两幅图像的幅度谱和相位谱进行交换,进而理解两者在图像显示中的作用-Fourier transform of the image. Implemented in the code will be two images amplitude spectrum and phase spectrum of exchange, and thus to understand both the role of the image display
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1987080
    • 提供者:sunxiaowen
  1. DFT傅立叶变换

    1下载:
  2. 本代码可以实现图像的傅里叶变换。经过调试无错误,可顺利使用。有利于图像处理的学习。-This code can achieve the image Fourier transform. After debugging error-free, can be successfully used. Conducive to the learning image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-01
    • 文件大小:3899535
    • 提供者:grui
  1. dft_watermarking

    0下载:
  2. 基于dft变换域的图像水印嵌入程序,通过修改分块dft系数实现水印嵌入,可实现,供初学者参考。-Dft transform domain image watermarking embedding the watermark embedding process by modifying the block dft coefficients, achievable, and reference for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:886393
    • 提供者:欧啦啦
  1. dct-dft-wmaaking

    0下载:
  2. 数字水印嵌入和提取算法 包含时空域和变换域的算法的matlab实现-Airspace and transform domain algorithm matlab achieve the digital watermark embedding and extraction algorithm contains
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:377822
    • 提供者:陈龙
  1. DFT-and-DCT-transformations

    1下载:
  2. 二维离散傅里叶变换和离散余弦变换同属于图像的二维正交变换,它们在图像处理中有 着极为重要的应用价值。利用这些正交变换可以获得图像的频域信息,从而实现图像的增强、复原、编码和描述。本文将描述对图像进行DFT 和DCT 变换的过程。在进行DFT 变换后,还会将图像的幅频、相频特性进行置换操作后反变换,并探讨其中的规律;而在DCT 变换后,还将探讨如何选取DCT 系数点以实现图像的复原。请先阅读压缩包内的pdf文档。-This code implements the DFT and DCT tra
  3. 所属分类:Special Effects

    • 发布日期:2014-11-28
    • 文件大小:390144
    • 提供者:Zhang
  1. MATLAB

    0下载:
  2. matlab开发环境,.编程实现二维DFT的变换,并与标准函数结果fft2进行比较,基本傅里叶、离散余弦变换,空域(完成两个程序) 增强噪声后再进行处理,利用标准函数,求图像阈值分割、边缘检测的基本使用(lena256.bmp,方法:graythresh、edge),求分水岭,利用标准函数dwt2、idwt2分解图像man_pic.jpg,基本 BP-BPbase1 -matlab development environment. Programming dimensional DFT
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1909319
    • 提供者:杨恒明
  1. DFT

    0下载:
  2. DFT傅立叶变换,实现了两幅图片交换幅值信息的功能。-DFT Fourier transform, the amplitude of the two image information exchange function.
  3. 所属分类:Special Effects

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

    1下载:
  2. 基于DFT的数字水印算法实现,有载体图像,水印图像,源码,实现6项攻击,matlab软件运行,里面有论文-DFT watermarking algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5314948
    • 提供者:戚菲
  1. DFT&DCT

    0下载:
  2. DFT和DCT在matlab中的一个基本实现(An implementation of DFT and DCT in matlab.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:Aria丶煙火
  1. DFT&DCT

    0下载:
  2. 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:雪鹊
  1. DFT

    0下载:
  2. matlab用DFT矩阵形式实现的DFT函数与IDFT函数(using MATLAB to realize a DFT function in DFT's definition.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:s-serenity
« 12 »
搜珍网 www.dssz.com