-
Classes on C++
在这个程序中,可以从键盘输入文本并显示出来。从文件中读出信息并在文件中写下信息。
- 2022-05-13 07:35:02下载
- 积分: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
-
从 VB 打印照片
这 是 visual basic 程序, 致力于 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-18 11:57:44下载
- 积分:1
-
176 has the word classic written procedures, including the classic algorithms, g...
有176个经典的词语言编写的程序,包括经典的算法,图形图像处理程序等-176 has the word classic written procedures, including the classic algorithms, graphics, image processing procedures
- 2022-05-30 07:58:47下载
- 积分:1
-
MSK相干调制解调
首先实现了MSK信号的相干调制解调,再比较了在MSK系统中加入不同(慢扫和快扫)线性调频信号(LFM)作为干扰信号时系统的误比特性能,都有程序实现
- 2022-03-09 10:45:47下载
- 积分:1
-
比较权威的UNIX操作手册,你可以从中学的很多新的东西
比较权威的UNIX操作手册,你可以从中学的很多新的东西-authoritative UNIX operating manual, you can schools from the many new things!
- 2022-10-15 21:40:03下载
- 积分:1
-
这个源代码在Visual Basic 6为数据记录在Excel中的应用。
This the sorce code in Visual Basic 6 for the data logging in Excel application. -This is the sorce code in Visual Basic 6 for the data logging in Excel application.
- 2023-08-30 23:45:04下载
- 积分:1
-
UDP网络通信学习例子
基于C++的UDP通信程序, 在同一个电脑上分别允许客户端和服务端程序可以实现UDP广播通信
- 2022-08-03 03:50:06下载
- 积分:1
-
双人推箱子游戏源码
采用java swing编写,简单易学,适用于初学者。
- 2022-08-07 03:25:44下载
- 积分:1
-
计算器Java小程序,四则运算等。
计算器Java小程序,四则运算等。-calculator Java programs, such as four operations.
- 2023-03-25 23:50:03下载
- 积分:1