搜索资源列表
-
1下载:
用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i.
-
-
0下载:
小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
-
-
4下载:
给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
-
-
0下载:
用c++实现图片压缩的简单程序,把bmp图片进行压缩,用C/C++语言编写灰度图像霍夫曼编码的程序-In c++ realize image compression of simple procedure, the BMP image compression ,C/C++ language to develop gray image Huffman coding procedure
-
-
0下载:
JPEG压缩编码,将输入的BMP图像进行DCT变换、霍夫曼编码后输出码流。-JPEG compression coding, the input BMP image DCT, Huffman encoded output stream.
-
-
0下载:
该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
-
-
1下载:
BMP格式图像的简单处理,主要是图像压缩,包括Huffman、RLE和LZW三种-Simple processing BMP format images, mainly image compression, including Huffman, RLE and LZW three kinds
-
-
0下载:
基于DCT的JPEG图像压缩处理程序,能够实现bmp格式RGB图像编码解码,使用编码函数使得算法简单易懂,灵活使用哈夫曼编码表,减少传输数据-DCT compression processing program based on JPEG images can be achieved bmp format RGB image encoding and decoding, encoding function makes the algorithm easy to understand, flexi
-