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

搜索资源列表

  1. sdl_yuv

    0下载:
  2. YUV 任意尺寸缩放 jpeg 图片缩放问题,libjpeg 只支持 1/8, 1/4, 1/2, 1/1 的缩小。而 ffplay 对 Jpeg, 视频的缩放貌似不支持。 于是经过断断续续的编码和思考,“基本上” 解决了YUV420P格式的缩放问题。 这里的“基本上”指的是: 1)它解决了视频全屏缩小问题,没有产生颜色偏移等问题; 2)YUV 按某一特定比例对静态图缩放后,颜色可能会变;-YUV any scaling jpeg image scali
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:3992
    • 提供者:vishtvro
  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. Upload_Actual_JPEG

    0下载:
  2. 内包含有基于MATLAB的jpeg图像的压缩编码和解码-Contains a based on the MATLAB jpeg image compression encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:75881
    • 提供者:marshall
  1. 33753123

    0下载:
  2. JPEG图像压缩编码的完整程序,其中包括了英文解释以及所使用的图片。很值得初学者参考。-JPEG image compression coding to complete the program, including a picture because the interpretation and use. Very worthwhile reference for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:97003
    • 提供者:dreamlee
  1. tupianjiema

    0下载:
  2. BMP图片文件详解,JPEG图像解码方案,JPEG压缩编码标准,英文JPEG编解码介绍-BMP picture files Detailed JPEG image decoding program, the JPEG compression standard English JPEG codec introduced
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-31
    • 文件大小:13131484
    • 提供者:
  1. RLEBmp_demo

    0下载:
  2. 本程序主要是实现图像的游程编码。游程编码是JPEG等图形图像标准中常用的熵编码方案-This program is run-length coding of the image. RLE is used in JPEG and other graphic images standard entropy encoding scheme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20386
    • 提供者:吴广哲
  1. imjepg

    0下载:
  2. JPEG压缩编码的主要步骤有: 1.通过前向离散余弦变换减少图像数据相关性; 2.利用人眼的视觉特性队DCT系数进行量化; 3.使用查分脉冲编码调制对直流系数进行编码; 4.对交流系数进行Z形扫描,使用形成长度编码队交流系数进行编码; 5.熵编码器对上述描述符进行熵编码。-JPEG compression encoding of the main steps are: 1.forward discrete cosine transform to reduce the im
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:153278
    • 提供者:汪晨
  1. 1231313131

    0下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:166382
    • 提供者:王阳
  1. Digital-Image-Processing

    0下载:
  2. 书内容包括 (1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配; (9) 图象的压缩编码、JPEG压缩编码标准; (10) 图
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2688164
    • 提供者:tanwenting
  1. hjpjpegb

    0下载:
  2. JPEG压缩编码,采用DCT变换、霍夫编码,-JPEG compression using the DCT, Hough coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1810803
    • 提供者:houjam
  1. jpegdecode04

    0下载:
  2. 实现JPEG的解码程序,逆DCT变换、霍夫编码解码,运行验证无误-The JPEG decoding process, the inverse DCT transform, Hough codec, run verification by
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1312794
    • 提供者:houjam
  1. jpegyasuo

    0下载:
  2. 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -Achieve JPEG compression and coding of the DCT (1) First remove the data redundancy (2) Use the quantization tables for DCT coefficients to quantify (3) Huffman c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7401
    • 提供者:yuying
  1. tBasedDDCTtheh

    0下载:
  2. 此源代码,是一个一种基于DCT的jpeg图像压缩编码算法的MATLLAB实现的程序源码,对做jpeg压缩的朋友会非常有帮助 -This source code is a one the MATLLAB jpeg images in the DCT-based compression algorithm to achieve the program source code and do jpeg compression friends would be very helpful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:40901
    • 提供者:反弹
  1. y_huff

    0下载:
  2. 对于视频编解码感兴趣的初学者非常有帮助,深入学习霍夫曼编码中的细节!-For beginners interested in video codec is very helpful, in-depth study the details of the JPEG encoder
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:10456
    • 提供者:wl
  1. MPEG_JPEG_DECODE_ENCODE

    0下载:
  2. MPEGJpeg编码解码程序,各种算法的实现-MPEG Jpeg codec program, the realization of various algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10054270
    • 提供者:JerryZ
  1. mJPEGzipa

    0下载:
  2. matlab编程实现现JPEG的压缩和编码 -matlab programming now JPEG compression and coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:748785
    • 提供者:hanrui95862
  1. jpg_c

    0下载:
  2. 基于vc++的jpeg的编码解码,给有需要的朋友学习-Jpeg' s codec based vc++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-09
    • 文件大小:25149
    • 提供者:马克
  1. vc_jpeg_bmp_gif_png

    0下载:
  2. 基于vc的jpeg的编码解码,给有需要的朋友,希望有帮助-The jpeg codec based vc, to a friend in need, and want to help
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:939700
    • 提供者:马克
  1. jpegdemo

    0下载:
  2. jpge编解码的实现,包含编码和解码算法的各个组成部分。-jpeg encode and decode
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:507775
    • 提供者:zotion
  1. JPEG_Encoder(OpenADSP)

    0下载:
  2. 基于BF531的JPEG压缩编码,运行平台是BF531,经过优化的编码器,效率可达实时编码(25fps)-BF531 of JPEG compression coding, operating platform BF531, optimized encoder efficiency up to real-time encoding (25fps)
  3. 所属分类:DSP program

    • 发布日期:2017-11-13
    • 文件大小:1364322
    • 提供者:rolcye
« 1 2 ... 28 29 30 31 32 3334 35 36 37 »
搜珍网 www.dssz.com