-
kalman目标跟踪opencv3实现
采用opencv3.1实现kalman目标跟踪,可以直接运行,可以帮助理解kalman的跟踪方法,同时代码采用最新版的opencv3.1写的
- 2022-02-12 02:45:01下载
- 积分:1
-
e卡通 开发源代码 很详细,真是的项目理智
e卡通 开发源代码 很详细,真是的项目理智-e card
- 2023-05-09 03:35:03下载
- 积分:1
-
a simple demo of table.
一个简易的表格,实现一个屏幕如何划分成表格的状态.-a simple demo of table.
- 2022-07-19 20:06:27下载
- 积分:1
-
OPENCV人脸识别
通过OPENCV提供的检测方法,搭建了通过本机摄像头提取图像,并且通过OPENCV提供的XML训练样本做的人脸检测
- 2022-01-21 21:37:00下载
- 积分:1
-
留言板你可以通过我们这个留言板来实现留言和显示留言。可以方便在BBS中用的偶...
留言板你可以通过我们这个留言板来实现留言和显示留言。可以方便在BBS中用的偶-it is a getbook a property .it answer
- 2022-09-06 19:35:02下载
- 积分:1
-
请假管理系统
一个简单的休假管理制度管理员可以创建一份员工名单,给不同年份不同假津贴,配置审批结构。如果一个人登录,并请求离开,所有人都配置为具有审批授权的人会都得到电子邮件通知。类似邮件通知将发送给请求者经批准 / 拒绝
- 2023-01-02 06:45:17下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
This is the third part of the game is the use of a transparent manner the backgr...
这是游戏的第三部分,是利用透明背景的方式去掉人物外面的白框-This is the third part of the game is the use of a transparent manner the background to remove the white figure outside the box
- 2023-04-25 03:50:02下载
- 积分:1
-
you computer can bu shut down after a certain mintents.
能实现定时关机,有两种选择方式,1时钟延迟2分钟延迟-you computer can bu shut down after a certain mintents.
- 2022-03-12 14:12:02下载
- 积分:1
-
基于STM8S开发的主机软件I2C
作为主机,基于stm8s开发,24C02作为从机,经测试稳定可靠
- 2022-03-04 06:28:30下载
- 积分:1