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

搜索资源列表

  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. jpeg压缩中的DCT蝶型算法verilog代码

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

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

    0下载:
  2. the attached utility is a work I ve submitted to the university 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 transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:115084
    • 提供者:风帆
  1. DWTMATLAB

    0下载:
  2. oJPEG2000中DWT的MATLAB实现n the use of discrete cosine transform DCT jpeg compression Matlab source, simple and practical, the Notes have a good time
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:357945
    • 提供者:小户
  1. DCT

    1下载:
  2. 图片压缩代码,适用于DCT JPEG图片压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:liyigang
  1. DCT-basedJPEGimagecompressionalgorithmtoachievethe

    0下载:
  2. 基于DCT的JPEG图象编码,用MATLAB实现的
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:123513
    • 提供者:胡卖国
  1. JPEG

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

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

    0下载:
  2. C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8049
    • 提供者:Jingya
  1. workingjpeg.zip

    0下载:
  2. JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.,JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3052
    • 提供者:anitha
  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

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  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-05
    • 文件大小:1476
    • 提供者:huoxinglin
  1. rgbquadtreehojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:128452
    • 提供者:Ho Joon Lee
  1. jpeg

    0下载:
  2. 该程序利用离散余弦变换(DCT)对JPEG图像进行压缩与解压缩-The program using the discrete cosine transform (DCT) for JPEG image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2538020
    • 提供者:gechengwei
  1. jpeg

    1下载:
  2. 本上传是在matlab环境下实现图像的基于DCT的JPEG压缩,上传内容包括主程序、子函数和实验原理pdf。可供朋友学习与参考。-This upload is in the matlab environment to achieve the image DCT-based JPEG compression, upload content, including the main program, subroutine and experimental principles of pdf. For
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:136078
    • 提供者:马妍
  1. jpeg

    0下载:
  2. jpeg compression , use DCT, Zigzag, Quantization,IDCT, InvZigzag, huffman to do the compression with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:4780
    • 提供者:phoenix
  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 变换的JPEG 图像压缩的MATLAB 实现-DCT-JPEG image compression MATLAB implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:1026
    • 提供者:songtao
  1. Jpeg

    0下载:
  2. 视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:41624576
    • 提供者:yu_x
  1. JPEG

    1下载:
  2. 实现bmp图像的压缩编码解压,包括哈弗曼编码解码 dct变换 量化(Realize the BMP image compression coding decompression)
  3. 所属分类:压缩解压

    • 发布日期:2021-01-22
    • 文件大小:396288
    • 提供者:likang123
« 12 3 4 5 »
搜珍网 www.dssz.com