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

搜索资源列表

  1. JPEG

    0下载:
  2. JPEG编码(基于子块DCT变换编码,什么是量化,体验DCT系数(直流系数、交流系数)以及量化步长对图像的影响)-JPEG encoding (based on sub-block DCT transform coding, what is quantitative, experience DCT coefficients (DC coefficient and AC coefficient) and quantization step size affect the image)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:127500
    • 提供者:wuxiaojuan
  1. dct-end

    0下载:
  2. 包括基于JPEG环境下的DCT编码中的全部代码和思路清晰-Including JPEG-based DCT coding environment in all the code and clear thinking
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:2757
    • 提供者:lily
  1. JPEG

    1下载:
  2. 实现图像的JPEG压缩和解压,包含DCT、Zigzag、Huffman等算法。-Implement JPEG image compression and decompression, including the DCT, Zigzag, Huffman algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:70520
    • 提供者:qi
  1. fpga-jpeg

    2下载:
  2. 包含DCT变换,RGB2YCBCR,JPEG等多个verilog代码及工程-Contains DCT transform, RGB2YCBCR, JPEG and many other verilog code and project
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:123062
    • 提供者:
  1. JPEG

    0下载:
  2. JPEG DCT Transform & Quantization
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3671
    • 提供者:leegaya
  1. jpeg

    0下载:
  2. 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4636
    • 提供者:wyd
  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. Amnprt-kaur..cmfd-using--DCT-and-SIFT

    0下载:
  2. Digital images are the most prevalent way to spread a message. So the authenticity of images is very essential. But due to advancement of the technology the editing of images has become very effortless. Copy-move forgery is most basic technique to al
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:690602
    • 提供者:Harmandeep Kaur
  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 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com