-
RoutingAdHoc
Telecommunication Lecture - .
- 2010-01-02 19:46:55下载
- 积分:1
-
HMMtoolbox
hidden Markov model toolbox
- 2009-06-25 09:51:40下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
matlab
matlab的经典算法,包含了各种有用的算法程序,有益于初学者。(matlab classic algorithms, the algorithm contains a variety of useful procedures are conducive to beginners.)
- 2009-11-23 16:51:13下载
- 积分:1
-
jiaoliutiaoya
电力电子 交流调压负载仿真 可以任意调节触发延迟角。(Load simulation of power electronic AC voltage regulator can be adjusted trigger delay angle.)
- 2013-01-28 11:42:03下载
- 积分:1
-
MSK
MSK的调制算法和解调算法,大家有需要的可以看一看,参考一下。(MSK modulate/demodulate)
- 2009-12-14 19:15:57下载
- 积分:1
-
cuboids_gravity
This is a m file which can be used for calculating the gravity of cuboids.
- 2013-02-27 16:06:16下载
- 积分:1
-
1
说明: 元胞自动机的例子,细胞生长法完成初始化,然后计算晶粒的生长,入门级别程序(Examples of cellular automata, cell growth method to initialize, and then calculate the grain growth, entry-level program)
- 2011-11-10 09:37:46下载
- 积分:1
-
An-Adapted-Firefly-Algorithm-for-Product-Developm
An Adapted Firefly Algorithm for Product Development Project
Scheduling with Fuzzy Activity Duration
- 2015-01-06 03:28:22下载
- 积分:1
-
GLCM
基于matlab 提取纹理灰度共生矩阵 源代码(Based on the co-occurrence matrix matlab source code to extract the texture of gray)
- 2015-04-20 13:41:41下载
- 积分:1