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 30f2824afd
ADD file via upload
5 months ago
"C:\Users\Lenovo\Documents\WeChat Files\wxid_actt9ha9333v12\FileStorage\File\2024-07\OPPOSans-Regular.ttf" ADD file via upload 5 months ago
README.md Update README.me 5 months ago
main(final).py ADD file via upload 5 months ago
数字图像处理 ——车牌识别实验报告.pdf ADD file via upload 5 months ago

README.md

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