-
ex2
基于matlab车辆车牌文字识别功能(Matlab-based vehicle license plate character recognition function)
- 2021-05-13 22:30:02下载
- 积分:1
-
fdtd1D
一维fdtdMATLAB程序,主要用于处理问题电磁场(FdtdMATLAB one-dimensional process, is mainly used to deal with the issue of electromagnetic fields)
- 2009-04-13 15:16:50下载
- 积分:1
-
matlab-sovles-the-eviglevalue
该程序是光纤通信系统中的本征值方程的matlab数值求解(The program is the matlab numerical solution of the eigenvalue equation in optical fiber communication systems)
- 2012-06-03 16:22:54下载
- 积分:1
-
差分进化算法
一个增强版的遗传算法,用于波束赋形,可供初学者学习使用(Parallel relation of genetic algorithm in crossover and mutation)
- 2021-04-18 16:08:51下载
- 积分: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
-
zuisujiangxian
我们假设我们的轨迹从原点(0,0)出发,终点B的坐标是(2,1)。通过Matlab就可以计算出边界条件,最终画出曲线。(We assume that our path from the origin (0,0) starting and ending coordinates of B are (2,1). Matlab can be calculated by boundary conditions, the final draw the curve.)
- 2010-08-07 21:22:31下载
- 积分:1
-
morp
提取图像的形状特征的一个matlab程序(A code of matlab to extract a ROI s shape feature)
- 2011-06-07 09:22:17下载
- 积分:1
-
RNN matlab 例程
RNN matlab 例程,有多个源码,比较简单,分享给初学者们(RNN matlab routines, there are multiple source code, relatively simple to share with beginners)
- 2017-07-31 16:07:06下载
- 积分:1
-
LeastSquareP2
基于普通最小二乘法的ARMA模型谐波频率估计
(Ordinary least squares method based on the ARMA model of harmonic frequency estimation)
- 2009-01-03 19:33:54下载
- 积分:1
-
uho
Ear recognition in matlab
- 2011-05-19 00:30:06下载
- 积分:1