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

搜索资源列表

  1. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 922
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:155603
    • 提供者:
  1. 基于DCT的jpeg图像压缩编码算法的MATLAB实现

    5下载:
  2. 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:41098
    • 提供者:杨晖
  1. my_2expN_dct

    0下载:
  2. 这是一个关于长度为2的N次方的DCT算法演示程序.-This is a length of 2 on the N-th power of the DCT program.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1556
    • 提供者:于洁
  1. 2006171034042857

    0下载:
  2. 用于电视编码,解码,比较各种图像压缩算法的优缺点,给出基于DCT变换的图像压缩软件程序-for video encoding, decoding, compare various image compression algorithm advantages and disadvantages DCT is based on the image compression software
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4495694
    • 提供者:陈兵
  1. jpeg压缩中的DCT蝶型算法verilog代码

    3下载:
  2. jpeg压缩中的DCT蝶型算法verilog代码-jpeg DCT compression algorithm verilog code BUTTERFLY
  3. 所属分类:压缩解压

    • 发布日期:2014-01-14
    • 文件大小:4867
    • 提供者:wuguanying
  1. lxp

    0下载:
  2. 数字图像压缩算法,基于MATLAB的数字图像压缩算法,DCT格式 -digital image compression algorithm based on MATLAB digital image compression algorithm, DCT format
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:46822
    • 提供者:liupeng
  1. compressjpeg

    0下载:
  2. 对图像进行压缩,并利用计权网络及huffman算法和DCT算法对此进行了实现.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5027
    • 提供者:政委
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:169176
    • 提供者:宇翔
  1. JPEG

    1下载:
  2. 使用DCT算法huffman编码来压缩静止图像 是很好参考源码-Huffman coding using the DCT algorithm to compress a still image is a good reference source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:267375
    • 提供者:hyl
  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-11
    • 文件大小:2693044
    • 提供者:伍家松
  1. chengxu

    0下载:
  2. 基本的DCT水印嵌入和提取的方法。使用DCT算法嵌入水印信息 3)使用DCT算法提取水印信息 4)对嵌入水印的载体进行不可感知性测试 5)对嵌入水印的载体进行鲁棒性测试。 -Basic DCT watermark embedding and extraction method. 3) using the DCT algorithm to extract the watermark information 4) the carrier of the embedded waterma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:278327
    • 提供者:nieyanlong
  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. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1476
    • 提供者:huoxinglin
  1. dct8x8

    0下载:
  2. 是DCT图象压缩的算法,是C编写的,是核心算法。-Is the DCT image compression algorithm is written C, is the core algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1541575
    • 提供者:xulinajiaofei
  1. DCT

    0下载:
  2. DCT变换是图像图形处理中的很重要的一个压缩算法,此文件详尽的完成了DCT变换-DCT transform is image and graphics processing is very important to a compression algorithm, this document contains details of the completion of the DCT transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:2520
    • 提供者:hanxiaoqian
  1. jpegc

    0下载:
  2. 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:844086
    • 提供者:george
  1. dct-image-compression

    0下载:
  2. 裡面有包含圖片跟jpeg壓縮的主要程序DCT的演算法,會秀出作dct轉換的前後圖片-Contains a picture inside the main program with the jpeg compression algorithm DCT will be showed off pictures before and after conversion for dct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:311772
    • 提供者:傅敬柏
  1. DCT

    0下载:
  2. DCT 图像压缩 算法 源代码 不用matlab本身自带的源代码-DCT image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3035
    • 提供者:Mengjuan
  1. image-compression-final

    0下载:
  2. DCT算法对图像进行压缩解压,并且计算压缩比-The DCT algorithm to calculate the compression ratio for image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:95363
    • 提供者:wish
  1. DCT-Video-Compression

    0下载:
  2. 基于matlab平台,通过DCT算法来对视频进行压缩。代码包括视频分解成帧,DCT算法压缩,帧合成视频,以及综合的视频压缩M文件,可以直接仿真。有相应的图片,以及压缩前后的视频,还有原理word报告。-Based on matlab platform, through DCT algorithm to compress the video. Code includes video decomposition framing, DCT compression algorithm, frame co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11201677
    • 提供者:魏路
« 12 »
搜珍网 www.dssz.com