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

搜索资源列表

  1. VC_ImageProcessing

    2下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:280370
    • 提供者:陈镇静
  1. 0240302314jiangwei13852910295

    0下载:
  2. 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做了较为全面地研究。包括游程压缩模型、数据压缩、解压缩过程,并给出了流程图和相应的程序。 关键词:编码;解码;游程长度编码;压缩;解压缩。 -run-length coding is very simple, encoding, decoding speed, widespread use. This paper describes a run-length coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:377449
    • 提供者:蒋伟
  1. VCHUNDAN

    1下载:
  2. 第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)-image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), Walsh transf
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2114274
    • 提供者:lichao
  1. bmeps-2.0.6

    0下载:
  2. bmeps converts bitmap images (PNG/JPEG/NetPBM) to EPS and PDF. EPS level 1, 2 or 3 can be created using run-length compression, flate compression and ASCII-85-encoding. PNG alpha channels can be transferred to PDF or converted to EPS/PDF image masks.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4809609
    • 提供者:马振强
  1. LZW

    0下载:
  2. LZW既为游程编码。也是用该种编码方式来消除图像中的冗余。-LZW both run-length coding. Is also the encoding used to eliminate redundant image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:260548
    • 提供者:liuyaxin
  1. Picture.Translate.Of.Remote.Desktop.Control

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

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  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
    • 文件大小:231681
    • 提供者:yangjianlei
  1. RLC

    0下载:
  2. Huffman编码及RLC编码的转换,输入字符串把其转换为HUFFMAN编码并且把huffman编码转换为游程编码-RLC coding and Huffman coding of the convert, enter the string to convert it to HUFFMAN encoding and huffman encoding to convert the run-length coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:1949
    • 提供者:李l
  1. huffman

    0下载:
  2. 霍夫曼编码是经典的信源编码,与游程编码同为信道编码常用编码方式高效简单。-Huffman coding is the classic source coding, and run-length coding with channel coding used for the encoding easy and efficient.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:51338
    • 提供者:周旋
  1. RunLength_code_simulation

    0下载:
  2. 数字图像编码方式之一的游程编码实现,利用它可以将灰度矩阵转换成游程编码-, One of the digital image encoding Run-length coding, use it can be converted to grayscale matrix run-length coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:611970
    • 提供者:david
  1. rlec-0.3

    0下载:
  2. 用于压缩的游程长编码和解码模块,用c语言实现的,效率比较好-For the long-run-length compression encoding and decoding modules, using c language implementation, the efficiency is better
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:29351
    • 提供者:adfdf
  1. youchengbianma

    0下载:
  2. 信息论编码课程设计中自己做到的游程编码的代码,里面包含了哈弗曼的编码算法,希望对你有所帮助。-Information theory, curriculum design in their own code to do run-length coding code, which contains a Havermann encoding algorithm, hope this helps.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2389
    • 提供者:曹波
  1. xinxilun

    1下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3455243
    • 提供者:chengshuai
  1. RLEcoding

    0下载:
  2. 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:388527
    • 提供者:韦一
  1. SOURCE8

    0下载:
  2. 图象的压缩编码,JPEG压缩编码标准 source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在 -Image compression, JPEG compression standard source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:110088
    • 提供者:梁鹏
  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. RLEBmp_demo

    0下载:
  2. 本程序主要是实现图像的游程编码。游程编码是JPEG等图形图像标准中常用的熵编码方案-This program is run-length coding of the image. RLE is used in JPEG and other graphic images standard entropy encoding scheme
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20386
    • 提供者:吴广哲
  1. source

    0下载:
  2. 1.计算256灰度级lenna图像中的相对冗余信息. 2.设计一个游程编码算法, 并编程序对一幅二值图像进行编码,计算压缩比.-1 Calculate the relative redundant information in the 256 gray-scale image of lenna. 2 Design a run-length coding algorithm, encoding, and programmed to a binary image and calculate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:24828
    • 提供者:Xucheng
  1. codearecode

    0下载:
  2. huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:2562949
    • 提供者:star
  1. -imagecompress-encod-

    0下载:
  2. 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:235756
    • 提供者:黄小菲
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com