-
junhenghua
图像处理中的均衡化程序,自编的,不是利用matlab自带的函数(tuxiangchulizhongdejunhenghuachengxu)
- 2010-05-30 22:16:55下载
- 积分:1
-
LIB_MNG
Library Management System for Students. Or for those who want to explore C++ basics.
- 2014-09-29 14:16:13下载
- 积分: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
-
comtest
自己写的串口中断程序
带有详细注释
适合新手 个人推荐 (Serial interrupt program to write notes with detailed personal recommendation for novice)
- 2020-10-10 11:07:34下载
- 积分:1
-
FAST_Magic21308710162008
This is the simulation of Photoshop magic wand effect of Matlab procedures for image segmentation
- 2013-12-08 00:25:53下载
- 积分:1
-
pmsm
这是matlab simulink 编写的永磁同步电机的双闭环控制系统结构,可以仿真转速电流的双闭环控制(matlab simulink spwm PMSM)
- 2015-11-03 09:16:46下载
- 积分:1
-
MycodeIII
this is a Matlab code for classification of Hand writed data by Neural network (Elman Network)
- 2010-07-02 22:03:19下载
- 积分:1
-
tid_foc_funs
该程序设计了一种分数阶tid控制器,能有效弥补常规tid控制器所无法实现的目的,多两个可调参数就多了控制系数,功能更有效,性能更稳定。(The program design of a fractional tid controller can compensate for conventional tid controller can not achieve the purpose, more than two adjustable parameters, the more the control coefficient, more effective and more stable performance.)
- 2010-09-15 10:05:31下载
- 积分:1
-
Wiener-filter
针对由于抖动和环境干扰造成的拍摄影像模糊问题,利用维纳滤波法进行图像恢复(As for the environmental disturbance caused by jitter and image blur shooting problems, the use of Wiener filtering method for image restoration)
- 2011-10-22 16:34:37下载
- 积分:1
-
fuzzy1
this matlab code is for commande of system by PI controller
- 2015-02-04 22:00:43下载
- 积分:1