-
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
-
SSD4 Exercise 3. Very useful for those giving SSD4 course.
SSD4 Exercise 3. Very useful for those giving SSD4 course.
- 2022-03-24 19:41:42下载
- 积分:1
-
一个捕捉屏幕鼠标位置的源程序,包括所有的源码
一个捕捉屏幕鼠标位置的源程序,包括所有的源码-Capture the screen of a mouse the location of source, including all of the source
- 2022-09-18 18:55:03下载
- 积分:1
-
一个用A*算法实现的最短路径求解小程序。以及后台维护功能
一个用A*算法实现的最短路径求解小程序。以及后台维护功能-A use of A* shortest path algorithm for solving applet. As well as the background maintenance function
- 2022-10-28 10:00:03下载
- 积分:1
-
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是...
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which the grid yard. Now demands of the problem : this Jiugongge adjusted to the squad as shown in Figure 1-1 forms. Adjusted rules : Each will only spaces (upper and lower, or left and right), a number of adjacent spaces- were moved. Test Programming Solution of this problem.----------- VC complete application code
- 2022-05-31 10:30:23下载
- 积分:1
-
本代码包包括超长整数相加、积分实现、数制转换、单词统计等...
本代码包包括超长整数相加、积分实现、数制转换、单词统计等-the code include long integer column, integral realization of a number of system conversion, word statistics
- 2022-09-04 16:50:03下载
- 积分:1
-
粒子群优化算法基本程序,可用于实现函数的优化,效果较好...
粒子群优化算法基本程序,可用于实现函数的优化,效果较好-Particle Swarm Optimization of basic procedures
- 2022-08-04 07:12:45下载
- 积分:1
-
A calculation of the calendar program, available to beginners to facilitate mast...
一个日历程序的计算方法,提供给初学者,方便大家掌握日历。-A calculation of the calendar program, available to beginners to facilitate master calendar.
- 2022-12-27 23:00:04下载
- 积分:1
-
支持向量机 smo python 代码
支持向量机的执行情况算法使用Python 语言,实现一个简化的版本,包括实现完整版本的实现和可选与核函数. And包含大量的简单的数据设置,用于测试验证
- 2022-08-20 02:57:39下载
- 积分:1
-
FileTest工程
文件读写,边缘检测算法,实现马赛克检测,基于网格扩张的视频图像马赛克检测算法, 简单的测试工程,读写文件。
分享一下。
- 2022-07-25 07:21:11下载
- 积分:1