-
the procedures for multilateral splitting shape of the cutting, used by the cutt...
本程序实现多边开边形的裁剪,采用逐边裁剪的思想,值得新手一看。-the procedures for multilateral splitting shape of the cutting, used by the cutting edge thinking, it is worth a look at newcomers.
- 2022-02-25 13:14:17下载
- 积分:1
-
MFC播放器
应用背景为学习ffmpeg接口所用,用做http、rtsp客户端来测试使用。可以实时接收音频,视频,为学习ffmpeg所以。为学习ffmpeg接口所用,用做http、rtsp客户端来测试使用。可以实时接收音频,视频,为学习ffmpeg所以。为学习ffmpeg接口所用,用做http、rtsp客户端来测试使用。可以实时接收音频,视频,为学习ffmpeg所以。关键技术用的是FFMPEG, 用做HTTP客户端,SDL播放音频视频。 FFMPEG接收数据;用的是FFMPEG, 用做HTTP客户端,SDL播放音频视频。 FFMPEG接收数据;用的是FFMPEG, 用做HTTP客户端,SDL播放音频视频。 FFMPEG接收数据;用的是FFMPEG, 用做HTTP客户端,SDL播放音频视频。 FFMPEG接收数据;
- 2022-08-03 03:46:28下载
- 积分:1
-
SAMSUNG S3C2410 烧写软件,用来引导WINCE启动 U2410MON.BIN
SAMSUNG S3C2410 烧写软件,用来引导WINCE启动 U2410MON.BIN-burning software, used to guide pulled launched U2410MON.BIN
- 2022-11-01 17:10:04下载
- 积分:1
-
This little program generates from an inputfile mm.txt
with declarations Varia...
This little program generates from an inputfile mm.txt
with declarations VariableLists for more than
one usage it can easy be modified for other
purposes-This little program generates from an inputfile mm.txt
with declarations VariableLists for more than
one usage it can easy be modified for other
purposes
- 2023-03-28 00:55:03下载
- 积分:1
-
。运行本程序前应安装金仓短信王标准商务版DG
。运行本程序前应安装金仓短信王标准商务版DG-C1A驱动程序,安装完驱动还需要在程序中加载dllforvc.dll、dllforvc.lib、dllforvc.h文件-. Running this program should be installed before the payment warehouse standard business version of SMS Wang DG-C1A drivers, installing the drivers also need to load in the program dllforvc.dll, dllforvc.lib, dllforvc.h file
- 2022-04-02 06:18:27下载
- 积分:1
-
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过...
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过-Money can C++ Programming Tutorial second edition of the great cattle fork recommend a book you want to learn C++, a friend must not miss the
- 2022-05-07 00:41:18下载
- 积分:1
-
clark grid 化学计量学 主要说明散点图的性能,反映模型的优略性、...
clark grid 化学计量学 主要说明散点图的性能,反映模型的优略性、-clark grid Chemometrics scatter the performance of the main note, reflecting the slightly superior model, and
- 2022-12-20 16:15:03下载
- 积分:1
-
计算机小喇叭发声程序
计算机小喇叭发声程序-computer loudspeaker audible procedures
- 2023-03-10 04:00:03下载
- 积分:1
-
- 2022-07-17 21:45:03下载
- 积分: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