-
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
-
MRC
maximum ratio combining
- 2009-05-12 10:49:59下载
- 积分:1
-
aocMatlab
使用蚁群算法解决最短路径问题的通用的Matlab程序(The shortest path using ant colony algorithm to solve a common problem in Matlab)
- 2011-11-23 16:31:38下载
- 积分:1
-
RLS
自适应滤波器的设计,包括LMS和RLS,两种方法,程序简单实用(Adaptive filter design, including LMS and RLS, two types of methods, procedures simple and practical)
- 2008-12-30 22:16:36下载
- 积分:1
-
structural
结构力学matlab编程源码,适用于连续梁在各种何在下的弯矩图计算(The mechanical structure of matlab source,Apply in all kinds of continuous girder under bending moment what the figure is calculated
)
- 2011-12-27 11:23:09下载
- 积分:1
-
sedusesan
色散特性的源代码,光纤通信,matlab,GUI的设计(Dispersion characteristic of the source code, optical fiber communication, MATLAB, the GUI of the design)
- 2013-05-18 11:31:50下载
- 积分:1
-
gson-2.2.2
gson2.2.2的3个jar包,需要的可以下载(gson2.2.2 of 3 jar package, need to be downloaded)
- 2014-01-21 16:21:53下载
- 积分:1
-
MATLAB_PICTURE_PROCESSING
使用MATLAB,实现以下四个功能
一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。
二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。
三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。
四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。
(Using MATLAB, to achieve the following four functions
First, access to image RGB value: Given a picture, get the point (x, y), and (x, y) around 8 o clock in the R, G, B values.
Second, the realization rgb2gray function: using matlab realize rgb2gray functions, and can calculate the variance after the conversion of grayscale image.
Third, the grayscale contrast enhancement: namely, the use of gray stretch and histogram equalization, contrast enhancement given graph.
Fourth, the image denoising: for a given image add salt and pepper noise, and you know at least two denoising algorithm to remove salt and pepper noise.
)
- 2020-11-18 10:19:38下载
- 积分:1
-
matlab
有关matlab神经网络
——函数说明,可以帮助大家学习!(The matlab neural network- a function description that can help them to learn!)
- 2009-11-14 20:40:43下载
- 积分:1
-
Chapter_4
数字调制信号与仿真的书本中的第四章节的MATLAB仿真代码,需要的话可以跟我联系取得其他章节的代码(And simulation of digital modulation signals in the fourth chapter of the book MATLAB simulation code, you need to contact me if you can obtain the other chapters of the code)
- 2014-11-08 20:37:46下载
- 积分:1