-
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
-
BayesianMAP
Bayesian based Maximum A Posterior .
It is used for Image Restoration
- 2009-11-11 10:20:59下载
- 积分:1
-
cross-correlation
利用相关函数求信号功率谱,信号的自相关函数及不同信号的互相关函数(Use of correlation function for the signal power spectrum, the signal of the autocorrelation function and different signal cross-correlation function)
- 2008-01-25 21:44:15下载
- 积分:1
-
DijkstraZDL
简单的Dijkstra求最短路的MATLAB程序,很好用,对于两点之间最短距离。(Dijkstra' s shortest seek simple MATLAB program, useful for the shortest distance between two points.)
- 2011-09-11 08:06:59下载
- 积分:1
-
CR
说明: 认知无线电网络中,当信噪比不同时检测概率随虚警概率的变化曲线。(In Cognitive radio network,when the SNR is not the same, the change curve between the detection probability and the false alarm probability.)
- 2012-07-27 14:28:50下载
- 积分:1
-
AdaptiveMedianFilter_MATLAB_code
MEDIAN FILTER ADAPTIVE
- 2013-03-03 02:40:03下载
- 积分:1
-
sinu_Max
永磁同步电机矢量控制开环Simulink模型(基于Park,Clark变换,即2/3变换)(Hardware-in-loop electrical motor FOC open loop Simulink model)
- 2012-04-16 22:27:49下载
- 积分:1
-
matlab_DSP
胡广书数字信号处理书的全部matlab仿真代码,从基本的信号采样到具体的信号处理实例(Hu Guang book book full digital signal processing matlab simulation code, the signal from the basic signal processing sample to a specific instance of)
- 2011-07-09 21:03:06下载
- 积分:1
-
matchec-filter-a-Monte-Carlo
gen random bit with Matlab code, using rand()
- 2012-11-11 17:18:01下载
- 积分:1
-
duochiduxiaobodebianyuanjiancesuanfa
基于多尺度的小波边缘检测的matlab的代码,含有去噪算法(Edge detection based on wavelet multiscale matlab code, containing de-noising algorithm)
- 2014-02-19 22:16:33下载
- 积分:1