-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
RGB mixer. ideal for picture works
RGB mixer. ideal for picture works
- 2022-02-25 03:33:36下载
- 积分:1
-
将问卷调查结果以图表(柱状图和饼状图)的方式直观的表示出来(调查结果为随机生成的)...
将问卷调查结果以图表(柱状图和饼状图)的方式直观的表示出来(调查结果为随机生成的)-outcome of the survey will be to chart (column and Caky) intuitive way to express (findings of the randomly generated)
- 2022-05-28 09:14:18下载
- 积分:1
-
aotucad的VBA例程集,里面很多实例,非常的实用。
aotucad的VBA例程集,里面很多实例,非常的实用。-aotucad set of VBA routines, which in many instances, very practical.
- 2022-04-13 11:49:19下载
- 积分:1
-
Cloth physics simulation, with collision detection and response, Conjugate Gradi...
布料物理模拟,有碰撞检测与响应,共轭梯度法求解-Cloth physics simulation, with collision detection and response, Conjugate Gradient Method
- 2022-07-15 11:32:28下载
- 积分:1
-
Note the use of matlab for image filtering, active code, it is useful to
利用matlab的图像滤波说明,有源代码,很管用的-Note the use of matlab for image filtering, active code, it is useful to
- 2022-05-31 07:50:53下载
- 积分:1
-
视频异常检测
须安装jmf
参考论文 Robust Real
视频异常检测
须安装jmf
参考论文 Robust Real-Time Unusual Event Detection-Video anomaly detection should be installed JMF reference papers Robust Real-Time Unusual Event Detection
- 2022-03-22 18:51:35下载
- 积分:1
-
贝塞尔函数的实现,VC编程
贝塞尔函数的实现,VC编程-the realization VC
- 2022-03-17 15:17:43下载
- 积分:1
-
Meshlab和VCGlib
Meshlab和VCGlib都是意大利国立研究院的作品,meshlab提供了大量的模型分析与处理的算法,而VCGlib建立了基础的数据结构及其遍历访问的算法,也提供了模型的基本处理算法。VCGlib是标准C++库写的,其提供了IO与封装OpenGL来显示。Meshlab的界面是用QT来写的,因此需要QT SDK的支持。
- 2022-03-21 15:45:59下载
- 积分:1
-
计算机图形学的直线裁剪程序
计算机图形学的直线裁剪程序-computer graphics line cutting procedures
- 2023-02-09 08:30:03下载
- 积分:1