搜索资源列表
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
huffman_code
- 用matlab实现的霍夫曼编码的图像压缩,主要就是依据霍夫曼编码的原理实现的图形图像处理。
jpeg
- jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。
huffman
- 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
huffman
- 使用MATLAB语言,霍夫曼编码,并对压缩效果进行了评价。-MATLAB programme,Huffman.This code analyze the compress principle and make some contrast with other mathods.
huffman
- 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
Huffman
- 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
hw
- 适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
Huffman(s)
- 对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
huff-cnm
- MATLAB 霍夫曼编码实现 v-Huffman Coding MATLAB
huffman
- 使用Matlab语言实现了无损压缩霍夫曼编码程序-Huffman coding program based on Matlab
book_Huffman
- 霍夫曼编码,matlab实现,处理图像为lean图像。-Huffman coding, matlab achieve processing image for lean image.
chap10_3
- 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
HWmatrix
- 实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
picture_processing_matlab
- 对图像进行压缩编码的matlab程序,包括霍夫曼编码、算数编码、行程编码等方法。-Matlab codes for picture processing, including Huffman coding, run-length coding and arithmetic coding.
huofuman
- 图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)
霍夫曼编码
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。matlab哈夫曼编码源码