-
HausdorffDimension
利用Hausdoff距离进行模板匹配,此方法简洁快速,具有很好的鲁棒性能(Template matching using Hausdoff distance, this method is simple and quick, has good robust performance)
- 2010-09-09 15:31:45下载
- 积分:1
-
xiaobofenjieyuchonggou
图像的二维小波分解与重构,dwt2函数和idwt2函数的应用(Two-dimensional image wavelet decomposition and reconstruction, dwt2 function and function application idwt2)
- 2011-05-02 19:07:44下载
- 积分:1
-
QR
说明: 使用GramSchimidt方法进行矩阵的QR分解和排序的GramSchimidt方法QR分解(QR decomposition using GramSchimidt method)
- 2012-05-06 10:47:21下载
- 积分:1
-
cordic
CORDIC sin cos m-file
- 2010-06-21 15:26:16下载
- 积分:1
-
MathEnglish
matlab英语学习资料,实例及仿真分析资料的宝贵资源(matlab English learning materials , examples and valuable resources simulation data)
- 2011-12-01 12:12:18下载
- 积分:1
-
matlab_for_gaosilvbo
高斯平滑滤波器(含matlab代码),可供图像初步处理持用,已验证效果。(Gaussian smoothing filter (with matlab code), available image processing holders of preliminary, verified results.)
- 2014-01-16 10:59:30下载
- 积分:1
-
34325398fuel-cell-simulink-simulation-model
说明: 燃料电池 simulink仿真模型,主要用于燃料电池系统仿真(fuel cell simulink models)
- 2019-03-29 16:34:26下载
- 积分:1
-
debmirror_ubuntu.tar
Code for create a mirror for Ubuntu.
- 2014-10-02 02:43:53下载
- 积分:1
-
xiti91
输入8位电话号码,自动为每位数字生成对应的DTMF信号,送出双频声音(Enter the eight telephone number, automatically generates the corresponding DTMF signal for each digit, dual-frequency sounds sent)
- 2014-12-02 21:59:31下载
- 积分: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