-
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
-
摄像头的源代码
WebCam source code -WebCam source code ....
- 2022-07-01 20:02:48下载
- 积分:1
-
vb.net的家庭财务的发展准备。rar课程设计的发展。
vb.net编写的 家庭财务程序开发.rar
可以做课程设计用哦-vb.net prepared by the family financial development. Rar curriculum design can be done with oh
- 2022-02-03 12:21:43下载
- 积分:1
-
用才c语言实现了dinic算法,算法效率高
用才c语言实现了dinic算法,算法效率高-Using only c language to implement dinic algorithm is efficient
- 2022-01-28 07:31:33下载
- 积分:1
-
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书...
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书-Chinese culture has a long history, the rise of great powers, the rise of great powers, vivid, Ancient cultures do in this book
- 2022-02-25 17:45:34下载
- 积分:1
-
1. Parents : landing check their children's achievements, and teacher review...
1.家长:登陆查看自己孩子的成绩,及老师的评语. 也可以看所有其他学生的成绩(但是学生姓名不显示),家长给老师留言.
2.学生:登陆查看自己的成绩。查看所有班级学生成绩.
3.老师:登陆输入学生的成绩,评语,给家长回复及留言。 (只能输入自己所教课的学生成绩)。可以看所有其他学生的成绩,查看所有学生的全年级排名-1. Parents : landing check their children"s achievements, and teacher reviews. we can see all the results of the students (but not the names of students displayed), parents message to the teachers. 2. students : View landing their achievements. View all classes student achievement. 3. Teacher : landing the importation of the academic performance of students, reviews, back to the parents, and messages. (Import only teach their students results). All others can see the results of the students to see all the students of the whole school year rankings
- 2022-12-11 19:45:03下载
- 积分:1
-
access报表显示类应用
access报表显示类应用-access statements applications
- 2023-05-28 22:00:04下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-07-23 17:34:17下载
- 积分:1
-
提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞se...
提供CSocketModel类完整代码:"CSocketModel.zip" 该类是SOCKET通讯综合模型,该类完成后将包装各种SOCKET通讯模式(阻塞select,异步窗口,异步事件,重叠I/O,完成I/O)等.它可以被各种通讯程序方便采用.尤其是基于SERVER/CLIENT的SERVER程序会提高大幅度性能.如果使用人要完成特定的通讯功能可以从该类继承,增加对线程池的支持功能。-provide complete CSocketModel category code : "CSocketModel.zip" SOCKET is such integrated communications model, such completion, will repackage the mode of communication SOCKET (blocking select, asynchronous window, asynchronous events, overlapping I/O, complete I/O). It can be the species used to facilitate the communication process. based particularly SERVER/CLIENT SERVER the procedures significantly improve performance. If people use to accomplish specific communication from such succession, increasing the pool of threads support.
- 2022-03-23 21:56:34下载
- 积分:1
-
编写input()和output()函数输入,输出5个学生的数据记录。
编写input()和output()函数输入,输出5个学生的数据记录。-The preparation of input () and output () function of input and output data of the five student records.
- 2022-07-23 04:13:27下载
- 积分:1