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

搜索资源列表

  1. JPEG-DCT

    0下载:
  2. JPEG中DCT 变换在 matlab中的实现 相当简便-JPEG in the DCT transform in matlab in the realization of a very simple
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1459
    • 提供者:athehad
  1. DCT-and-Image-Compression

    0下载:
  2. DCT and Image Compression In the JPEG image compression algorithm, the input image is divided into 8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each block. The DCT coefficients are then quantized, coded, and trans
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1431
    • 提供者:Eldhose
  1. watermark-JPEG-and-DCT

    0下载:
  2. 自己总结的关于JPEG压缩的过程以及DCT变换的步骤-The main story about those files is the process of JPEG compression and DCT transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1749584
    • 提供者:潇潇
  1. DCT

    0下载:
  2. iii) Discrete Cosine Transform The transform of a signal is just another form of representing the signal. It does not change the information content present in the signal. Discrete cosine transform is widely used in image and video compression appl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:72873
    • 提供者:deepak
  1. DCT

    0下载:
  2. 随着科学技术的发展,图像压缩技术越来越引起人们的关注。为此从众多的图像压缩编码标准中选取了基于DCT变换的JPEG图像压缩编码算法进行研究,并通过对比分析各种软件特性选取了MATLAB进行实验仿-With the development of science and technology, image compression technology is increasingly a cause for concern. To do this, select from a large number
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:206396
    • 提供者:ben
  1. DCT

    0下载:
  2. JEPG的实现 .通过DCT变化,范式哈夫曼编码-implementation of JPEG
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:10597177
    • 提供者:Ying
  1. jpeg

    0下载:
  2. 自己写的jpeg的压缩,自己写的DCT以及IDCT,没有采用huffman编码,因为太难了,采用的是游程编码,可以直接运行,压缩比达到要求。内付文档详细说明代码。-Write your own jpeg compression, and write their own DCT and IDCT, did not use huffman coding, because too difficult, using run-length encoding, you can directly run th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:165045
    • 提供者:邓恬
  1. Lena-JPEG

    0下载:
  2. 利用JPEG压缩方法对Lena图像进行压缩,其中包括DCT变换,及变换后取整,复原图像。-JPEG COMPRESSION VIA MATLAB
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1509
    • 提供者:yourong zhang
  1. dct

    0下载:
  2. A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies. DCTs are important to numerous applications in science and engineering, lossy compression of audi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:88884
    • 提供者:Mohammad
  1. DCT

    0下载:
  2. dct变换的简单程序,用于例如jpeg图像压缩等的部分程序-DCT simple procedure to transform.For such as part of JPEG image compression program
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:960
    • 提供者:杨昆
  1. Efficient-DCT-Domain

    0下载:
  2. Blocking artifacts continue to be among the most serious defects that occur in images and video streams compressed to low bit rates using block discrete cosine transform (DCT)-based compression standards (e.g., JPEG, MPEG, and H.263)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:707097
    • 提供者:huyuan
  1. jpeg

    0下载:
  2. It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:57825
    • 提供者:liu ruoxue
  1. DCT.pdf.tar

    0下载:
  2. Discrete Cosine Transform for JPEG
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-03
    • 文件大小:517107
    • 提供者:elvin
  1. jpeg.m

    1下载:
  2. jpeg的图像压缩,基于matlab中的DCT变换的jpeg压缩,可以设计图像通信系统的关键-jpeg image compression, compression based on the DCT transform matlab jpeg, image communication can be critical design system
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:86131
    • 提供者:董运昌
  1. JPEG

    0下载:
  2. 基于DCT的JPEG图像压缩处理程序,能够实现bmp格式RGB图像编码解码,使用编码函数使得算法简单易懂,灵活使用哈夫曼编码表,减少传输数据-DCT compression processing program based on JPEG images can be achieved bmp format RGB image encoding and decoding, encoding function makes the algorithm easy to understand, flexi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:878862
    • 提供者:程波
  1. JPEG

    0下载:
  2. 使用matlab编写的基于DCT变换的JPEG压缩的程序,对初学者有很强的参考价值。- DCT based on the use of MATLAB transform JPEG compression procedures, for beginners there is a strong reference value.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:80945
    • 提供者:zhouxiao
  1. JPEG

    0下载:
  2. 用MATLAB实现JPEG图形压缩过程,包括颜色空间转换、DCT变换、量化、编码(DC系数和AC系数编码)。-Using MATLAB graphics JPEG compression process, including color space conversion, DCT transform, quantization, coding (DC coefficient and AC coefficient coding).
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:649086
    • 提供者:Zhang Yu
  1. dct

    0下载:
  2. DCT 2d for JPEG in verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:14684154
    • 提供者:carlos andres
  1. JPEG

    0下载:
  2. C++ based JPEG on grayscale image DCT -> Quantization -> ZigZag -> DPCM, Runlength,-> Entropy Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-01
    • 文件大小:13339245
    • 提供者:KY
  1. function-dct

    0下载:
  2. 基于DCT变换的JPEG图像压缩的matlab代码-The matlab code of JPEG image compression based on DCT transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-13
    • 文件大小:21579
    • 提供者:刘一
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com