搜索资源列表
LPR
- 车牌识别系统,基于DELPHI,有源代码和可执行程序,字符分割上有一些问题 其他正常-License plate recognition system, based on DELPHI, source code and executable programs, character segmentation, there are some problems the normal
opencv-3
- 车牌识别系统研究 基于matlab环境开发的源代码 能高效识别车牌 有需要的朋友可以参考一下 希望帮到你-Matlab license plate recognition system based on the source code development environment there is a need to efficiently identify the license plate can refer friends want to help you
M
- 基于模板匹配的车牌自动识别系统的设计源代码-Based on template matching license plate recognition system design source code
license-distinguish
- 完整的经测试成功的c#实现车牌识别系统,基于模板匹配,内含源代码,测试图片、模板以及完整实验报告-Tested successfully complete the c# Realize the license plate recognition system, based on template matching, including source code, test images, templates, and complete test report
车牌识别
- 汽车牌照识别系统设计及其源代码 。 信号与系统 。(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