CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - jpeg编码

搜索资源列表

  1. JPEGbeta

    0下载:
  2. 实现JPEG图像的编码和解码.并且支持BMP图像到JPEG图像格式的转换-achieve JPEG image encoding and decoding. Support for BMP images to JPEG image format conversion
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:402937
    • 提供者:郗梦
  1. pictureeditor

    1下载:
  2. 用VC开发的图像编辑器源代码,可处理JPEG,BMP,PNG,TIFF等多种格式图像。进行图像压缩编码,旋转,融合等多种操作-VC developed image editor source code, can handle JPEG, BMP, PNG, TIFF and other image formats. Image compression, rotation, a variety of operational integration
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3137689
    • 提供者:srirlib
  1. FasteffectiveDCT

    0下载:
  2. DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10278
    • 提供者:javenliu
  1. JPEGMatlab

    1下载:
  2. JPEG编码源程序,基于Matlab编码-JPEG encoding source files, based on Matlab coding
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:337394
    • 提供者:dinggg
  1. HuffmanExp

    0下载:
  2. VC++实现JPEG算法中的哈夫曼编码!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:102918
    • 提供者:Deng
  1. source9

    0下载:
  2. source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统)-source directory for the chapter describes the functions of the journey is the source coding, JPEG compression coding (basic system)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:239884
    • 提供者:Steven
  1. yuv

    0下载:
  2. 评测JPEG或其他编码器压缩后的图像块效应程度的代码,其标准为流行的GBIM评测标准-Evaluation or other encoder JPEG compressed image block effect of the degree of code, its standard for evaluating GBIM popular standards
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:15619
    • 提供者:王悦
  1. Jpeg-src

    0下载:
  2. 完整的jpeg压缩和解压缩程序,代码简单,使用单个.c实现了jpeg编码。付完整文档资料-The complete jpeg compression and decompression process, the code simple, using a single. C achieved a jpeg encoding
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:2019726
    • 提供者:shengxi
  1. rlc_code

    0下载:
  2. 实现JPEG编码中的游程编码(RLE)的工程文件,能够直接运行,易读,其中temcode是读入的文件信号-JPEG coding to achieve run-length encoding (RLE) of the project file, can be run directly, easy to read, which is read the paper temcode signal
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:215606
    • 提供者:舒念
  1. JPEG_introduction

    0下载:
  2. JPEG文件编/解码详解,里面是详细的编码过程,方便大家理解记忆。-JPEG file encoding/decoding Xiang Jie, which is detailed in the encoding process so as to facilitate understanding of memory.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:33693
    • 提供者:jinyi
  1. im2jpeg

    0下载:
  2. 图像的JPEG压缩,8*8的小块DCT,在进行哈弗曼编码-image jpeg compressed
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:贺洋
  1. jpetg

    0下载:
  2. JPEG 编码程序 JPEG 编码程序-jpeg coding program JPEG 编码程序JPEG 编码程序
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1121570
    • 提供者:胡飞
  1. JpegEncodingLib

    0下载:
  2. 基于IPP实现的jpeg图像格式的编码,目前支持8,24GRB文件格式-this is used for jpeg image format encoding process baesd on IPP
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:72719
    • 提供者:王彬
  1. dct

    0下载:
  2. 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:564222
    • 提供者:cky
  1. wavelet

    0下载:
  2. 用小波变换对图像进行JPEG压缩编码,尤其是在低比特率时,可以消除块效应。-wavelet JPEGimage compression
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:776
    • 提供者:张聪聪
  1. dct8x8

    0下载:
  2. 全流水线1维8点DCT变换,用于JPEG编码,无乘法运算,verilog-Full-line one-dimensional 8-point DCT, for JPEG encoding, no multiplication
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:xuyong
  1. code

    0下载:
  2. 压缩感知编码与JPEG编码,对比程序同时给出实验结果-cs and jpeg coding
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:9807
    • 提供者:kj
  1. JPEG

    0下载:
  2. 用matlab实现MPEG压缩编码,对图像编码率失真性能进行分析,比较不同类型静态图像编码效率。 -Using Matlab to achieve MPEG compression coding, image coding rate distortion performance analysis, compare the different types of static image coding efficiency.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-06
    • 文件大小:734505
    • 提供者:常亮
  1. cvuzrpq

    0下载:
  2. jpeg中用到的 huffman 编码MATLAB程序 参考资料-Jpeg Huffman coding is used in the MATLAB program The resources
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:vzefary
  1. JPEG编码程序MATLAB

    1下载:
  2. JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~
  3. 所属分类:2D图形编程

搜珍网 www.dssz.com