-
meanshift tracking method, a mouse click to select the tracking region
meanshift跟踪方法,鼠标点击来选定跟踪区域-meanshift tracking method, a mouse click to select the tracking region
- 2023-03-19 03:00:04下载
- 积分:1
-
这是一个微的准备
这是为一个微型gui编写的图形处理库,对于32位位图处理,采用了MMX汇编优化 这是前一次上传的ugui的优化版本,对于linux-gcc嵌入MMX汇编指令的使用 -This is a preparation of micro-gui graphics library for 32-bit bitmap handle using the MMX optimized compilation This is the first to upload ugui Optimization version of linux-gcc for the compilation of embedded MMX instructions use
- 2023-01-04 10:45:02下载
- 积分:1
-
Computer graphics technology supporting the use of CD
计算机图形学使用技术的配套光盘内容清华大学出版社写的很好-Computer graphics technology supporting the use of CD-ROM, Tsinghua University Press to write the contents of the good
- 2022-10-27 01:15:03下载
- 积分:1
-
中点画圆算法源码
中点画圆算法源码-midpoint algorithm source Circle
- 2022-03-07 22:12:05下载
- 积分:1
-
直方图源代码 在vc上直接运行即可 可以作为编程参考
直方图源代码 在vc上直接运行即可 可以作为编程参考-histogram source code directly in vc operation can be programmed as a reference
- 2022-05-10 12:31:22下载
- 积分:1
-
用svd方法去噪声,很有借鉴意义,在实际应用中效果也不错.
用svd方法去噪声,很有借鉴意义,在实际应用中效果也不错.-Ways to use svd noise, could learn the significance of results in practical applications is not bad.
- 2022-02-14 19:15:46下载
- 积分:1
-
网站模板一个网站模板网站模板 一个网站模板
网站模板一个网站模板网站模板 一个网站模板-a website template website template a website template a website template
- 2022-01-26 00:43:26下载
- 积分:1
-
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。...
实现图像亮度调节,VC6下运行正常,实时查看运行结果,直观。-Achieve the image brightness adjustment, VC6 to run properly, real-time view the results, and intuitive.
- 2023-03-23 11:15:04下载
- 积分:1
-
SIFT算法
本代码实现了SIFT算法,首先获得差分图像尺度空间,寻找局部极值点,找到关键点,然后,对关键点生成特征描述符。实验效果很好。
- 2023-08-09 01:20:04下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(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