-
基于粒子滤波器(Particle Filter)的目标跟踪
该工程是基于粒子滤波器的目标跟踪的实现代码,利用粒子滤波器预测目标状态,再根据颜色直方图进行最优匹配,通过计算Bhattacharyya系数校正权重值,更新状态值作为跟踪输出,最后更新目标直方图模型作为下一帧的输入。该工程是在VS2013编译环境下,OpenCV3.1版本支持下,编译的X64版本,使用者可将代码根据自己需求另建工程。使用说明:英文输入状态下,按键P暂停,在前景窗口或跟踪窗口手动选取跟踪目标,再按键P继续运行。代码附有详细备注。
- 2022-06-20 13:02:47下载
- 积分:1
-
这个驱动对于想编写windows下,支持deshow的驱动具有很大的参考价值。
这个驱动对于想编写windows下,支持deshow的驱动具有很大的参考价值。-Would like to prepare for the drive under windows, the driver support deshow of great reference value.
- 2022-12-14 16:50:04下载
- 积分:1
-
Realize the program automatically monitor directory changes, including whether t...
该程序实现了目录变化自动监视,包括是否添加 删除 重命名 修改了文件属性等.-Realize the program automatically monitor directory changes, including whether to add delete rename the file attributes, such as modified.
- 2022-04-10 23:05:28下载
- 积分:1
-
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能....
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能.-Within a Windows calculator as a template to imitate its simple calculator function, apart from the memory function M.
- 2023-05-07 00:30:02下载
- 积分:1
-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-03-06 21:53:48下载
- 积分:1
-
Contents ftp client is a relatively simple ftp procedures, but the procedures fo...
目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现-Contents ftp client is a relatively simple ftp procedures, but the procedures for its interface, to enable readers to view all sorts of complex ftp procedures, the procedures for the various program modules will have been achieved
- 2022-01-20 22:46:45下载
- 积分:1
-
CALL on the school and on school DELPHI function CALL and address information DE...
关于学校的调用和关于学校的DELPHI函数调用和地址信息DELPHI
- 2022-07-18 05:19:19下载
- 积分:1
-
该源代码为一个简单的科学类型的计算器,是用VC编写的
该源代码为一个简单的科学类型的计算器,是用VC编写的-this code is a simple scientific caculator implemented in vc
- 2023-08-14 05:30:02下载
- 积分:1
-
数据包将包括在Borland C++和Visual程序源代码…
the packet will include source code for both programs in Borland C + + and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C + + programs are simple load-the packet will include source code for both programs in Borland C++ and Visual Basic, are some that I ve programado.los Visual programs are focused more on the electronica, in terms of C++ programs are simple load
- 2022-03-20 21:32:01下载
- 积分:1
-
蓝牙连接示例
//此代码,内容按“原样”无担保//任何形式明示或暗示的担保,包括但不限于//适销性和/或暗示对的隐含担保//特定用途。////版权所有(C)Microsoft Corporation版权所有。版权所有//// BTHCxnDemo.cpp - 使用Winsock的2.2和RFCOMM协议简单的蓝牙应用//////这个例子演示了如何使用Winsock的2.2 API连接//它们之间的两个远程蓝牙设备和数据传输之间。//这个例子只支持类型AF_BTH的地址族,// SOCK_STREAM类型,类型BTHPROTO_RFCOMM协议的插座。////一旦这个源代码被编译,生成的应用程序可以//无论是在服务器模式或客户端模式下运行。请参阅命令行帮助//对命令行的例子和所有选项的详细说明。//#包括#包括#包括#包括#包括#包括//{B62C4E8D-62CC-404B-BBBF-BF3E3BBB1374}DEFINE_GUID(g_guidServiceClass,0xb62c4e8d,0x62cc,0x404b,为0xBB,为0xBF,为0xBF,0x3E的,0x3b,为0xBB,0x13,0x74);#定义CXN_TEST_DATA_STRING(L“〜!@#$%^&*()-_=+?1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ”)#定义CXN_TRANSFER_DATA_LENGTH(sizeof运算(CXN_TEST_DATA_STRING))#定义CXN_BDADDR_STR_LEN17//6两位十六进制值,再加上5冒号#定义CXN_MAX_INQUIRY_RETRY3
- 2022-11-07 14:05:03下载
- 积分:1