摘要: 服务端:// PipeServer.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include using namespace std;int _tmain(int argc, _TC... 阅读全文
posted @ 2015-08-01 12:33 QQ76211822 阅读(756) 评论(0) 推荐(0) 编辑
摘要: #include "cxcore.h"#include "cvcam.h"#include "windows.h"#include #include "highgui.h"int main( int argc ,char ** argv){ CvCapture * capture = cvCrea... 阅读全文
posted @ 2015-08-01 11:11 QQ76211822 阅读(521) 评论(0) 推荐(0) 编辑
摘要: #include #include "camerads.h"#include const char *g_szTitle = "Camera";int main(){ // 1、考虑到已经存在了显示图像的窗口,那就不必再次驱动摄像头了,即便往下驱动那也是摄像头已被占用。 if(IsWindowVis... 阅读全文
posted @ 2015-08-01 10:49 QQ76211822 阅读(1154) 评论(0) 推荐(0) 编辑
摘要: #pragma include_alias( "dxtrans.h", "qedit.h" )#define __IDxtCompositor_INTERFACE_DEFINED__#define __IDxtAlphaSetter_INTERFACE_DEFINED__#define __IDxt... 阅读全文
posted @ 2015-08-01 09:47 QQ76211822 阅读(307) 评论(0) 推荐(0) 编辑