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

搜索资源列表

  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. comprsnMapImgs

    0下载:
  2. Digital maps can best stored and distributed electronically using compressed raster image formats.We introduce as to rage system for the map images that supports compact storage size,decompression of partial image,and smooth transitions between var
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:823104
    • 提供者:arun
  1. bianma

    0下载:
  2. 关于数字图像处理的编码,如变换编码,算数编码-Coding on digital image processing, such as transform coding, arithmetic coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:181059
    • 提供者:lucy
  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. AC_En

    0下载:
  2. 算术编码图像压缩代码源程序,包括各个模块的封装等等。-Arithmetic coding source code for image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1965
    • 提供者:田之居
  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. bmp_coding

    0下载:
  2. VC++实现数字图像霍夫曼编码 香农菲诺编码 算术编码 平面编码,使用MFC打开相关代码。-VC++ digital image coding Huffman coding arithmetic coding Shannon Fino plane coding, the use of MFC to open the relevant code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4319751
    • 提供者:沈宙
  1. Huffman

    0下载:
  2. 对于灰度图像进行霍夫曼编码,香农费诺编码,位平面编码,采用VC++编程实现-For grayscale images Huffman code, arithmetic coding, Shannon Fenno encoding, bit-plane coding, and their own definition of a IMG image format, used to generate a picture, preservation, use of VC++ Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:32820
    • 提供者:kimi
  1. Ffast_aca

    0下载:
  2. 快速算术编码FastAC,来源于Pearlman个人主页,是非常有用的算算术编码代码。可以用于图像,视频编解码中;也可以用于语音等编解码中。谢谢。 -Fast arithmetic coding FastAC comes from Pearlman' s personal home page, is a very useful numerical arithmetic coding code. Can be used to image and video codecs can als
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:990389
    • 提供者:商人
  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
    • 文件大小:2207
    • 提供者:shan
  1. Arimetic_Compress

    0下载:
  2. 图像算数编码压缩 压缩效率挺高的 也不是很复杂 自己编的 望大家批评指正-The image arithmetic coding compression compression efficiency pricey nor made themselves look criticism and very complex
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:2217
    • 提供者:xyr
  1. suanshubianma

    0下载:
  2. 算术编码是图像压缩的主要算法之一。 在给定符号集和符号概率的情况下,算术编码可以给出接近最优的编码结果。使用算术编码的压缩算法通常先要对输入符号的概率进行估计,然后再编码。这个估计越准,编码结果就越接近最优的结果 -Arithmetic coding is one of the main algorithm of image compression. In the case of the given sets of symbols and the symbol probability, th
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:21789
    • 提供者:张婷婷
  1. picture

    0下载:
  2. 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:108544
    • 提供者:wmt
  1. ImageCoding

    0下载:
  2. 图像的压缩编码,包括霍夫曼编码,香农-费诺编码,算术编码-Image coding, Huffman coding, Shannon- Fano coding, arithmetic coding
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:419685
    • 提供者:anny
  1. CPP

    0下载:
  2. 增进对算术编码和Q编码器的认识,加深对图像处理理论方面的理解,熟悉VC++程序的设计和实现、设计方案原理图、理论知识的学习、程序编写、并详细分析其实现过程,使学生掌握算术编码处理图像的无损压缩以及Q编码器的实现-Enhance understanding of arithmetic coding and Q encoder, deepen the understanding of the theoretical aspects of image processing, familiar with
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:6987
    • 提供者:Lucy
  1. ImageProcessing-8.0

    3下载:
  2. 基于VC的图像处理程序 1.空间域灰度变化(线性、非线性)、直方图均衡化以及规格化; 2.空间域的噪音(椒盐、脉冲、高斯噪音等),均值滤波、中值滤波,最大值滤波; 3.频率域的巴斯沃通高低通滤波,余弦变换,walsh变换,SVD编码等; 4.简单的图形编码(hufman编码、香农编码、Golomb编码、算术编码); 5.简单图像复原,涉及逆滤波和维纳滤波; 6.图像分割(这里只有一个大津阈值分割)。-VC-based image processing program 1.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-08
    • 文件大小:5299200
    • 提供者:Wenbo Huang
  1. ImageCoding

    0下载:
  2. 这是图像编码的源代码,包括霍夫曼编码,算数编码,游程编码等-This is the image coding source code, including Huffman coding, arithmetic coding, run-length coding, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:233547
    • 提供者:mt
  1. suanshubianma

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

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

    0下载:
  2. 这是一个实现对图像进行算术编码的matlab程序。直接调用该函数即可实现算术编码。-This is a realization of the image arithmetic coding matlab program. This function can be realized directly call arithmetic coding.
  3. 所属分类:matlab

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