-
recognize
可以识别二维的条形码。读入条形码图像之后即可处理成相应的数字。但是对图像存储位置有要求,所以请按照程序前面的存储位置放置您的二维图像(Can identify the two-dimensional barcode. Reads the barcode image can be processed into a corresponding digital. But the image storage location requirements, so please be placed in accordance with the storage location of the program in front of the two-dimensional image)
- 2013-02-23 16:53:11下载
- 积分:1
-
number_plate_reader
Classification codes and numbers in selected provinces to identify and correctly identify a license plate number that Used MATLAB software programming to achieve each part , finally to recognize license plates
- 2014-12-16 17:05:22下载
- 积分:1
-
matlab-voice-toolbox
matlab的语音信号处理工具箱(.m文件),包含常用及非常用功能,非常全面(matlab voice signal processing toolbox (. m files), including commonly used and very functional, very comprehensive)
- 2008-04-28 04:22:53下载
- 积分:1
-
sim1_insar
this helps for understanding insar simulation
- 2010-06-19 23:39:17下载
- 积分:1
-
matlab
经典功率谱估计的MATLAB程序,需要的可以看看,验证过了(Classical power spectrum estimation of the MATLAB program, the need to look at, been verified)
- 2011-02-06 16:51:31下载
- 积分:1
-
zhongzhiPpinghua
说明: 图象增强,采用中值滤波和平滑滤波的方式,效果明显(zhongzhi he pinghua)
- 2011-03-18 20:43:34下载
- 积分:1
-
Canny_image
使用matlab编程工具实现canny算子检索图像,程序已通过运行。(Finish retrieve images by canny method using matlab,and it could run.)
- 2011-05-10 15:27:22下载
- 积分:1
-
PSO
具有随机权重的优化的粒子群调度算法,改进了权重的计算,使得权重的取值不超过0.9(Having random weight particle swarm optimization scheduling algorithm to improve the calculation of the weight, so that the weight values of no more than 0.9)
- 2013-03-27 20:00:09下载
- 积分: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
-
Final_code_test_1
Code for PPG signal to estimate the HR of subjects doing intense exercises
- 2015-03-14 03:02:51下载
- 积分:1