资源简介
Matlab车牌识别国外的绝对好用-Matlab.rar
Matlab.rar 这是国外的车牌识别程序,经测试绝对好用,请放心!!
Matlab.rar 这是国外的车牌识别程序,经测试绝对好用,请放心!!
代码片段和文件信息
function [seg] = character_segmentation(bw);
% character_segmentation: Returns the digit segments in the supplied binary image.
% The function uses the “segment“ function keeping only the seven
% segments in the result with largest area and in case less than seven
% segments were found it attempts to recall the function making the
% separation between the already found segments clearer (by cleaning the
% bits which are there.
DIGIT_WIDTH = 18;
MIN_AREA = 250;
load global_var.mat;
plot_vector(sum(bw) 4 ‘Character Segmentation - Columns Sum Graph:‘ debug2);
seg = segment(bw DIGIT_WIDTH MIN_AREA);
[x y] = size(seg);
% If we got less than 7 digits we try to make the sepration between them
% clearer by cleaning the bits between them and we call the “segment“
% f
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6528 2003-05-04 12:51 Matlab\character_segmentation.m
文件 278 2003-05-03 07:19 Matlab\cleanScreen.m
文件 906 2003-01-31 04:50 Matlab\cut_bw_img.m
文件 457 2003-05-03 07:12 Matlab\display_picture.m
文件 606 2003-03-30 19:56 Matlab\draw_lines.m
文件 10134 2003-05-04 12:26 Matlab\extract_LP.m
文件 1128 2003-01-31 02:39 Matlab\extract_yellow_region.m
文件 1101 2003-01-31 09:18 Matlab\find_angle.m
文件 2114 2003-01-31 03:17 Matlab\find_optimal_threshold.m
文件 392 2003-05-04 13:10 Matlab\global_var.mat
文件 1052 2003-05-03 12:04 Matlab\go.m
文件 1764 2003-05-04 06:54 Matlab\horizontal_crop.m
文件 64936 2003-03-19 01:19 Matlab\net.mat
文件 2686 2003-05-04 08:13 Matlab\OCR.m
文件 322 2003-05-03 07:29 Matlab\plot_vector.m
文件 857 2003-05-04 04:08 Matlab\quantizeImage.m
文件 6414 2003-05-04 12:32 Matlab\run.m
文件 7107 2003-04-05 12:42 Matlab\internal_images\black.jpg
文件 41966 2003-05-03 06:33 Matlab\internal_images\ti
文件 28044 2003-05-03 06:44 Matlab\internal_images\ti
文件 30483 2003-05-03 06:46 Matlab\internal_images\ti
文件 24553 2003-05-03 06:48 Matlab\internal_images\ti
文件 75168 2003-03-29 15:09 Matlab\images\car.jpeg
文件 96755 2003-04-07 17:30 Matlab\images\im1.jpg
文件 60150 2003-04-05 12:43 Matlab\images\im2.jpg
文件 74249 2003-04-05 12:43 Matlab\images\im3.jpg
文件 95495 2003-04-05 15:55 Matlab\images\im4.jpg
文件 87317 2003-04-05 14:31 Matlab\images\im5.jpg
文件 25866 2003-04-10 05:52 Matlab\images\im6.JPG
文件 32384 2003-04-06 04:04 Matlab\images\im7.jpg
............此处省略7个文件信息
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- WSN-matlab-simulation
评论
共有 条评论