搜索资源列表
-
0下载:
Run Length Encoding compressor program 8 bit header version
-
-
0下载:
二值图像游程编码算法的Matlab实现 图片自己加上去就得了-Binary image run-length coding algorithm for the realization of the Matlab
-
-
0下载:
对一副黑白图像进行简单的压缩处理,通过离散余弦变换,量化处理,游程编码,等步骤,最后实现图像的压缩复原-On a simple black and white image compression by discrete cosine transform, quantization processing, run-length encoding, and other steps, the final realization of image compression recovery
-
-
0下载:
程序实现了JPEG的编码(DCT,Quantization,Zig-Zag Scaning,Differential Encoding,Run-Length Encoding,Huffman Encoding)和解码-Program achieved a JPEG coding (DCT, Quantization, Zig-Zag Scaning, Differential Encoding, Run-Length Encoding, Huffman Encoding) and Decodin
-
-
0下载:
实现JPEG编码中的游程编码(RLE)的工程文件,能够直接运行,易读,其中temcode是读入的文件信号-JPEG coding to achieve run-length encoding (RLE) of the project file, can be run directly, easy to read, which is read the paper temcode signal
-
-
0下载:
实现对视频图像的游程编码和解码。过程包括:二维DCT变换、量化及游程编码。
一般来讲对于视频的I帧进行恢复,其信噪比可达到38DB以上。-Implementation of the video image encoding and decoding run-length. Process includes: two-dimensional DCT transform, quantization and run-length encoding. In general, I frame for
-
-
0下载:
游程编码示例,可以有效进行游程编码,属熵编码的一种,希望对大家有用。-RLE example, you can effectively run length encoding, entropy coding is a kind of hope for all of us.
-
-
0下载:
功能是行程编码,JPEG压缩编码(基本系统)
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.pcx;c:\test.jpg必须存在
-Function is run length encoding, JPEG compression (basic system) command-line compiler as foll
-
-
0下载:
wolfRLE
// A run-length encoding compression program
// This is a very simple compression technique that might not work
-
-
0下载:
基于行程编码的图像压缩,及其实现。用matlab语言-Image compression based on run-length encoding, and its implementation. Matlab language
-
-
0下载:
在vs2005环境下开发的代码,用行程编码(REL)实现单目标物体跟踪-In vs2005 code developed using run-length encoding (REL) to achieve single target object tracking
-
-
0下载:
利用行程编码方法对二值图像进行编解码,具体实现的MATLAB代码-Using run length encoding method for binary image codec, concrete realization of MATLAB code
-
-
0下载:
自己写的jpeg的压缩,自己写的DCT以及IDCT,没有采用huffman编码,因为太难了,采用的是游程编码,可以直接运行,压缩比达到要求。内付文档详细说明代码。-Write your own jpeg compression, and write their own DCT and IDCT, did not use huffman coding, because too difficult, using run-length encoding, you can directly run th
-
-
0下载:
visual C++实现的基本数字图像处理算法,包括边缘检测,傅里叶变换反变换,灰度变换,图像分割,图像增强,伪彩色变换,行程编码等功能。-basic digital image processing algorithms visual C++ implementation, including edge detection, Fourier transform inverse transform, gray transform, image segmentation, image enhanc
-
-
0下载:
The aim of this short workshop is to demonstrate the effectiveness of the JPEG encoding/decoding process using test data and test images. As explained in the lectures the major elements of the JPEG encoding process are the DCT, the non-uniform Quanti
-
-
0下载:
图像压缩编码,包括霍夫曼编码,香农编码算数编码,行程编码等-Image compression, including Huffman coding, Shannon coding arithmetic coding, run-length encoding, etc.
-
-
0下载:
图像处理很重要,那只保留我们想要的信息就比较重要,程序是传统图像编码中的行程编码处理-Image processing is very important, the only retain the information we want is more important, the program is run length encoding processing in traditional image coding
-
-
0下载:
基于游程编码的图像压缩解压实验 源代码 算法测试-Run-length encoding compression decompression experiments based image Source code Algorithm testing
-
-
0下载:
游程编码实现图像压缩C++源码,还不错,推荐给大家.-Run length encoding C++ source code, image compression is also good, recommend to everyone.
-
-
0下载:
一种改进的行程编码,一个数组记录0与非0值个数,另一个数组记录非0值数值。(An improved run-length encoding, one array records 0 and non-0 values, and the other records non-0 values.)
-