搜索资源列表
car_new
- 车辆检测系统,用opencv和C++实现汽车流量的检测。-Vehicle detection system, with car traffic detection opencv and C++ implementation.
CAR-DETECTION-master
- 用UIUC汽车数据库,通过opencv实现对汽车的检测-In UIUC car , through the opencv for detecting for cars
easypr
- 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope