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

搜索资源列表

  1. jpegsr9

    0下载:
  2. jpeg解码/编码/转换C语言源代码,支持多种平台windows/unix-jpeg decode/encode/convert standard source
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1053189
    • 提供者:yanghua
  1. verilog

    0下载:
  2. jpeg源码,图像编码的硬件描述语言设计,可用作硬件加速处理参考-jpeg source, image coding hardware descr iption language design
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:80761
    • 提供者:李刚
  1. live.2012.02.29.tar

    0下载:
  2. Live555 是一个为流媒体提供解决方案的跨平台的C++开源项目,它实现了对标准流媒体传输协议如RTP/RTCP、RTSP、SIP等的支持。Live555实现了对多种音视频编码格式的音视频数据的流化、接收和处理等支持,包括MPEG、H.263+、DV、JPEG视频和多种音频编码。同时由于良好的设计,Live555非常容易扩展对其他格式的支持。-Live555 is a streaming cross-platform solutions C++ open source project, whi
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-07
    • 文件大小:538874
    • 提供者:kuanyew
  1. Image-Compression

    0下载:
  2. 图像压缩实验,实现基本JPEG的压缩和编码的三个步骤,DCT变换去除数据冗余,DCT系数进行量化,对量化后的系数进行Huffman编码-Image compression experiments, the three steps of the basic JPEG compression and encoding, DCT transform to remove data redundancy, and the DCT coefficient quantization, Huffman codi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:6039
    • 提供者:茗汀
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. 实例模块

    0下载:
  2. 各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模块、加密模块、ATA控制器、8位RISC-CPU等及各个实例模块相应的Testbench
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-09
    • 文件大小:6281027
    • 提供者:andrewv
  1. DCT

    0下载:
  2. 数字视频图像处理大作业。MPEG-1、MPEG-2及JPEG标准中都采用了基于图像块的DCT变换编码,根据已学知识完成下列问题:-Digital video image processing operations.Mpeg-1, mpeg-2, and JPEG standard are adopted based on image block DCT transform coding, according to the knowledge to complete the following q
  3. 所属分类:CAD

    • 发布日期:2017-11-21
    • 文件大小:271012
    • 提供者:ly
  1. JPEGEncoderDecoder

    0下载:
  2. 基于dct的jpeg压缩编码源程序,可完整运行-Based on the DCT jpeg compression coding source, complete run
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:131047
    • 提供者:官营
  1. jpegencode_latest.tar

    1下载:
  2. JPEG压缩编码VerilogHDL,FPGA上已经验证通过-JPEG encode VerilogHDL
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:208774
    • 提供者:黄枫
  1. encoder

    0下载:
  2. jpeg-ls算法的C实现,打开计算机硬盘中的图像文件,在定时中断服务程序中将一帧图像的数据读到图像缓冲区,然后进行无损压缩编码与解码的过程-the realise of jpeg-ls
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:9552
    • 提供者:
  1. image

    0下载:
  2. 图像压缩编码的实现及感悟,本文详细描了jpeg 图像的编码及实现-Realization and perception of image compression codingimages
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:103818
    • 提供者:王乐
  1. wavelet

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

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

    0下载:
  2. 基于DCT的JPEG图像压缩编码算法的MATLAB实现 希望可以帮到大家-DCT-JPEG image compression coding algorithm MATLAB-based hope you can help
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:123286
    • 提供者:王宣
  1. JPEG_ENC

    0下载:
  2. 基于ADI的BF561芯片,开发环境是VisualDSP++,,实现视频图像的JPEG格式编码功能。-Based on the ADI BF561 chip development environment is VisualDSP++,, realize the video images in JPEG format encoding.
  3. 所属分类:DSP program

    • 发布日期:2017-11-18
    • 文件大小:426991
    • 提供者:李秋茗
  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. dctfenjie

    0下载:
  2. 包括基于JPEG的DCT下的分块和步骤详述了编码过程,思路清晰-Including those based on the JPEG DCT block and step under the detailed coding process, clear thinking
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:1653
    • 提供者:lily
  1. AC_Huffman

    0下载:
  2. 关于JPEG环境下的DCT变换下的AC系数编码中的各种详细思路和代码-JPEG environment on the AC DCT transform coefficients encoded in a variety of detailed ideas and code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:1375
    • 提供者:lily
  1. DigitalVideo

    0下载:
  2. 完成bmp文件到jpeg文件的压缩,使用DCT变换然后进行游程编码以及哈弗曼编码 实现完整的jpeg压缩过程,最后写成jpeg文件-Bmp files to jpeg complete file compression
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:20630967
    • 提供者:吴梅
  1. watermark

    1下载:
  2. 基于JPEG、MPEG标准的压缩域数字水印系统不仅节省了大量的完全解码和重新编码过程,而且在数字电视广播及VOD(Video on Demand)中有很大的实用价值。-Based on JPEG, MPEG compression standard digital watermarking system not only saves a lot of full decoding and re-encoding process, but also in digital television bro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:90238
    • 提供者:zhang
  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
« 1 2 ... 29 30 31 32 33 3435 36 37 »
搜珍网 www.dssz.com