-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用...
基于MeChat,增加了后台管理和聊天室管理功能,增强了处理web页面的性能美化了介面 实现专用高性能web聊天室的功能,安装、维护极其简单。AbcChat采用C++编制,速度奇快,支持5000人同时在线! AbcChat灵活的模板结构,提供您一个充分展示自己个性的平台支持-Based on MeChat, an increase of the background to the management and chat room management capabilities and enhanced performance to deal with web pages dedicated to beautify the interface to achieve high-performance web chat room features, installation, maintenance is extremely simple. AbcChat using C++ Establishment, the speed of a swift pace in support of 5,000 people online at the same time! AbcChat flexible template structure, and provide you with a fully personalized platform to display their support
- 2022-05-13 04:23:19下载
- 积分:1
-
wins mp3波形显示
项目的目的是播放mp3并且实时显示mp3波形,与频谱相对应,项目中的sln文件可以用visual studio2010软件直接打开,并且可以直接编译运行。对大家了解win32的编程和MP3的播放都有很大的帮助
- 2022-04-18 11:34:40下载
- 积分:1
-
比较两个设计的更改:完成layout设计后,比较网表文件、comp文件,以获得网表的修改信息、器件增删信息、pin的连接更改信息。...
比较两个设计的更改:完成layout设计后,比较网表文件、comp文件,以获得网表的修改信息、器件增删信息、pin的连接更改信息。-compare design changes:after you compelete your layout, use this tool to compare your netlis file and comp file to get those inforamtions about nets change, components changes and pin connection changes.
- 2023-04-16 17:35:03下载
- 积分:1
-
WINCE驱动开发参考书籍
WINCE驱动开发参考书籍 -WINCE-driven development reference books
- 2022-12-31 18:25:03下载
- 积分:1
-
Apriori implementation in java
用Apriori算法寻找大项目集
- 2022-02-03 18:42:24下载
- 积分:1
-
E属性
- 2023-06-28 13:30:04下载
- 积分:1
-
wave文件C++类
实现了一个WAVE文件类,并附Demo程序。
- 2022-01-22 06:08:57下载
- 积分:1
-
计算机编程和维护所有的源代码包含D。
电脑编程技巧与维护全部Delphi源代码,包含几十个使用的源代码。-computer programming skills and maintenance of all Delphi source code contains dozens of source code.
- 2022-10-14 23:40:03下载
- 积分:1
-
AppWizard has created this chess application for you. This application
not onl...
--- --- --- --- --- --- --- --- ---
StdAfx.h
StdAfx.cpp
这对文件由用于将一些预编译信息纳入程序。
chessDlg.h
chessDlg.cpp
这一对文件定义并实现了,象棋的主界面。
resource.h
chess.rc
这是整个工程中使用的Windows资源列表。包括置于res子目录下的图标,
位图以及光标等内容。
define.h
这是一个包含程序中的数据表示的定义的头文件。
NewGame.h
NewGame.cpp
这一对文件定义并实现用于新游戏的设置的对话框。
Eveluation.h
Eveluation.cpp
这一对文件定义并实现了估值核心类。
MoveGenerator.h
MoveGenerator.cpp
这一对文件定义并实现了走法产生器。
SearchEngine.h
SearchEngine.cpp
这一对文件定义了搜索引擎接口。
NegamaxEngine.h
NegamaxEngine.cpp
这一对文件定义并实现负极大值搜索引擎-
AppWizard has created this chess application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your chess application.
chess.dsp
This file (the project file) contains information at the project level and
is used to bui
- 2022-02-03 16:50:45下载
- 积分:1