CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - huffman code MATLAB
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - huffman code MATLAB - List
[
Special Effects
]
mashu
DL : 0
初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
Date
: 2008-10-13
Size
: 2.94kb
User
:
jingjing
[
Special Effects
]
image_lossless_compression
DL : 0
图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
Date
: 2025-12-19
Size
: 25kb
User
:
孙文方
[
Special Effects
]
mashu
DL : 0
初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
Date
: 2025-12-19
Size
: 3kb
User
:
jingjing
[
Special Effects
]
MZigZag
DL : 0
ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码-ZIGZAG procedures ZIGZAG image matrix to achieve the order read. Usually as a function call. There is the Huffman code procedure, the image encoding Hoffman
Date
: 2025-12-19
Size
: 2kb
User
:
lulu
[
Special Effects
]
huffman_code
DL : 0
用matlab实现的霍夫曼编码的图像压缩,主要就是依据霍夫曼编码的原理实现的图形图像处理。-Using the Huffman code matlab realize the image compression, Huffman coding is mainly based on the principle realize graphics image processing.
Date
: 2025-12-19
Size
: 7kb
User
:
徐斌
[
Special Effects
]
Huffman
DL : 0
信息压缩中一种常见的编码---霍夫曼编码的源程序代码-Information Compression in a common coding- Huffman coding of the source code
Date
: 2025-12-19
Size
: 1kb
User
:
吴晨光
[
Special Effects
]
MATLAB_code_of_image_processing
DL : 1
该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码,行程编码-Basically, the gui functions including the most basic image processing inside the handle, which is equivalent to a small photoshop. For example, read the document, the geometric transformation of the vertical mirroring, shifting, rotating, zooming orthogonal transformation of the DFT, FFT, DCT, DST, DHT, DWashT anti-gray color processing, histogram equalization, global linear transformation , piecewise linear transformation, index of non-linear transform of the number of non-linear transformation image enhancement which increases the noise, smoothing, sharpening, pseudo-color enhancement the gray-scale image segmentation inside the threshold, Robert, Laplace, sobel, prewitt, canny edge detection operator method image restoration inside direct inverse filtering, Wiener filtering image coding inside the Huffman code, and so on Run-Length Coding
Date
: 2025-12-19
Size
: 389kb
User
:
guhuxiang
[
Special Effects
]
huffman
DL : 0
使用MATLAB语言,霍夫曼编码,并对压缩效果进行了评价。-MATLAB programme,Huffman.This code analyze the compress principle and make some contrast with other mathods.
Date
: 2025-12-19
Size
: 1kb
User
:
crystal
[
Special Effects
]
huffman
DL : 0
数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the original image entropy, encoded average code length, and be able to reconstruct the image according to encoding. The program uses C++ mixed programming, has compiled a Matlab library files generated, do not need to link with C++. Programs include source code and source images, and encoding the results of the image.
Date
: 2025-12-19
Size
: 1.23mb
User
:
刘雨相
[
Special Effects
]
Huffman
DL : 0
此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
Date
: 2025-12-19
Size
: 2kb
User
:
alvin
[
Special Effects
]
hw
DL : 0
适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
Date
: 2025-12-19
Size
: 398kb
User
:
湘紫歆
[
Special Effects
]
DCT_JPEG
DL : 0
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.
Date
: 2025-12-19
Size
: 171kb
User
:
[
Special Effects
]
Huffman(s)
DL : 0
对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
Date
: 2025-12-19
Size
: 2kb
User
:
ty
[
Special Effects
]
MYGUI
DL : 0
第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进SSDA法。 第五章作业 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 -Chapter operations: in C or VC, VB, Matlab or other languages to complete the following experiment: 1) open a BMP file 2) the gray value of its local area to change 3) Save as a new requirements display BMP files the original BMP image and the new BMP image. 1. Open an image, add salt and pepper, Gaussian noise, and then use the neighborhood average, median filtering, K adjacent average smoothing. 2. Open the image using the Roberts gradient, Sobel operator and Laplacian sharpening, and compare the results. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be able to reconstruct the image according to encoding. Generate a rectangle in the image, then use template matching to identify position of the rectangle. Or improved using the SSDA SSDA method. Chapter operations to write a program, the input image Huffman, display the original image entropy encoded average code word length, and be
Date
: 2025-12-19
Size
: 6kb
User
:
杨智雄
[
Special Effects
]
DCT-JPEG-HUFFMAN-WAVELET
DL : 1
含有DCT JPEG HUFFMAN WAVELET图像压缩解压缩matlab的代码示例-With DCT JPEG HUFFMAN WAVELET image compression and decompression matlab code example
Date
: 2025-12-19
Size
: 99kb
User
:
江为
[
Special Effects
]
UPLOAD_LY1
DL : 0
图像处理于MATLAB上的应用,能很好的处理一些熵,概率等问题-(a)Find the entropy of this source using Matlab (b)Design the Huffman code for this source using Matlab. (c) Randomly generate a source sequence of length 500 symbols drawing the symbols from the true source distribution. Encode the generated sequence using the Huffman code developed in (b). Decode the sequence and compare the decoded and original sequences. (d)Find the efficiency of the code in this case.
Date
: 2025-12-19
Size
: 8kb
User
:
李渊
[
Special Effects
]
Some-basic-transformations-in-MATLAB
DL : 0
图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
Date
: 2025-12-19
Size
: 819kb
User
:
Hopre
[
Special Effects
]
huffman
DL : 0
一个精简版的huffman编码,容易理解,适合初学者,简单好用。-A very simple huffman code by matlab. It is very easy for us to understand.
Date
: 2025-12-19
Size
: 1kb
User
:
陈不来
[
Special Effects
]
huffman
DL : 0
对数字图像进行哈夫曼变换的MATLAB源码-Digital image Huffman transform MATLAB source code
Date
: 2025-12-19
Size
: 1kb
User
:
王根胜
[
Special Effects
]
huofuman
DL : 0
图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
Date
: 2025-12-19
Size
: 47kb
User
:
君羊木
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.