-
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
-
houghGUI
To find circle using hough transform
- 2011-02-01 14:58:22下载
- 积分:1
-
iris-Segmentation-and-normalization
Segmentation of iris and its normalization in matlab
- 2013-09-12 17:45:02下载
- 积分:1
-
bp
说明: 用于信号检测,主要对输油管道产生的压力信号和流量信号进行辨识,进而判断管道是否发生泄露。(For signal detection, the main pressure on the pipeline flow of signals and signal recognition, and thus to determine whether pipeline leak happened.)
- 2009-03-02 21:14:13下载
- 积分:1
-
pro
matlab处理地震资料的有关比较简单的成程序,segy文件的读取程序及输出segy格式的程序,另外还有雷克子波的程序等(matlab processing seismic data into a relatively simple procedure, segy file read program output segy formats procedures, in addition Leike Zi wave program)
- 2012-05-25 22:50:22下载
- 积分:1
-
typical-chaotic-signal
典型混沌序列的生成,可以根据自己的参数修改,并进行相空间重构(A typical chaotic sequence is generated, you can modify according to their parameters, and phase space reconstruction)
- 2014-12-14 20:15:24下载
- 积分:1
-
PhoneBook
this code for phone book
- 2015-03-11 00:40:19下载
- 积分:1
-
xlsPasteTo
excel连接matlab matlab的混合编程
matlab图标插入excel的源码
- 2010-09-24 13:20:05下载
- 积分:1
-
MATLAB-M-FILES
数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法(Gaussian Elimination Row Operations
Newton Raphson
Newton-Cotes integration
Euler s method
Runga-Kutta
gaussjordan)
- 2013-03-19 11:08:11下载
- 积分:1
-
power-flow
潮流程序。。好好利用,可以更改,可以通用(power flow )
- 2013-04-19 15:44:24下载
- 积分:1