-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-01-24 12:53:28下载
- 积分:1
-
Can be obtained from the camera video and image data, and saved to the computer.
可以从摄像头获得视频和图像资料并且保存到电脑中。-Can be obtained from the camera video and image data, and saved to the computer.
- 2022-01-25 14:31:08下载
- 积分:1
-
FTP 上传现在文件,读取XML文件下载
FTP 上传现在文件,读取XML文件下载-FTP XML
- 2022-11-01 02:55:03下载
- 积分:1
-
示例项目 mmcontrol
只是一个示例程序,播放多个波形文件使用 mmctrl。该函数允许您一起玩多个波形文件或一个接另一个
- 2022-02-25 02:14:09下载
- 积分:1
-
养殖水质处理系统
工厂化水产养殖过程中对水质的监控和处理,以确保高密度养殖环境中的水质安全。
- 2022-06-19 13:06:58下载
- 积分:1
-
用VC编写的实现图象透明的小程序,适合学习VC图象编程的人作参考
用VC编写的实现图象透明的小程序,适合学习VC图象编程的人作参考-VC Image prepared by the small transparent procedures for learning programming VC images of the people with reference
- 2022-12-02 08:30:03下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1
-
Allegro的A3992发布两词
ALLEGRO 的A3992两个下发字计算-ALLEGRO the A3992 issued two word
- 2022-02-12 22:01:56下载
- 积分:1
-
关于QoS控制的一个经典教案,学习流媒体控制本质原理的可以...
关于QoS控制的一个经典教案,学习流媒体控制本质原理的可以- a classical teaching plan about Quality of Service
- 2022-01-26 07:34:00下载
- 积分:1
-
这个应该是C或者C++编的程序,有关排序的,游行去可以下!...
这个应该是C或者C++编的程序,有关排序的,游行去可以下!-C or C++ compile procedures, the sequencing of the procession can go under!
- 2022-06-26 02:08:07下载
- 积分:1