You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
559 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

程序主要实现了一个车牌识别系统。它读取一张车牌图片通过图像处理技术提取车牌区域然后对车牌区域进行字符分割最终使用OCR光学字符识别技术识别车牌号码。实现了一个完整的车牌识别流程主要技术包括图像预处理、车牌区域定位、车牌字符分割和最终的字符识别。这些技术在实际应用中可以帮助实现自动化的车牌识别广泛应用于停车场管理、交通监控等领域。使用技术opencvtkinter,ocr ,matplotlib