-
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~...
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~-This is a calculator, which has the function has four computing, there are other features! ~
- 2022-07-07 16:51:19下载
- 积分: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
-
Five
五笔字型字典程序,可查不会写的五笔字-Five-Stroke dictionary procedures, the investigation will not write five words
- 2022-03-21 23:01:31下载
- 积分:1
-
Shanghai have many members of the software used on the IC, magnetic stripe, MF c...
上海很多地方都已经使用的会员软件,关于IC、磁条、MF卡等多种会员卡进行操作!部分注释,希望大家可以共同学习-Shanghai have many members of the software used on the IC, magnetic stripe, MF card and other membership cards operate! Notes some hope that we can learn together
- 2023-04-13 23:35:04下载
- 积分:1
-
基于WINDOWS 串口无线通信软件,批量管理LED计时器
基于WINDOWS平台开发的串口无线通信软件,用于批量管理带有无线发送模块的LED大屏幕计时器系统。系统实现了自动数据采集、时间同步、数据记录、EXCEL表格生成、自动清零等功能,无人值守。
- 2022-07-09 12:16:27下载
- 积分:1
-
windows LCD RGB test tool
应用背景关于LCD RGB的测试软件,在windows 8或以上 tablet test中能够直接使用关键技术循环播放颜色,可以人工判断测试Pass还是Fail
- 2023-02-06 03:25:03下载
- 积分:1
-
Java Perk 5.01 For Win9x/NT辅助产生 Java 特殊效果, 如动画、幻灯片、广告变化、打字效果、数字钟、下拉屏幕等....
Java Perk 5.01 For Win9x/NT辅助产生 Java 特殊效果, 如动画、幻灯片、广告变化、打字效果、数字钟、下拉屏幕等.-NOTE:
Java Perk 5.01 For Win9x/NT assistant produces Java especial effect,for example,cartoon,slide,advertisement change,typing effect,numeric bell,below-haul screen,and so on.
- 2023-06-27 05:50:05下载
- 积分:1
-
《程序自修改实现》
《程序自修改实现》-对于相关编程技术有用-《Self-modifying programs to achieve》- for relevant programming techniques useful for
- 2023-02-04 16:25:03下载
- 积分:1
-
日期查询在SQL中
日期查询在SQL中-date for the SQL
- 2023-04-04 03:05:04下载
- 积分:1
-
遗传算法中多点交叉算法来优化最小值函数所对应的解--适应度评价过程...
遗传算法中多点交叉算法来优化最小值函数所对应的解--适应度评价过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the fitness evaluation process
- 2022-07-14 01:57:07下载
- 积分:1