搜索资源列表
-
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
-
-
0下载:
对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
-
-
0下载:
我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
-
-
0下载:
基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
-
-
0下载:
HuffmanExp 哈夫曼编码
JpgVSbmp Jpg和Bmp格式相互转换的API封装
RWJpegExp JpegVC++类
VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例
jpeg jpeg中的前向DCT变换
JPEG2000压缩编码技术 源代码
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码
\avi2mpg1_src 中包含了mpeg1编码
-
-
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下载:
文本压缩 位图压缩 哈弗曼实现 MFC界面-Text compression; bmp compression huffman; MFC interface
-
-
0下载:
bmp图像压缩 用哈夫曼算法实现的哦 很好用-bmp image compression with Huffman algorithm achieved good use
-
-
0下载:
JPEG压缩编码,将输入的BMP图像进行DCT变换、霍夫曼编码后输出码流。-JPEG compression coding, the input BMP image DCT, Huffman encoded output stream.
-
-
0下载:
C++,图像处理源码,加载256位bmp图片,使用霍夫曼编码进行图像压缩,代码可用。- C++, image processing source code, load 256 bmp images, image compression using Huffman coding, the code is available.
-
-
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
-
-
3下载:
实现BMP图像进行压缩,采用哈夫曼编码的方式对BMP图像的数据部分进行压缩。-Achieve BMP image compression using Huffman coding method for the data portion of BMP image compression.
-