-
The Real time Image Recognition
/* Face Detector Library
By Henry A. Rowley (har@cs.cmu.edu, http://www.cs.cmu.edu/~har)
Developed at Carnegie Mellon University for the face detection project.
Code may be used, but please provide appropriate acknowledgements, and let
har@cs.cmu.edu how you are using it. Thanks!
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-01 23:22:32下载
- 积分:1
-
dm368,达芬奇,Davinci,视频,流媒体
我们开发了一个网络视频摄像头的产品,采用了达芬奇的流媒体方案,本源码可以通过网络查看DM368芯片里面生成的视频。
- 2022-03-24 07:31:55下载
- 积分:1
-
枚举系统设备
enum the system device
- 2022-08-10 14:40:17下载
- 积分:1
-
返回一个视频的采集和处理,以及卧底震荡。收藏
一个视频捕捉回访和视频处理功能,对采集的视频桢可以进行字幕叠加,马赛克等处理.软件左边窗口是视频采集窗口,右边是视频处理回放窗口,你再加上网络广播功能,就成一个IPTV了.-return a video capture and video processing, and the collection of undercover video can be superimposed subtitles, mosaics and other treatment. The left window is software Video Capture window, the right side of the video playback window handle, you coupled with the network broadcasting functions, into one of IPTV.
- 2022-03-17 19:02:16下载
- 积分:1
-
DM643 udp网络视频传输
该代码将DM643采集到的视频通过UDP协议传输,可以在同一内网的计算机上,打开浏览器,输入开发板dm643的IP地址,就可以看到采集到的视频图像
- 2022-03-23 22:22:01下载
- 积分:1
-
a relatively good video capture process, I used it as a bottom Interface
一个比较好的视频捕捉程序,我用它作为底层接口-a relatively good video capture process, I used it as a bottom Interface
- 2022-05-31 13:32:10下载
- 积分:1
-
Inoo original encrypted code, and you will learn! Hah
Inoo原码处理代码,希望和大家一起学习!hah-Inoo original encrypted code, and you will learn! Hah
- 2022-08-22 23:21:34下载
- 积分:1
-
将屏幕不断保存为avi文件的程序,可以用于制作程序演示影片的工具...
将屏幕不断保存为avi文件的程序,可以用于制作程序演示影片的工具-Save the screen constantly for avi files can be used to create procedures for film presentation tool
- 2022-01-26 04:02:28下载
- 积分:1
-
视频捕捉系统,不错的一个程序,有代大家相互学习
视频捕捉系统,不错的一个程序,有代大家相互学习-Video capture system, a good procedure, on behalf of everyone has to learn from each other
- 2023-03-20 20:45:04下载
- 积分:1
-
用普通USB摄像头捕捉图像
#ifndef _DLL_H_
#define _DLL_H_
#define EXPORT __declspec (dllexport)
EXPORT long SetUp(long driver, long width, long height);
EXPORT long GetDigitizer(long DigitizerID, CHAR *str);
EXPORT void Grab(unsigned char *LVPict);
EXPORT void ShowDialog(long WhichDlg);
#endif
- 2023-01-07 22:30:03下载
- 积分:1