搜索资源列表
TakeApart
- 基于Opencv的汽车牌照字符分割源代码,对车牌进行分割处理的基本方法,有助于初学者体会车牌分割的过程-The basic method Opencv car license plate character segmentation source code license plate segmentation processing based help beginners experience the plate segmentation process
easypr
- 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope