搜索资源列表
-
0下载:
数字图像处理实验
根据原图像的直方图,发现背景和目标的分割值大约在130左右,并将灰度图像转为二值图像,分割效果比较理想。
图像处理实验(六)图像压缩与编码
实验目的: 学习JPEG压缩编码
实验内容:
一.实现基本JPEG的压缩和编码分三个步骤:
1. 首先通过DCT变换去除数据冗余;
2. 使用量化表对DCT系数进行量化;
3. 对量化后的系数进行Huffman编码。-digital image processing experiments based on
-
-
0下载:
初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
-
-
0下载:
一个基于小波变换和哈夫曼编码的图像压缩解压程序-one based on wavelet transform and Huffman coding image compression decompression procedures
-
-
0下载:
有一个哈夫曼图象处理源代码,正确处理图象的压缩功能!-a Huffman image processing source code, correctly handle image compression function!
-
-
0下载:
图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
-
-
0下载:
通过dct变换,以及使用了熵编码的huffman编码形式,对lena图像进行压缩。改变压缩率来看压缩结果-By dct transform, and the use of entropy coding huffman encoding on the lena image compression. Change the compression ratio compression results view
-
-
0下载:
matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
-
-
0下载:
图片的jpeg压缩,包括dct,行程编码,huffman编码-Jpeg image compression, including the dct, stroke coding, huffman coding
-
-
0下载:
本程序包含使用Huffman编码压缩图像和解压图像的过程,在VC6.0环境下已进行测试。-This procedure includes the use of Huffman coding image compression image and decompression process, VC6.0 environment has been tested.
-
-
0下载:
提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Huffman coding provides the compression and decompression functions, and implemented on the image file compression and decompression
-
-
0下载:
图像的压缩编码!有哈夫曼编码。行程编码等等!-Image compression! With Huffman coding. Length encoding, and more!
-
-
1下载:
基于MATLAB的图像压缩,DCT变换,huffman编码-Image compression
-
-
1下载:
含有DCT JPEG HUFFMAN WAVELET图像压缩解压缩matlab的代码示例-With DCT JPEG HUFFMAN WAVELET image compression and decompression matlab code example
-
-
0下载:
huffman algorithm image compression
-
-
0下载:
图像压缩实验,实现基本JPEG的压缩和编码的三个步骤,DCT变换去除数据冗余,DCT系数进行量化,对量化后的系数进行Huffman编码-Image compression experiments, the three steps of the basic JPEG compression and encoding, DCT transform to remove data redundancy, and the DCT coefficient quantization, Huffman codi
-
-
0下载:
常用的图像压缩算法,包括哈夫曼,傅里叶 小波等常用图像压缩算法
实验课程-Commonly used image compression algorithms, including Huffman, Fourier wavelet image compression algorithms and other commonly used experimental courses
-
-
0下载:
经典数字图像处理算法仿真,包括图像的傅里叶滤波及压缩,图像的DCT高通、低通滤波,图像直方图均衡化,图像平滑与锐化,图像的模糊化,哈夫曼编码等,以及GUI图形化界面。-Classic digital image processing algorithm simulation, including Fourier filtering and image compression, image DCT high-pass, low-pass filtering, image histogram equ
-
-
0下载:
从不同角度来分析哈弗曼编码,对数字图像进行压缩编码,并进行分类-From different angles to analyze the Huffman coding of digital image compression coding and classification
-
-
1下载:
BMP格式图像的简单处理,主要是图像压缩,包括Huffman、RLE和LZW三种-Simple processing BMP format images, mainly image compression, including Huffman, RLE and LZW three kinds
-
-
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
-