-
syn_pretest2
matlab环境下编写的生成黑白棋盘格靶标的仿真程序。(generate Othello disk grid targets emulation program written in Matlab environment.)
- 2013-02-03 15:58:58下载
- 积分:1
-
program-1-resubmit
systemprogromming of defs.h,pack.c,unpack.c
- 2015-02-03 11:33:53下载
- 积分:1
-
rayleigh_faded_taps
matlab source to programming matlab 2014
- 2014-11-15 00:08:16下载
- 积分:1
-
KNN_2011211651
应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂(Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the training set (7291 data), a test data (2791 data), the program written using MATLAB , attached a document, the program is simple and easy to understand)
- 2013-12-07 15:28:58下载
- 积分: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
-
GratingLight
模拟正弦衍射光栅光强分布,图1中X轴是位置,Y轴是光强,图2,是强度分布(Analog sinusoidal diffraction grating intensity distribution)
- 2012-04-15 18:53:05下载
- 积分:1
-
hough
detection license plate using haough transform
- 2013-04-03 23:02:45下载
- 积分:1
-
pyramid
边缘检测,自己做的高斯金字塔和拉普拉斯金字塔,matlab2009(gaussian and laplasial pyramid)
- 2010-11-05 10:34:33下载
- 积分:1
-
NGB
这是对于NGB的描述,可以了解一下。
未来时NGB的时代(This is the description for the NGB, you can find out. The era of the future NGB)
- 2010-01-31 11:15:11下载
- 积分:1
-
inductionmotor
three phase induction motor d-q model
- 2010-02-26 16:52:11下载
- 积分:1