-
USARSimMatlabToolbox_v1.3
USARsim Matalb Toolbox
- 2010-09-15 15:09:03下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
face
说明: 这是一个人脸的识别程序,基于Matlab环境。在一幅图中识别出人脸部分,并把人脸部分用矩形框圈出。(This program is used to identify the face by Matlab.It can delect the face in one picture and sign the face)
- 2010-05-02 21:12:59下载
- 积分:1
-
quantonghezuishaoxiangweixitong
本代码是全通系统和最小相位系统的零极点和幅频和相频的响应(The code is all-pass system and the minimum phase zero poles and frequency and phase frequency response)
- 2010-06-02 16:21:59下载
- 积分:1
-
buck-fuzzy
DC converter with fuzzy contoller
- 2013-02-28 02:02:48下载
- 积分:1
-
HMF_!
Hidden markov random filed
- 2014-01-03 13:02:19下载
- 积分:1
-
TwoLRM
Dynamic_Two Links Robot Manipulator_Matlab Simulink
- 2014-03-17 22:46:12下载
- 积分:1
-
BLDC
说明: 分别建立pid控制与模糊PID控制的BLDC仿真模型,对比效果良好(BLDC simulation models of PID control and fuzzy PID control are established respectively, and the comparison results are good.)
- 2019-04-20 11:56:57下载
- 积分:1
-
ROI.rar
高质量的基于感兴趣编码的仿真程序,可以直接运行,观看仿真结果(Interest coding based on high-quality simulation procedures can be directly run to watch the simulation results)
- 2007-08-26 23:07:29下载
- 积分:1
-
ASegmentationAlgorithmforContrast-EnhancedImages
说明: 基于Graph Cut的一种分割方法,比较著名的论文。(Graph Cut based on a segmentation method to compare the famous paper.)
- 2010-04-23 10:47:28下载
- 积分:1