搜索资源列表
-
0下载:
初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
-
-
2下载:
用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
-
-
0下载:
小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
-
-
0下载:
MatLab实现对灰度图像的哈夫曼编码。
给出每个灰度级的编码。
并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
-
-
0下载:
这是一个图像处理中的huffman编码matlab实现,适合刚开始学的朋友!-This is an image processing huffman coding matlab realized, for the beginning of school friends!
-
-
0下载:
matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
-
-
2下载:
该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
-
-
0下载:
图像huffman编码程序,只对256色的图像有用,彩色图像会变成黑白图像,采用迭代算法一层一层的推出huffman编码-Image huffman coding process, only 256-color images useful for color image will become black and white images, using iterative algorithm level by level, the introduction of huffman coding
-
-
0下载:
章 图像编码与压缩
图像编码基础
无损压缩编码 行程编码
哈夫曼( Huffman )编码
算术编码 词典编码
有损压缩编码
预测编码
正交变换编码
MATLAB 实现余弦变换压缩
17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) co
-
-
1下载:
数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
-
-
4下载:
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
-
-
0下载:
Huffman code的matlab程序,用一幅图像作为training image得到像素的Huffman编码,然后编码另外一幅图像,求得average code length。-Huffman code of matlab program, with an image as a training image pixel Huffman coding, then coded another image obtained average code length.
-
-
0下载:
图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
-
-
0下载:
霍夫曼编码,matlab实现,处理图像为lean图像。-Huffman coding, matlab achieve processing image for lean image.
-
-
0下载:
基于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
-
-
0下载:
用matlab实现算数编码、哈弗曼编码以及LZW编码(能够区分大小写和数字进行编码)含测试文本和结果-Using matlab realize arithmetic coding, Huffman coding and LZW coding (case-sensitive and numbers can be encoded) containing test text and results
-
-
0下载:
实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
-
-
0下载:
对灰度图像进行哈夫曼编码matlab的源代码-Huffman coding for gray image matlab source code
-
-
0下载:
在MATLAB环境下,对图像进行哈夫曼编码。-In the MATLAB environment, the image Huffman.
-
-
0下载:
1. 理解图像压缩的相关概念及图像压缩的主要原则和目的;
2. 掌握霍夫曼编码
3. 掌握几种常见的图像压缩编码方法
4. 利用 MATLAB 程序进行图像压缩-1. Understand the related concepts of image compression and image compression of the main principles and purposes
2. Grasp the Huffman coding
3. The control o
-