-
C++函数库查询辞典最新版,对C++的相关函数进行说明
C++函数库查询辞典最新版,对C++的相关函数进行说明-C++ library check dictionaries latest version of the C++ a description of the correlation function
- 2022-03-16 17:46:08下载
- 积分: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
-
“混凝土工厂优化”(“Pimpl惯用法的变化)
Optimization of "Concrete Factories" (variations of the Pimpl idiom)
- 2022-03-12 13:25:28下载
- 积分:1
-
wchar_t和char互相转换的例子,例子中应用了MultiByteToWideChar和WideCharToMultiByte两个函数...
wchar_t和char互相转换的例子,例子中应用了MultiByteToWideChar和WideCharToMultiByte两个函数-wchar_t and char conversion examples of each other, for example, the application of the two functions MultiByteToWideChar and WideCharToMultiByte
- 2022-10-27 15:15:03下载
- 积分:1
-
本软件用VS 2005 + QT4.4.3 + QextSerialPort写成,界面模仿串口调试助手...
本软件用VS 2005 + QT4.4.3 + QextSerialPort写成,界面模仿串口调试助手-本软件用VS 2005+ QT4.4.3+ QextSerialPort写成,界面模仿串口调试助手
- 2022-02-06 12:43:02下载
- 积分:1
-
toeplitz方程,预测反褶积必备,主要是方程的解法
toeplitz方程,预测反褶积必备,主要是方程的解法-toeplitz equations, predictive deconvolution essential, mainly equations
- 2022-01-26 04:46:32下载
- 积分:1
-
因为windows不是实时的,所以它的时间时间都会差个十几到三十毫秒。
这个文件能在windows上面实现一毫秒的时间长度。...
因为windows不是实时的,所以它的时间时间都会差个十几到三十毫秒。
这个文件能在windows上面实现一毫秒的时间长度。-Because the windows are not real-time, so it will be the time difference of more than a dozen times to 30 milliseconds. This document can achieve in the windows above the length of a millisecond.
- 2022-02-18 15:59:54下载
- 积分:1
-
在qt编程环境下识别带汉字路径方法的源码.
在qt编程环境下识别带汉字路径方法的源码.-Qt programming in the environment to identify with characters of the source path method.
- 2022-07-03 14:39:29下载
- 积分:1
-
很好的一篇文章钩zwcreateprocessex在Windows 2003。
在Windows 2003中HOOK ZwCreateProcessEx 很不错的一篇文章啊!-A very good article of HOOK ZwCreateProcessEx in Windows 2003.
- 2022-01-28 08:17:30下载
- 积分:1
-
直接文件保存的配置信息, 可以替代INI文件,也可以替代注册表 保存你的应用程序的配置信息 附带编辑器...
直接文件保存的配置信息, 可以替代INI文件,也可以替代注册表 保存你的应用程序的配置信息 附带编辑器 -directly saving the file configuration information can replace INI file, but also can replace the registry to keep your application"s configuration information fringe Editor
- 2023-04-29 20:10:03下载
- 积分:1