CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dct 变换

搜索资源列表

  1. DCT

    0下载:
  2. 对.bmp图像进行离散余弦变换,包括测试图像。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:142401
    • 提供者:fanzi
  1. JPEG

    0下载:
  2. 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1806
    • 提供者:李雅
  1. Recursion.rar

    0下载:
  2. 快速DCT变换 迭代算法, Fast DCT transformation iteration algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1208
    • 提供者:周辉
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. DCTJPEG

    3下载:
  2. 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-06-29
    • 文件大小:32768
    • 提供者:耿智能
  1. jing_dct

    0下载:
  2. 没有用工具箱的DCT变换,采用不同压缩率,能够加深对DCT变换的了解。-Do not use toolbox of DCT, using different compression ratios, to deepen understanding of the DCT transform.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:35703
    • 提供者:esun
  1. fdct

    0下载:
  2. 这是一个用C++写的完成快速DCT变换的程序-This is a C++ Write fast DCT transform the completion of the procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:535034
    • 提供者:angel
  1. Information-hiding

    0下载:
  2. 基于 DCT(离散余弦变换 )域的信息隐藏算法是目前应用最广的变换域算法 ,此类算法的最大不足是嵌信息量小。通过分析 DCT域隐藏算法隐藏容量少的原因 ,提出了一种大容量的 DCT域信息隐藏算法。算法首先对载体图像进行频谱均匀化处理 ,然后对图像进行全局 DCT变换 ,并将隐藏信息嵌入到载体图像的低频 DCT系数上 ,信息嵌入采用分段量化的方法实现 ,提取隐藏信息时不需要原始载体图像。实验结果表明 ,该算法的嵌入容量大 ,不可感知性好。-Based on DCT (discrete cosine
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10746994
    • 提供者:Mandala
  1. DCT

    1下载:
  2. 实现图像的DCT高通、低通滤波器并与傅里叶变换做比较.有图可见,经DCT低通滤波后,图像变得很模糊。因为DCT是FFT取其实部,能量减少,因此图像变得很模糊,没有经FFT滤波后的效果好。 经DCT高通滤波后的图像: 经DCT高通滤波后,图像的低频部分被滤除掉,图像变黑,只有边缘的痕迹可见。-The DCT of image high-pass, low pass filter and compared with the Fourier transform.
  3. 所属分类:matlab

    • 发布日期:2014-11-23
    • 文件大小:9131008
    • 提供者:strong
  1. compressed-sensing-procedure

    6下载:
  2. 基于压缩感知的图像处理,分别使用二维DCT、FFT和一维dwt变换对图像信号进行稀疏变换,然后使用正交匹配追踪算法进行重构,在进行相应的逆变换-This is a image processing procedure based on compressed sensing which respectively uses two-dimensional DCT, FFT and one-dimensional dwt transform to sparse the image signal a
  3. 所属分类:matlab

    • 发布日期:2016-04-06
    • 文件大小:41984
    • 提供者:刘会影
  1. Discrete_Cosine_and_Sine_Transforms

    0下载:
  2. 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2693044
    • 提供者:伍家松
  1. KLaDCT

    0下载:
  2. KL变换和DCT变换比较分析 在matlab环境下的比较仿真-KL&DCT
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:599
    • 提供者:zhangyan
  1. dct

    0下载:
  2. 用MATLAB实现图像的离散余弦变换,程序运行结果表明离散余弦变换能够起到压缩图像的目的。-in order to compress the bite of pictur,the program use the DCT to compress.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1809
    • 提供者:何欢
  1. DCT

    0下载:
  2. 采用离散余弦变换DCT,通过MATLAB实现数字水印(包括水印的嵌入和盲提取)。- Uses discrete cosine transformation DCT, realizes the digital watermark through MATLAB (including watermark inserting and blind extraction).
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1181
    • 提供者:静思
  1. codecjif.tar

    0下载:
  2. 优化后的JIF/JPEG压缩文件解码器,减少了DCT变换的信息丢失-optimization of JIF/JPEG compressed file decoder, a reduction of DCT information loss
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:613261
    • 提供者:
  1. IDCT

    0下载:
  2. 反DCT变换代码,已通过调试,可以直接运行-Anti-DCT transform code, had passed through debugging, can be directly run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:1282
    • 提供者:牛杰
  1. DCTofEZW

    0下载:
  2. 基于DCT的小波变换EZW压缩算法以及毕业设计论文-DCT-based compression algorithms EZW wavelet transform, as well as graduate design thesis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1398636
    • 提供者:王乾坤
  1. Desktop

    0下载:
  2. 经过DCT变换用 LZW进行数据压缩 再还原回来-After DCT transform data using LZW compression and then restored back
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:10279041
    • 提供者:闫旭
  1. DWHT_DCT

    0下载:
  2. 对图像数据做DCT变换及DWHT变换的示例程序,在matlab7下运行正常-Done on the DCT transform of image data and transform DWHT example the procedures in the normal run matlab7
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:31830
    • 提供者:chenminhao
  1. matlab

    0下载:
  2. matlab做的基于DCT变换的图像压缩-GOOD
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1379
    • 提供者:SAGA
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com