-
jpeg encode
论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
- 2022-03-16 06:35:42下载
- 积分:1
-
数字图像处理(朱志刚)
数字图像处理(朱志刚)-Digital Image Processing (Zhu Zhigang)
- 2022-08-15 06:21:32下载
- 积分:1
-
手写数字识别源代码!如今许多软件都提供了文字识别功能高。例如在一些手机的应用软件中,用户都能够通过手写文字实现短信发送等功能!...
手写数字识别源代码!如今许多软件都提供了文字识别功能高。例如在一些手机的应用软件中,用户都能够通过手写文字实现短信发送等功能!-Handwritten numeral recognition source code! Today, many software provides a high character recognition function. For example, in some applications, mobile phones, users will be able to achieve through hand-written text messages to send and other functions!
- 2022-07-28 13:50:53下载
- 积分:1
-
用matlab实现的jpeg2000压缩代码。
用matlab实现的jpeg2000 压缩 代码。-With jpeg2000 compression matlab code of the implementation.
- 2023-08-29 08:50:03下载
- 积分:1
-
Paintlib是移植可用于图像的加载、存储和处理。
paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling of the C library. From BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF, and WMF files to load images and the retention of BMP, JPEG, PNG and TIFF formats. Both filters through the implementation of category filters, are also available via direct access to Bitmap image processing. For a complete C source code.
- 2022-01-22 01:30:11下载
- 积分:1
-
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。-Vc achieved in the special text effects, very beautiful! For the next as soon as possible.
- 2022-05-24 16:42:15下载
- 积分:1
-
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助...
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助-images on the feature extraction algorithm source code, engaged in image processing and recognition would certainly help
- 2023-04-06 21:40:03下载
- 积分:1
-
实现映射的映射
VC实现的绘制B样条曲线曲面的小软件,可绘制均匀,准均匀B样条和贝塞尔曲线曲面,鼠标点取控制点可调节曲线曲面的形状-VC realize the mapping B-spline curves and surfaces of the small software rendering uniform, quasi-uniform B-spline and Bezier curves and surfaces, mouse point adjustable from the control point of the shape of curves and surfaces
- 2022-03-05 13:18:38下载
- 积分:1
-
6A JPEG version of the source code
JPEG的6A版本的源代码-6A JPEG version of the source code
- 2023-04-18 16:50:03下载
- 积分:1
-
一些3D图形的绘制例子.
一些3D图形的绘制例子.-some 3D graphics rendering example.
- 2023-06-01 13:30:03下载
- 积分:1