搜索资源列表
M
- 基于模板匹配的车牌自动识别系统的设计源代码-Based on template matching license plate recognition system design source code
车牌识别
- 汽车牌照识别系统设计及其源代码 。 信号与系统 。(License plate recognition system design and its source code. Signals and systems.)
easypr
- 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope