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.
pbqahy5jx
7d6bf5f192
|
5 months ago | |
---|---|---|
"C:\Users\Lenovo\Documents\WeChat Files\wxid_actt9ha9333v12\FileStorage\File\2024-07\OPPOSans-Regular.ttf" | 5 months ago | |
README.md | 5 months ago | |
main(final).py | 5 months ago |
README.md
程序主要实现了一个车牌识别系统。它读取一张车牌图片,通过图像处理技术提取车牌区域,然后对车牌区域进行字符分割,最终使用OCR(光学字符识别)技术识别车牌号码。实现了一个完整的车牌识别流程,主要技术包括图像预处理、车牌区域定位、车牌字符分割和最终的字符识别。这些技术在实际应用中可以帮助实现自动化的车牌识别,广泛应用于停车场管理、交通监控等领域。使用技术:opencv,tkinter,ocr ,matplotlib