-
基于粒子滤波器(Particle Filter)的目标跟踪
该工程是基于粒子滤波器的目标跟踪的实现代码,利用粒子滤波器预测目标状态,再根据颜色直方图进行最优匹配,通过计算Bhattacharyya系数校正权重值,更新状态值作为跟踪输出,最后更新目标直方图模型作为下一帧的输入。该工程是在VS2013编译环境下,OpenCV3.1版本支持下,编译的X64版本,使用者可将代码根据自己需求另建工程。使用说明:英文输入状态下,按键P暂停,在前景窗口或跟踪窗口手动选取跟踪目标,再按键P继续运行。代码附有详细备注。
- 2022-06-20 13:02:47下载
- 积分:1
-
SplashScreenEx_Src.zip实现了SplashScreen,让此更简单。
SplashScreenEx_Src.zip实现了SplashScreen,让此更简单。-SplashScreenEx_Src.zip realized SplashScree n, and enable more simple.
- 2022-04-28 20:37:03下载
- 积分:1
-
widestudio 编程程序员手册,内容详细,容易上手
widestudio 编程程序员手册,内容详细,容易上手-Programming widestudio programmers manual, detailed and easy to use
- 2023-01-17 23:10:03下载
- 积分:1
-
Data structure development kit that contains a variety of data structures, as we...
数据结构的开发包,包含各种数据结构,以及一些简单实例,用2005开发。-Data structure development kit that contains a variety of data structures, as well as some simple examples, with 2005 development.
- 2022-03-01 21:19:03下载
- 积分:1
-
YC2440
YC2440-Manual-WINCE5-95847362。嵌入式培训教程文档,对UTU2440硬件结构的详细分析,并有试验指导-YC2440-Manual-WINCE5-95847362. Embedded training course documentation, UTU2440 hardware structure of the detailed analysis of the test have the guidance of
- 2022-03-11 20:26:34下载
- 积分:1
-
delphi中一个设置系统热键的演示
delphi中一个设置系统热键的演示-set up a demonstration system hotkey EXPLOSIVE
- 2022-01-26 04:15:54下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
GetLastError输入错误数字,显示中文错误原因
应用背景该代码实现了windows编程下,错误代码的查询,当你使用GetLastError时收集到的数字,经数字输入到该exe中便可以显示出错误原因,中文版的,这样以便于对错误进行处理,使用十分方便。关键技术在使用MFC下,导入了netmsg动态库,是通过学习《windows内核编程》进行第一次开发,对内核编程有了初步的学习,想对内核编程进行进一步的学习,需要先对此代码比较熟练,继而进行下一步的学习。
- 2022-03-24 15:52:10下载
- 积分:1
-
C语言版快速傅立叶变换Fast Fouier Transform(fft)
C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
- 2022-08-22 01:02:06下载
- 积分:1
-
强度转换
你给出的图像,你是要做直方图均衡化。为此你需要转换,需要输入作为给定图像并输出均衡的直方图和因此给予新的形象。
- 2022-02-16 08:36:02下载
- 积分:1