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

搜索资源列表

  1. DCT

    0下载:
  2. 离散傅里叶变换,有相应的图片支持,基于对话框的系统实现-Discrete Cosine Transform
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3107796
    • 提供者:蒋铭
  1. JPEG

    0下载:
  2. JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8342472
    • 提供者:yangcaodie
  1. DCT

    0下载:
  2. 实现图像的DCT变换和IDCT变换,用OPENGL显示出经变换后并还原了的图像-To achieve the image DCT transform and IDCT transform, using OPENGL shown by the transformation, and restore the image of
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1168376
    • 提供者:cj
  1. ImageFreqCipher

    1下载:
  2. 一种频域加密算法,图像经过DCT变换得到DCT系数,然后对DCT系数进行加密。然后对加密的DCT系数进行DCT反变换图像数据。最后对其加密后的图像数据进行线性变换来调整图像数据的取值范围在[0,255]。最后得到加密图像-A frequency-domain encryption algorithm, the image obtained through the DCT transform DCT coefficients, and then encrypt the DCT coefficien
  3. 所属分类:加密解密

    • 发布日期:2013-12-18
    • 文件大小:13820
    • 提供者:林旭亮
  1. hw2

    0下载:
  2. 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1533
    • 提供者:zhengyan
  1. watemarkr

    0下载:
  2. 一种基于DCT变换的音频数字水印,将MP3音乐声音文件转化为WAV声音文件,将水印信息嵌入到WAV声音文件,再将WAV声音文件转化为MP3音乐声音文件。 -DCT-based audio digital watermark, the MP3 music sound files into WAV sound files, the watermark information embedded into the WAV sound files, and then WAV sound files int
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:35144
    • 提供者:帅俊
  1. dct

    0下载:
  2. 计算单纯的DCT(离散余弦变换)的变换,非常有用-calculator the dct transform s programme,vrey useful for you
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:6500
    • 提供者:freed
  1. DCT2

    0下载:
  2. 利用VHDL设计实现了DCT变换,在ISE仿真通过-VHDL designs and implements the use of DCT transform, in the ISE simulation through the
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:7060145
    • 提供者:洪依
  1. DCT

    0下载:
  2. 利用快速傅立叶算法,实现快速离散余弦变换及其逆变换-Using fast Fourier algorithm for fast discrete cosine transform and its inverse transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1068
    • 提供者:韩静
  1. ar_dct_lda

    0下载:
  2. AR人脸库进行DCT变换,然后使用Fisher discriminant analysis 进行特征提取,使用cos分类器进行人脸分类。-AR Face Database for DCT transform, and then use the Fisher discriminant analysis feature extraction, using cos classifier for human face classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1905
    • 提供者:邵珠立
  1. dctcompr

    0下载:
  2. 基于DCT变换的图像压缩,分别给出了灰度图和真彩图的压缩方法。-DCT-based image compression, respectively, are given grayscale and true color pictures of the compression method.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1531
    • 提供者:秦关
  1. DCT

    0下载:
  2. 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:422959
    • 提供者:刘文珍
  1. DCT

    0下载:
  2. 离散傅里叶变换程序源码,matlab主程序,函数-Discrete Fourier transform program source code, matlab main program, function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:11116
    • 提供者:ZM
  1. dct

    0下载:
  2. 这是一个matlab环境下的离散余弦变换的程序,与matlab的dct程序运行结果一样-This is a matlab environment, discrete cosine transform process, and matlab s dct program runs the same result as
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:858
    • 提供者:zhouzixuan
  1. DCT

    0下载:
  2. Visual C++实现视频编码中的DCT和反DCT变换-Visual C++ implementation of the DCT video coding and anti-DCT transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1923944
    • 提供者:fanyunpeng
  1. dct

    0下载:
  2. jpeg中的dct变换的实现程序,实现了二维vdct变换-jpeg in dct transform implementation procedures realized transform two-dimensional vdct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:727483
    • 提供者:zhang
  1. yousun

    0下载:
  2. 基于dct变换的水印算法,并进行有损压缩情形下的水印嵌入和提取-Dct transform based watermarking algorithm, and for lossy compression case the watermark embedding and extracting
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:1082
    • 提供者:方磊
  1. dip4

    1下载:
  2. 对原始灰度图像进行图像压缩,对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换 -The original gray image compression, this map for 8 × 8 DCT transform, respectively, to retain only the DC coefficient, and to retain the former 4,8,16 months tr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:591
    • 提供者:potato
  1. DCT

    0下载:
  2. 数字水印系统的实现——基于DCT的鲁棒水印。图像中数字水印的嵌入,分块DCT反变换-Image digital DCT
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:796
    • 提供者:陈文
  1. dct

    0下载:
  2. 本程序介绍的是离散余弦变换以及反离散余弦变换-benchengxujieshaodeshilisanyuxuabianhuanyijifalisanyuxuanbianhuan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1297
    • 提供者:gegelaogong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com