当前位置:
首页 资源下载
搜索资源 - huffman bmp huffman
搜索资源列表
-
1下载:
用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i.
-
-
0下载:
该程序实现了jpeg编码。开发平台:Window
XP, Visual C++ 6.0。
HuffmanExp 哈夫曼编码
JpgVSbmp Jpg和Bmp格式相互转换的API封装
RWJpegExp JpegVC++类
VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例
jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
-
-
0下载:
包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operator), the image of Huffman codi
-
-
0下载:
从JPEG转bmp格式,huffman采用存储译码,IDCT变换采用行列分别译码,采用loeffler译码,算法和数据结构都很优秀
-
-
0下载:
用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
-
-
0下载:
小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
-
-
0下载:
基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
-
-
1下载:
数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
-
-
0下载:
我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
-
-
0下载:
huffman编码
基于对BMP格式图像的编码!
具体你们自己看看!-Huffman code
-
-
0下载:
利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
-
-
0下载:
霍夫曼編解碼!大家參考看看~~霍夫曼編解碼BMP霍夫曼編解碼-Huffman coding! Your reference see ~ ~ Huffman coding Huffman coding BMP
-
-
0下载:
huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
-
-
0下载:
bmp图像压缩 用哈夫曼算法实现的哦 很好用-bmp image compression with Huffman algorithm achieved good use
-
-
0下载:
根据BMP图像的特点提出了基于Huffman编码的压缩方法分别采用RGB统一编码和RGB分别编码两种方式对图像进
行压缩和解压程序设计然后对多幅图像进行了压缩和解压实验最后对实验结果进行了相关的分析-Joint Optimization of Run-Length Coding, Huffman
Coding, and Quantization Table With Complete
Baseline JPEG Decoder Compatibility
-
-
0下载:
对一BMP图像进行huffman的编码及解码。-BMP images on a huffman encoding and decoding.
-
-
0下载:
C++,图像处理源码,加载256位bmp图片,使用霍夫曼编码进行图像压缩,代码可用。- C++, image processing source code, load 256 bmp images, image compression using Huffman coding, the code is available.
-
-
0下载:
图片压缩算法 使用哈弗曼树来实现将bmp图像压缩-huffman
-
-
0下载:
用C语言实现对BMP图像信息的读取,以及哈夫曼编码和解码-BMP huffman
-
-
3下载:
实现BMP图像进行压缩,采用哈夫曼编码的方式对BMP图像的数据部分进行压缩。-Achieve BMP image compression using Huffman coding method for the data portion of BMP image compression.
-