CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 算术编码 图像

搜索资源列表

  1. 数字图象处理学VC++实现

    0下载:
  2. 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:812.29kb
    • 提供者:郑英
  1. ImageCompressionToolbox

    0下载:
  2. 一个图像压缩程序。包含小波变换和算术编码等环节。-an image compression process. Includes wavelet transform and arithmetic coding, and other sectors.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:15.18kb
    • 提供者:李梦龙
  1. Adaptive_arithmetic_code

    0下载:
  2. 自适应算术编码算法,包含有编码器和解码器的实现,共从事图像编码压缩的朋友参考。-adaptive arithmetic coding algorithm, includes encoder and decoder implementation. engaged in a total image coding reference to a friend.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.46kb
    • 提供者:刘晓倩
  1. Arithmetic-code

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

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

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:5.56kb
    • 提供者:xwolfs
  1. 多值自适应算术编码

    0下载:
  2. 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
  3. 所属分类:压缩解压

    • 发布日期:2009-03-14
    • 文件大小:61.77kb
    • 提供者:china_jiji
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:177.04kb
    • 提供者:liliang
  1. ArithmeticCoding.rar

    1下载:
  2. 算术编码的源程序,搞图像压缩的人应该都游泳吧,希望大家喜欢,Arithmetic coding of the source, engage in image compression should have swimming, I hope you like
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5.19kb
    • 提供者:邓宸伟
  1. ImageCoding

    1下载:
  2. 可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
  3. 所属分类:压缩解压

    • 发布日期:2017-04-21
    • 文件大小:226.25kb
    • 提供者:yangjianlei
  1. AVIRIS_LP

    0下载:
  2. 一种基于线性预测和算术编码的高光谱图像压缩方法,希望对您有用。-Based on linear prediction and arithmetic coding of hyperspectral image compression, and I hope useful for you.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:19.63kb
    • 提供者:刘英
  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
    • 文件大小:967.08kb
    • 提供者:Richard Chang
  1. acode

    0下载:
  2. 自适应算术编码:实现图像、文档、视频的压缩解压-To achieve images, documents, video compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:327.18kb
    • 提供者:张艳
  1. fcode

    1下载:
  2. 静态算术编码:实现图像、文档、视频的压缩解压缩-Static arithmetic coding: Achieving images, documents, video compression decompression
  3. 所属分类:压缩解压

    • 发布日期:2017-04-21
    • 文件大小:471.63kb
    • 提供者:张艳
  1. arithmetic

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

    • 发布日期:2017-04-23
    • 文件大小:977byte
    • 提供者:zhangli
  1. Arithmetic-coding

    0下载:
  2. 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:682byte
    • 提供者:郜智方
  1. huffman

    0下载:
  2. 该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!-The code is given HUFFMAN coding typical LENA image compression process. The efficiency of the method is to be higher than the arithmetic coding!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2.16kb
    • 提供者:shan
  1. suanshubianma

    0下载:
  2. 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:960byte
    • 提供者:kh
  1. suanshubianam

    1下载:
  2. 一种算术编码, 可以进行压缩,图像对比的过程,信息前后对比(An arithmetic coding, Can be compressed, image contrast process, information before and after comparison)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-03
    • 文件大小:16kb
    • 提供者:啦啦啦1啦1
« 12 »
搜珍网 www.dssz.com