-
scavn
#include
#include
#include
#include
#include "stdafx.h"
#include
using namespace std;
using namespace cv;
int main(int argc, char** argv)
{
//声明IplImage指针
IplImage* pFrame = NULL;
IplImage* pFrImg = NULL;
IplImage* pBkImg = NULL;
CvMat* pFrameMat = NULL;
CvMat* pFrMat = NULL;
CvMat* pBkMat = NULL;
CvCapture* pCapture = NULL;
int nFrmNum = 0;
//创建窗口
cvNamedWindow("原视频", 1);
cvNamedWindow("静态背景", 1);
cvNamedWindow("动态目标", 1);
//使窗口有序排列
cvMoveWindow("原视频", 30, 0);
cvMoveWindow("静态背景", 360, 0);
cvMoveWindow("动态目标", 690, 0);
const char* imagename = "2.jpg";
- 2022-06-26 19:57:34下载
- 积分:1
-
VisualElementViewer
可视化组件查看器,通过此程序可查看Windows的视觉组件,另外还带一个树型的列表控件。(Visual Component Viewer .This program can view the Windows visual components, also with a treelistview control.)
- 2013-10-05 20:01:44下载
- 积分:1
-
C51
电子科大单片机综合实验,功能包括 温度检测 转速测速 温度设定 温差驱动电机速度 按键使用 I2C通信 ,数码管显示 速度 设定温度 实际温度。是个综合学习51单片机的好例子。 (UESTC integrated single-chip experiments, including temperature detection speed tachometer temperature settings temperature difference driving the motor speed keys using I2C communication, digital display speed set temperature actual temperature. Is a good example of a comprehensive study of 51 single-chip.)
- 2012-10-04 10:26:20下载
- 积分:1
-
图书管理系统,分为三个模块来做的.客户端(面向读者),操作员端(实际与读者交互人员),系统管理员端(对读者和书目的管理者.)
功能:读者端:查询/修改个人信...
图书管理系统,分为三个模块来做的.客户端(面向读者),操作员端(实际与读者交互人员),系统管理员端(对读者和书目的管理者.)
功能:读者端:查询/修改个人信息,查询书目,续借书.
操作员端:对读者借书/还书的操作
系统管理员端:对读者和书目的管理,增加/修改/删除读者信息,增加/修改/删除书目信息.-Library management system, is divided into three modules to make the. Client (for readers), the operator client (the actual interaction with the audience members), the system administrator side (of readers and bibliography manager.) Function: reader-side : query/modify personal information, inquiries, bibliography, renew books. Operator side: the reader library/book operating system administrator client: the readers and bibliographic management, increase/modify/delete the reader information, and increase/Modify/delete bibliographic information.
- 2022-02-14 23:08:41下载
- 积分:1
-
31Main
s57 电子海图文档 符号字库标准 物标标准(s57 electronic charts Symbol font files of standard criteria)
- 2020-12-04 09:19:25下载
- 积分:1
-
STM32_FFT
基于STM32,对波形进行AD采集,得到的值进行FFT变换。(Based STM32, AD the waveform acquisition, the value obtained by FFT transformation.)
- 2020-10-10 18:27:33下载
- 积分:1
-
PeerYou远程控制软件源代码
完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参(complete registry handling, document handling. Server using multithreading services will best address SOCKET request. Data reception, sending function can be said at this stage the best, using asynchronous overlapping operations. Machines can get charged with the hardware information, document information, registry and control for the screen. SOCKET code of overlapping I/O is also the realization worth Participation)
- 2005-05-07 13:56:36下载
- 积分:1
-
leach_ali-(1)
LEACH (Low-Energy Adaptive Clustering Hierarchy)
- 2013-10-30 15:06:25下载
- 积分:1
-
Ray
说明: Orleans是一个框架,它提供了一种直接构建分布式高规模计算应用程序的方法,而无需学习和应用复杂的并发或其他扩展模式。
Ray在Orleans框架进行封装,在一致性方面得到了很好的处理(A straightforward approach to building distributed, high-scale applications in .NET.
Orleans is a framework that provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.)
- 2020-06-21 08:40:01下载
- 积分:1
-
ReadDepth
OpenGL读取深度值的一个例子,挺准确的(OpenGL depth value read an example, very accurate)
- 2013-11-10 13:48:18下载
- 积分:1