搜索资源列表
-
2下载:
《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
-
-
0下载:
LZW既为游程编码。也是用该种编码方式来消除图像中的冗余。-LZW both run-length coding. Is also the encoding used to eliminate redundant image.
-
-
0下载:
数字图像编码方式之一的游程编码实现,利用它可以将灰度矩阵转换成游程编码-, One of the digital image encoding Run-length coding, use it can be converted to grayscale matrix run-length coding
-
-
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下载:
实现对视频图像的游程编码和解码。过程包括:二维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
-
-
1下载:
《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
-
-
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下载:
图象的压缩编码,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
-
-
4下载:
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
-
-
0下载:
本程序主要是实现图像的游程编码。游程编码是JPEG等图形图像标准中常用的熵编码方案-This program is run-length coding of the image. RLE is used in JPEG and other graphic images standard entropy encoding scheme
-
-
0下载:
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
-
-
0下载:
基于行程编码的图像压缩,及其实现。用matlab语言-Image compression based on run-length encoding, and its implementation. Matlab language
-
-
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下载:
图像压缩编码,包括霍夫曼编码,香农编码算数编码,行程编码等-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下载:
一种改进的行程编码,一个数组记录0与非0值个数,另一个数组记录非0值数值。(An improved run-length encoding, one array records 0 and non-0 values, and the other records non-0 values.)
-