Skip to content

xianbintang/plate_recognizing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本程序基本流程
1.首先从main.c开始运行
2.用preprocess.c进行车辆整体图像预处理
3.用get_location.c进行车牌位置定位得到车牌的位置
4.用get_plate_image.c得到车牌的图像
5.先resize车牌图像然后用preprocess_plate_image.c进行车牌图像的预处理
6.用get_character.c获得车牌最后一个字符
7.利用template_character.c获得模版数字的图像,进行模版匹配的时候要用到
8.character_recognizing.c用来将获得的最后一个字符和模版数字十个进行一一的匹配,找到匹配率最高的那个模版数字
9.find_contours.c用来找到矩形边界

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published