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.

623 B

信用卡卡号识别系统

这个项目是一个使用Python和OpenCV库构建的信用卡数字识别系统。它能够从用户提供的信用卡图片中识别出信用卡的类型和号码。

功能

  • 从用户选择的图片中识别信用卡类型如Visa, MasterCard等
  • 识别并输出信用卡上的数字。
  • 提供图形用户界面来选择信用卡图片。
  • 显示处理过程中的中间结果,包括灰度图、二值图像、轮廓检测等。
  • 将最终结果显示在图像上,并保存到文件。

成员

  • 项目成员:黄晟、张力骏
  • 项目报告由张力骏提交