搜索资源列表
-
1下载:
用MFC编写,实现的功能有:
i. 打开256色的BMP格式的图像文件:
ii. 图像的傅立叶变换:
iii.
直方图均衡化:
iv. 图像的中值滤波
v. 图像的边缘检测
vi. 几何变换
vii. 哈夫
曼编码查看:
viii. 直方图查看
ix. 用哈夫曼压缩方法对图像进行压缩并生成压缩文件
另外还有课设论文及重要模块流程图。有一定
的参考价值
-prepared using MFC, the functions are : i.
-
-
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
-
-
0下载:
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder supports the general category jpeg file format, which is most used in jpeg file format
-
-
0下载:
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of eight, using Huffman coding o
-
-
0下载:
实现huffman编码,文件为m文件,可以直接使用。-Achieve huffman coding, file m files, can be used directly.
-
-
0下载:
提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-Huffman coding provides the compression and decompression functions, and implemented on the image file compression and decompression
-
-
0下载:
对一幅标准24位bmp图片进行Huffman编码,编码输出为一个文件-On a standard 24-bit bmp image to Huffman coding, encoding the output to a file
-
-
0下载:
此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
-
-
0下载:
1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。
2.编程实现图像傅立叶高通、低通滤波。
3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑
4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
-
-
0下载:
此文件包含霍夫曼编码及其霍夫曼解码,此代码本人自己编写,可用-This file contains Huffman coding and decoding this code to write your own, can be used
-
-
1下载:
JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
-
-
0下载:
霍夫曼编码实现文件 构建霍夫曼树 编码与解码 需要511个节点才能构成霍夫曼树-Huffman Coding file to build the Huffman tree encoding and decoding require 511 nodes in order to constitute a Huffman tree
-
-
1下载:
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder class support common JPEG file format, which is currently the most JPEG files in the f
-