-
ImageEnhance
关于matlab图像增强的源代码,可以用在实际生活背景中,例如雾天模糊图像增强等等(Image enhance)
- 2014-08-25 11:57:39下载
- 积分: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
-
Dejong1
heuristic optimization
- 2009-12-08 08:41:39下载
- 积分:1
-
airspeed
program in matlab code
- 2012-03-29 10:46:53下载
- 积分:1
-
space
对图像进行空域加入水印,使用matlab语言。(Image airspace adding watermark, using matlab language.)
- 2013-03-31 22:10:09下载
- 积分:1
-
新建文件夹
说明: 脉冲控制多智能体一致性论文和实例仿真仿真(Pulse Control Multi-Agent Consistency Paper + Simulation)
- 2020-09-23 10:27:49下载
- 积分:1
-
rkv56
说明: 在matlab中关于数值计算的matlab源程代码(In matlab matlab numerical computation on the source code process)
- 2011-03-11 09:48:07下载
- 积分:1
-
basketball_matlab
用matlab模拟了投篮,可以自行选择角度,力度,可以模拟篮球打到篮筐时的弹跳,效果很炫(Matlab simulation shooting, you can choose the angle, intensity, and can simulate the bouncing basketball hit the rim shining effect)
- 2012-09-04 20:42:58下载
- 积分:1
-
problemformulation
For simulation of a channel estimation of an OFDM system first of all we must silumate the OFDM channel.This is the problem formulation of an OFDM system.
- 2009-09-29 20:59:18下载
- 积分:1
-
Chap_16
西蒙赫金的《自适应滤波原理》一书的matlab程序,现在继续上传第16章的程序,
大家学习交流,觉得有用的自己下载,呵呵,上传完毕,没有修改过,原版(西蒙赫payment principle of adaptive filtering, one book matlab procedure, we shall now continue From Chapter 16 process, we learn, find useful to download their own, huh, huh, the upload has finished, has not been amended original)
- 2008-04-15 12:13:57下载
- 积分:1