-
大小: 1.43M文件类型: .rar金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: plate license recognition matlab
资源简介
matlab车牌识别完整程序,车牌识别中的完整代码!
代码片段和文件信息
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车牌识别完整程序\matlab车牌识别程序\character_segmentation.m
文件 278 2003-05-03 07:19 matlab车牌识别完整程序\matlab车牌识别程序\cleanScreen.m
文件 906 2003-01-31 04:50 matlab车牌识别完整程序\matlab车牌识别程序\cut_bw_img.m
文件 457 2003-05-03 07:12 matlab车牌识别完整程序\matlab车牌识别程序\display_picture.m
文件 606 2003-03-30 19:56 matlab车牌识别完整程序\matlab车牌识别程序\draw_lines.m
文件 10134 2003-05-04 12:26 matlab车牌识别完整程序\matlab车牌识别程序\extract_LP.m
文件 1128 2003-01-31 02:39 matlab车牌识别完整程序\matlab车牌识别程序\extract_yellow_region.m
文件 1101 2003-01-31 09:18 matlab车牌识别完整程序\matlab车牌识别程序\find_angle.m
文件 2114 2003-01-31 03:17 matlab车牌识别完整程序\matlab车牌识别程序\find_optimal_threshold.m
文件 327 2011-02-16 16:54 matlab车牌识别完整程序\matlab车牌识别程序\global_var.mat
文件 1052 2003-05-03 12:04 matlab车牌识别完整程序\matlab车牌识别程序\go.m
文件 1764 2003-05-04 06:54 matlab车牌识别完整程序\matlab车牌识别程序\horizontal_crop.m
文件 75168 2003-03-29 15:09 matlab车牌识别完整程序\matlab车牌识别程序\images\car.jpeg
文件 22853 2008-10-22 09:47 matlab车牌识别完整程序\matlab车牌识别程序\images\im0.jpg
文件 96755 2003-04-07 17:30 matlab车牌识别完整程序\matlab车牌识别程序\images\im1.jpg
文件 63827 2003-04-10 05:08 matlab车牌识别完整程序\matlab车牌识别程序\images\im10.JPG
文件 25273 2003-04-10 06:02 matlab车牌识别完整程序\matlab车牌识别程序\images\im11.JPG
文件 35405 2003-04-05 12:45 matlab车牌识别完整程序\matlab车牌识别程序\images\im12.jpg
文件 58831 2003-04-10 05:13 matlab车牌识别完整程序\matlab车牌识别程序\images\im13.JPG
文件 25668 2003-04-10 06:07 matlab车牌识别完整程序\matlab车牌识别程序\images\im14.JPG
文件 64864 2003-04-10 05:19 matlab车牌识别完整程序\matlab车牌识别程序\images\im15.JPG
文件 18661 2003-04-10 05:25 matlab车牌识别完整程序\matlab车牌识别程序\images\im16.JPG
文件 74308 2003-04-06 04:01 matlab车牌识别完整程序\matlab车牌识别程序\images\im17.jpg
文件 76512 2003-04-10 06:41 matlab车牌识别完整程序\matlab车牌识别程序\images\im18.JPG
文件 147055 2003-04-11 04:23 matlab车牌识别完整程序\matlab车牌识别程序\images\im19.jpg
文件 60150 2003-04-05 12:43 matlab车牌识别完整程序\matlab车牌识别程序\images\im2.jpg
文件 40198 2003-04-06 04:07 matlab车牌识别完整程序\matlab车牌识别程序\images\im20.jpg
文件 74249 2003-04-05 12:43 matlab车牌识别完整程序\matlab车牌识别程序\images\im3.jpg
文件 95495 2003-04-05 15:55 matlab车牌识别完整程序\matlab车牌识别程序\images\im4.jpg
文件 87317 2003-04-05 14:31 matlab车牌识别完整程序\matlab车牌识别程序\images\im5.jpg
............此处省略22个文件信息
相关资源
- licenceplatecharacterrecognitionprogram 能完成
- BP_Neural_Netwok-Recognition_License_Plate(M
- presentation 车牌识别的全套MATLAB算法
- Template-matching 模板匹配字符识别的程
- a-useful-adaboost-programme 一个基于adaboo
- car_odes Matlab一套车牌识别的程序
- matlabR2013a激活文件
- matlab车牌识别程序代码
- Matlab车牌识别国外的绝对好用-Matlab
- matlab车牌识别课程设计报告模板()
- matlab车牌识别程序
- matlab延期序列号license.lic
- MATLAB R2009b license file#40;永久激活文件
- matlab车牌识别课程设计报告
评论
共有 条评论