-
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。...
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。-err
- 2022-02-22 12:56:21下载
- 积分: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
-
在对话内可scroll的子对话框.
在对话内可scroll的子对话框.-the dialogue within the scroll-box.
- 2023-07-31 19:05:02下载
- 积分:1
-
VBA code VBProject常用代码操作_很多很奇怪的东西可以用
- 2023-02-01 19:15:03下载
- 积分:1
-
精通DirectX图形编程的源代码,包含28,29两个章节
精通DirectX图形编程的源代码,包含28,29两个章节-Proficient in DirectX graphics programming source code, contains two chapters 28,29
- 2022-01-25 22:39:50下载
- 积分:1
-
Macintosh
Macintosh-like Progress Control
- 2022-01-22 02:17:00下载
- 积分:1
-
delete windows temporary files in the directory
删除windows临时目录下的文件-delete windows temporary files in the directory
- 2023-06-20 06:15:03下载
- 积分:1
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
一个通用的十进制,二进制,十六进制转换器V2.0
A Universal Decimal,Binary,Hex Converter v2.0
- 2022-01-21 23:18:29下载
- 积分:1
-
链表实现约瑟夫环,输入一个环和起始位置,打印出结果。
链表实现约瑟夫环,输入一个环和起始位置,打印出结果。-List the achievement of Joseph Central, Central, and start to enter a location, print out the results.
- 2023-08-20 14:35:02下载
- 积分:1