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.
pp3zeujry
07bb4e2d9b
|
5 months ago | |
---|---|---|
README.md | 5 months ago | |
credit_card_01.png | 5 months ago | |
credit_card_02.png | 5 months ago | |
credit_card_03.png | 5 months ago | |
credit_card_04.png | 5 months ago | |
credit_card_05.png | 5 months ago | |
demovideo.mp4 | 5 months ago | |
main.py | 5 months ago | |
mnistset.py | 5 months ago | |
ocr_a_reference.png | 5 months ago | |
utils.py | 5 months ago | |
项目报告.docx | 5 months ago |
README.md
信用卡卡号识别系统
这个项目是一个使用Python和OpenCV库构建的信用卡数字识别系统。它能够从用户提供的信用卡图片中识别出信用卡的类型和号码。
功能
- 从用户选择的图片中识别信用卡类型(如Visa, MasterCard等)。
- 识别并输出信用卡上的数字。
- 提供图形用户界面来选择信用卡图片。
- 显示处理过程中的中间结果,包括灰度图、二值图像、轮廓检测等。
- 将最终结果显示在图像上,并保存到文件。
成员
- 项目成员:黄晟、张力骏
- 项目报告由张力骏提交