搜索资源列表
My-RLE
- 倾心奉献RLE编码,请各位同行参与讨论,如有问题请联系。-sincere dedication RLE encoding, please peer participation in the discussion, please contact if there are questions.
RLE8
- 我发现网上关于RLE编码的资料很少,特此发文章来填充它,查了很多资料,至今还有不完善的地方,希望大家批评指正,里面有RLE编码的介绍和C++实现-I found on the Internet RLE encoding little information, the article is hereby made to fill it, and examine a lot of information. So far there are imperfections in the hope of c
REL
- 128*128灰度图象二值化后进行RLE编码。 在为其解码-128 * 128 grayscale image binarization after RLE encoding. In its decoders. .
RLE
- 对图象压缩采用RLE算法,可以很容易实现预定的目标
RLE
- RLE compression and decompression utility
RLE
- 图像处理中RLE编码,主要针对灰度图像,主要针对灰度图像
RLE
- RLE算法:可进行图象压缩,图象编码,本程序为一改进的RLE算法
RLE
- 本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩
RLE
- RLE.c 本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
RDVL
- 简单的远程桌面实现例子,包含3个部分: 1、一个COM对象,极快的完成Huffman编码和RLE压缩,基本上以汇编语言编写,运行稳定。 2、RemoteDesktopService 远程桌面服务 3、RemoteDesktop 远程桌面客户端 没有使用MirrorDriver技术,简单抓屏,异或对比,RLE压缩传递。
djpeg
- 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 4, Perform inverse DCT 5, Shift the val
RLE
- VC++/MFC编写的数字图像处理程序,用于颜色处理、图像特技显示等
autotrace-0.31.1-w32
- 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscr ipt, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式-Convert bitmap files to vector image file-fontforge use autotrace
xinxilun
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
Rle
- 基于RLE算法编写的一个压缩程序,该程序对计算机生成的图像有很好的压缩效果。-RLE algorithm based on the preparation of a compression program, the program on the computer-generated images have very good compression.
RLE
- 游程编码示例,可以有效进行游程编码,属熵编码的一种,希望对大家有用。-RLE example, you can effectively run length encoding, entropy coding is a kind of hope for all of us.
RLE
- 灰度图像的二值化,实现图像的RLE编解码,并计算图像的压缩比。-Gray image binarization, the RLE encoding and decoding of image and calculate the compression ratio.
RLEBM
- 使用相同像素存于同一数组的形式,对256位图进行RLE编码,达到图像压缩的效果,减少图像所占空间。-Using the same pixel stored in the same array of 256 bit diagram, RLE coding, achieve image compression effect, reduce image what occupy a space.
RLE
- RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。-RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.
RLE
- 游程编码,对于二值图像而言是一种编码方法,对连续的黑、白像素数(游程)以不同的码字进行编码。是无损压缩编码的一种。(RLE is a coding method for two valued images, encoding a continuous black and white prime number in different codewords. It is a kind of lossless compression coding.)