-
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
-
使用一个基于地形的LOD算法结果的树结构…
用一种基于树形结构的LOD算法来显示的地形,效果很好,学以游戏编程的人可以参考一下.-using a tree structure based on the LOD algorithm of the terrain and the results very good, learn to program the game to make profits.
- 2023-02-02 17:35:04下载
- 积分:1
-
这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,...
这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。-This is my realtimetable based on the revised procedures, suitable for reading serial data, and draw real-time curve, also used the numerical displayed FlexGrid control, serial settings are
- 2023-06-22 06:45:03下载
- 积分:1
-
实现图像上有水纹波动的效果.zip
实现图像上有水纹波动的效果.zip-achieve watermarked images on the effect of fluctuations. Zip
- 2023-01-20 05:35:03下载
- 积分:1
-
颜色变化作业题示例
颜色变化作业题示例-color change operations and that examples
- 2023-09-07 21:25:03下载
- 积分:1
-
watermark images shown in part aXu in digital image on the digital watermark tec...
图像水印部分显示阿须数码在数字图像上的数字水印技术。在不改变原有图像品质的情况下将数字水印信息隐藏于图像本身,并可在需要时能提取,用以作为版权声明和信息保护等。-watermark images shown in part aXu in digital image on the digital watermark technology. Without changing the original image quality of the digital watermark information hidden in their own images, when they need it can be extracted and used as a copyright notice and information protection.
- 2022-03-26 11:16:38下载
- 积分:1
-
MIT人工智能实验室的目标识别的源码,MATLAB版本的,非常适合计算机视觉方面的研究使用。...
MIT人工智能实验室的目标识别的源码,MATLAB版本的,非常适合计算机视觉方面的研究使用。-MIT artificial intelligence laboratory identification of the target source code, version of the MATLAB, very suitable for computer vision of study.
- 2022-01-26 04:38:13下载
- 积分:1
-
非常好的运动视频检测源代码,实用运动检测。
非常好的运动视频检测源代码,实用运动检测。-very good campaign video source code detection, practical motion detection.
- 2022-10-03 20:55:03下载
- 积分:1
-
利用线性神经网络进行自适应预测
利用函数adapt对线性网络进行自适应训练,在线修正网络的权值和阈值,这样对于时变信号,网络就可以及时跟踪其变化,即可对时变...
利用线性神经网络进行自适应预测
利用函数adapt对线性网络进行自适应训练,在线修正网络的权值和阈值,这样对于时变信号,网络就可以及时跟踪其变化,即可对时变信号序列进行预测。
-linear adaptive neural network prediction using linear function adapt to the network adaptive training , the online network that the weights and thresholds, so for the time-varying signal, the network can track changes in a timely manner. will be the time-varying signal sequence forecast.
- 2022-07-09 09:51:31下载
- 积分:1
-
c program for dijkstra algorithm
c program for dijkstra algorithm
- 2023-06-29 11:25:04下载
- 积分:1