Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 838 Bytes

OpenCV 🃏 Playing Card Detection ♥️♠️♦️♣️

The user simply puts the card on a flat surface, and the program will

  • threshold the image
  • find the card
  • isolate the corners
  • split it into rank and suit
  • compare with the stored rank/suit images and then show the results

Demo

♥️♠️ demo ♦️♣️

Used Packages

  • Python 3.11.5
  • opencv
  • numpy
  • matplotlib
  • jupyter notebook

References