-
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
-
style is a source of the forms. Tired of the Windows Form, may try this, includi...
又是一个风格化窗体的源码。厌倦了WINDOWS的窗体,可以试一试这个,包括了风格化的窗体和按扭!-style is a source of the forms. Tired of the Windows Form, may try this, including the style of the forms and buttons!
- 2022-04-30 20:41:20下载
- 积分:1
-
扁平按钮MFC类。
MFC class for flat buttons.
SoftechSoftware
Davide Calabro
davide_calabro@yahoo.com
http://members.tripod.com/~SoftechSoftware/index.html
- 2023-08-22 07:15:05下载
- 积分:1
-
VC编写的多功能计算器,包含完整的源代码,具有常用计算器功能,向量计算功能,高等数学计算功能(行列式,根与系数关系,方程组求解),趣味运算(24点求解)。...
VC编写的多功能计算器,包含完整的源代码,具有常用计算器功能,向量计算功能,高等数学计算功能(行列式,根与系数关系,方程组求解),趣味运算(24点求解)。-VC prepared multifunctional calculator, contains the complete source code, with a common calculator functions, vector computing, advanced mathematics calculation function (determinant, the relationship between the roots and coefficients, Equations), fun computing (24 points Solving).
- 2022-05-15 23:21:55下载
- 积分:1
-
windows media player ATL com控件例子
windows media player ATL com控件例子
- 2023-01-10 14:35:03下载
- 积分:1
-
Office, client management, communication, research, bbs, download, tools, e
个人办公、客户管理、通讯中心、学习园地、论坛交流、资源下载、个人工具、邮箱等功能-Office, client management, communication, research, bbs, download, tools, e-mail,etc.
- 2022-03-09 20:19:33下载
- 积分:1
-
人才管理系统,用于企业人才管理,asp的源码
人才管理系统,用于企业人才管理,asp的源码-talent management system for enterprise talent management, the source asp
- 2023-05-25 08:45:03下载
- 积分:1
-
人工智能遗传算法求解寻路问题
本代码是用遗传算法求解一个迷宫的寻路问题,算法精炼,寻路效率非常高。用Windows GDI设计了迷宫,然后用遗传算法进行图形化寻路。
- 2023-07-07 07:25:07下载
- 积分:1
-
演示Windows如何捕获错误信息和怎样处理错误信息!
演示Windows如何捕获错误信息和怎样处理错误信息!-demonstrated how Windows captured the wrong message and how to handle error messages!
- 2023-07-21 08:50:03下载
- 积分:1
-
Au1200 yamon release 02.29J
Au1200 yamon release 02.29J
- 2022-07-14 16:12:13下载
- 积分:1