-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
kmean
一个刚编出来的K—means 聚类算法的matlab源代码 适合多维数据(Just made out of a K-means clustering algorithm matlab source code for multi-dimensional data)
- 2009-06-07 00:34:38下载
- 积分:1
-
FSK_O
FSK调制模型,提倡共享。谢谢大家支持。(FSK modulation model, promoting sharing. Thank you for support. Thank you, Thank you, thank)
- 2006-06-03 18:08:55下载
- 积分:1
-
lingoeazyjiaocheng
lingo入门教程,附有很多基础命令以及简单问题的分析,求解。例如病人吃饭,场地选址,渡河问题,人员相容问题,顺序安排工作问题,最短路线等等。(lingo Getting Started tutorial, with a lot of basic commands and a simple analysis of the problem, solution. For example, patients eat, site selection, cross the river issues, staff compatibility issues, the issue of work order of the shortest route and so on.)
- 2010-05-13 13:02:23下载
- 积分:1
-
weina
维纳滤波器程序主要适用于dsp系统下的运作和开发!(weina filter program
)
- 2013-12-20 21:02:08下载
- 积分:1
-
LAENO
无线传感器的分簇算法。多轮选择簇头,簇内多跳(Wireless sensor clustering algorithm. Several rounds of cluster head selection
)
- 2010-06-10 19:46:57下载
- 积分:1
-
convexprog.tar
this is matlab code that perform convex optimization for several objective function types
- 2013-10-07 22:20:47下载
- 积分:1
-
matlab
matlab 比较实用 方便初学者学习的好资料(matlab facilitate more practical information for beginners to learn a good)
- 2009-07-10 15:55:16下载
- 积分:1
-
givenhousehold
说明: 利用该程序可计算任意对称矩阵M,给出区间(a,b)上的特征值个数(Calculated using this program any symmetric matrix M, gives the interval (a, b) on the eigenvalues)
- 2011-03-18 20:48:55下载
- 积分:1
-
digital-image-processing
图像处理的编程入门,包括去噪,滤波,膨胀,腐蚀,边缘检测等,十分简单易学(Introduction to image processing programming, including denoising, filtering, expansion, corrosion, edge detection, very easy to learn)
- 2013-04-09 10:59:09下载
- 积分:1