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

搜索资源列表

  1. jpeg-6b

    0下载:
  2. JPEG图像压缩处理的原版程序(第6版)1998年下载自国外网站, 用C语言写的。-JPEG compression programs written in C.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:703108
    • 提供者:yhnc
  1. JPEG.compression.design.module

    0下载:
  2. JPEG压缩编码设计模块系统代码JPEG compression system code design module -JPEG compression system code design module
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-24
    • 文件大小:105700
    • 提供者:ss
  1. JPEG

    0下载:
  2. 在matlab环境下进行图像jpeg压缩,很实用的小程序-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:53160
    • 提供者:zhaoliang
  1. Motion-JPEG

    0下载:
  2. 该文档主要介绍了Motion JPEG视频压缩IP核的设计与实现,是很有价值的-The document describes the Motion JPEG video compression IP core design and implementation, it is valuable
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:191062
    • 提供者:king
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. code-jpeg

    0下载:
  2. 图像处理,图像压缩,matlab 源代码-Image processing, image compression, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:59587
    • 提供者:wuyunge
  1. JPEG

    0下载:
  2. JPEG 图像格式详解 JPEG 压缩简介 JPEG 的图片使用的是YCrCb 颜色模型, 而不是计算机上最常用的RGB.-JPEG compression JPEG image format Detailed Introduction to JPEG images using the YCrCb color model, rather than the most commonly used on the computer RGB.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:125585
    • 提供者:
  1. JPEG-compress

    0下载:
  2. 自己编的图片JPEG压缩算法,包含实例图片-Their own series of image JPEG compression algorithm, an instance of picture contains
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6678
    • 提供者:yangkai
  1. JPEG-DCT

    0下载:
  2. 将lena.bmp图像进行JPEG压缩,使用dct变换和量化编码。-Will lena.bmp images to JPEG compression using dct transform and quantization coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:194539
    • 提供者:liwenyi
  1. JPEG-Encoder-Decoder

    0下载:
  2. JPEG图像压缩,赫夫曼编码,DCT变换,Zigzag遍历-JPEG image compression, Huffman coding, DCT transform, zigzag traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:155674
    • 提供者:赵齐银
  1. Jpeg

    0下载:
  2. 功能很强大的jpeg压缩源码,windows环境下VC++实现-Very powerful jpeg compression source code, it is relized by VC++ in the windows environment by VC++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2562165
    • 提供者:章熙
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. JPEG

    1下载:
  2. 基于matlab的JPEG压缩源码,含压缩与解压缩,还有与原图的对比测试。-Matlab-based JPEG compression source, including compression and decompression, as well as comparison with the original image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:969231
    • 提供者:王晓明
  1. JPEG

    0下载:
  2. JPEG压缩,输入BMP图片经过YUV444彩色空间转换,最后压缩成JPEG图片-JPEG compression, the input BMP picture after YUV444 color space conversion, and finally compressed into JPEG images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1670032
    • 提供者:shiny.c
  1. Double-JPEG-compression

    1下载:
  2. 基于双JPEG压缩统计特性的图像篡改检测方法-Image tamper detection method based on the statistical characteristics of double JPEG compression
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:102214
    • 提供者:卿轲
  1. Identification-of-JPEG

    0下载:
  2. JPEG图像盲取证技术研究,介绍经过2次,3次JPEG压缩图像的鉴别方法-JPEG image forensics technology, introduced after two times, three times a method of identifying JPEG compressed images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8369009
    • 提供者:卿轲
  1. JPEG

    0下载:
  2. JPEG压缩编码方法与实现数据压缩的必要性: 信息时代的重要特征是信息的数字化,数字化了的信息带来了“信息爆炸”。多媒体计算机系统技术是面向三维图形、立体声和彩色全屏幕运动画面的处理技术。-JPEG compression coding method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:26032
    • 提供者:oscar
  1. jpeg

    0下载:
  2. 基于matlab的图像压缩,JPEG压缩的所有程序。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:233643
    • 提供者:刘丽
  1. JPEG

    0下载:
  2. 根据JPEG压缩编码的基本压缩原理编写JPEG仿真程序,利用MATLAB软件对程序进行运行调试,验证了JPEG压缩编码算法的可行性。通过比对输出图像压缩前后实际效果,探讨压缩比,峰值信噪比等评价图像数据压缩程度及压缩质量的关键参数,对JPEG压缩编码算法的实用性和优越性进行了研究。- I have JPEG compression in-depth study on the basic principles of image data compression based on JPEG emul
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:261141
    • 提供者:朱孝天
  1. jpeg-matlab

    0下载:
  2. jpeg压缩matlab程序,可供学习图像视频编解码的同学学习-jpeg compression matlab program for learning image video codec students to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:56102
    • 提供者:mxq
« 1 2 3 45 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com