Skip to content

A computer vision project about number recognition of credit card is achieved by OpenCV.

Notifications You must be signed in to change notification settings

JimengShi/Credit-Card-Number-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit-Card-Number-Recognition

A computer vision project about number recognition of credit card is achieved by OpenCV. The accuracy is 100%.

Framework:

Framework

Demo:

The GIF below shows PART II and PART III in the framework:

  • PART II
part2
  • PART III
part3

Result:

result1

How to run:

Environment

  • Window 10
  • Pycharm 2020.1.2
  • OpenCV 4.2.0
  • Python 3.7.4 with some necessary libraries

Note: Because argparse library is used in this project, please:

  • edit parameters in Pycharm: --image images/credit_card_01.png --template images/ocr_a_reference.png
  • or type python ocr_template_match --image images/credit_card_01.png --template images/ocr_a_reference.png in the command prompt

About

A computer vision project about number recognition of credit card is achieved by OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published