-
Pysichal-optics
基于高频电磁散射的物理光学法用于计算散射目标的RCS
(Based on high-frequency electromagnetic scattering of the physical optics method used to calculate the scattering target RCS)
- 2020-12-03 11:19:25下载
- 积分: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
-
calculatr
calculator for mathematical manipulation
- 2009-12-02 22:40:32下载
- 积分:1
-
matlab6
matlab 6.0 ,word格式,适用广大群众学习matlab.(matlab 6.0)
- 2009-12-15 22:07:55下载
- 积分:1
-
libsvm-mat-2.88-1
最小二乘支持向量机工具包,内嵌在Matlab环境中运行(LS—SVM tools )
- 2009-04-21 09:52:46下载
- 积分:1
-
Lyapunov
说明: 通过MATLAB计算各种混沌系统的Lyapunov的值,同时还可添加自己的程序计算Lyapunov的值(MATLAB calculated through a variety of chaotic systems the value of Lyapunov, but can also add your own procedures for calculating the value of Lyapunov)
- 2009-08-19 19:47:23下载
- 积分:1
-
algorithm-of-xiongyali
说明: 该文件给出了图论中最短路径的算法程序,其算法使用匈牙利算法(The document gives the shortest path in graph theory algorithm program, the algorithm uses the Hungarian algorithm)
- 2011-03-04 23:31:34下载
- 积分:1
-
MATLAB
利用MATLAB对隧道衬砌结构耐久性的HL方法结构可靠度计算(Tunnel lining using MATLAB HL durability of structural reliability calculation method)
- 2013-09-14 20:01:16下载
- 积分:1
-
New-Microsoft-Word-Document
It will perform the Zooming operation on input image.
- 2013-12-02 11:29:05下载
- 积分:1
-
ask_4
4键值频移键控的一个代码示例,可以画出频谱图,可以更改码元长度(4 key frequency shift keying)
- 2012-08-13 20:19:20下载
- 积分:1