搜索资源列表
CaptureVideo
- 提供图像采集的dll源代码,使用directshow9.0sdk
remot_video_monitoring
- 远程视频监控系统源代码,本程序可以在Windows平台下运行,可在VC6.0或.NET中调试。调试前需要安装Microsoft DirectX 9.0。-Remote Video Monitoring System, the program can run under Windows 98/2000/XP/2003 platform can VC6.0 or. NET in debug. Debugging before the need to install Microsoft DirectX
webcam
- 这是关于视频抓拍的C#源代码里面有d-This is about the video capture C# source code inside dll
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+