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

搜索资源列表

  1. ImageCoding

    0下载:
  2. 几种图像编码标准在一个程序的集合,包括霍夫曼编码,香农-费诺编码,算术编码,位平面编码,可以输入256色图像和输出。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:234696
    • 提供者:ZL
  1. ImageCode

    1下载:
  2. 图像压缩编码实例程序,包括霍夫曼编码、香农-费诺编码、算术编码、位平面编码、预测编码,对图像处理中需要编码操作时有参考价值。注意仅针对256色位图。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:270719
    • 提供者:
  1. Arithmetic-code

    0下载:
  2. 这是算术编码的源程序,对于学习图像编码的人士比较有用,需要的人自然了解它的作用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1404804
    • 提供者:
  1. arithmetic

    0下载:
  2. 算术编码的c实现 此算法将图像文件读入,通过算术编码进行压缩
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4559
    • 提供者:as364039051
  1. Losslesscoding

    1下载:
  2. 该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:103205
    • 提供者:yang
  1. ImageCoding

    0下载:
  2. 对于灰度图像进行霍夫曼编码,算术编码,香农费诺编码,位平面编码,并且自己定义了一种IMG的图片格式,用于生成图片,保存,采用VC++编程实现
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:595915
    • 提供者:小杰
  1. ImageCoding

    0下载:
  2. 主要实现图像压缩编码,主要包括香农-费诺码和算术编码的实现
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:280995
    • 提供者:
  1. CABAC

    0下载:
  2. 针对二值图像的压缩实现了算术编码以及解码 并在此基础上实现了一节自适应算术编码 有很好的压缩效果
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5689
    • 提供者:xwolfs
  1. ImageCoding

    0下载:
  2. 本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:233508
    • 提供者:聂尧
  1. image_lossless_compression

    0下载:
  2. 图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25672
    • 提供者:孙文方
  1. 6-encryptionJPEG2000-by-chang-the-probability-stat

    0下载:
  2. 根据JPEG2000格式的特性,改变在其算术编码时采用的概率状态迁移表可达到加密图像的效果-According to the characteristics of JPEG2000 format change in its arithmetic coding used in the probability of state migration table can achieve the effect of encrypted image
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7229996
    • 提供者:fengye
  1. jpeg-6b

    0下载:
  2. IJG组织的JPEG压缩程序的源代码,这里的JPEG压缩程序仅限于灰度图像的压缩,比较简单。文中的算术编码的程序实现参考了Guido Vollbeding 为JPEG压缩编写的算术编码程序。-IJG organizations JPEG compression program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:697377
    • 提供者:
  1. fast_ac

    0下载:
  2. 快速算术编码FastAC,来源于Pearlman个人主页,是非常有用的算术编码代码。可以用于图像,视频编解码中;也可以用于语音等编解码中。谢谢。-fast arithmetic coding sourcecode FastAC, i got it from Pearlam website. you can use it in image/video codec, or other codec.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:990293
    • 提供者:Richard Chang
  1. ImageCodingNew

    0下载:
  2. 对图像进行编码,霍夫曼编码,香农-费诺编码,算术编码,位平面编码,保存IMG文件,读入IMG文件等-The image coding, Huffman coding, Shannon- Fano coding, arithmetic coding, bit plane coding, save the IMG file, read into the IMG files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:233270
    • 提供者:skylost
  1. IMAGECODING

    0下载:
  2. 一个关于图像压缩编码的程序,MFC实现霍夫曼编码、香农费诺编码、算术编码等。-A program on the image compression coding, MFC achieve Huffman coding, Shannon fees Connaught coding, arithmetic coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:237136
    • 提供者:soar
  1. ImageCoding

    0下载:
  2. 图像压缩编码 霍夫曼 香农费诺 算术编码 游程编码 位平面编码 预测编码-ImageCoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:419786
    • 提供者:lynn
  1. djview-4.7.tar

    0下载:
  2. DjVu源码。DjVu是一种计算机文件格式,主要用于存储扫描的图像。这种格式的特色包括图像分层、渐进载入、算术编码、对二进制图像进行有损压缩,从而以较小的空间,存放高质量的可读图像。-DjVu source. DjVu is a computer file format, primarily used to store scanned images. This format features include layered images, progressive loading, arithme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:876307
    • 提供者:Li
  1. 12

    0下载:
  2. 代码实现图像编码,包含哈弗曼编码,算术编码和位平面编码等。-Code image coding, including Ha Fuman coding, arithmetic coding and bit plane coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3437783
    • 提供者:李丽
  1. yasuo

    0下载:
  2. 算术编码过程实例 用于字符的算术编码 小波的图像压缩与解压-matlab compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:lin
  1. suanshubianma

    0下载:
  2. 算术编码算法,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding algorithm, image compression is one of the main algorithm. Is a lossless data compression method, but also a method of entropy coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1273
    • 提供者:小明
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com