Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torrydo/opencv-playing-card-detection


https://github.com/torrydo/opencv-playing-card-detection

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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 ♦️♣️ |
| :-: |
| |
| |


- For more information, refer to [Jupyter Notebook](main.ipynb)

## Used Packages
- `Python 3.11.5`
- `opencv`
- `numpy`
- `matplotlib`
- `jupyter notebook`

## References
- [EdjeElectronics/OpenCV-Playing-Card-Detector](https://github.com/EdjeElectronics/OpenCV-Playing-Card-Detector)
- [dharm1k987/Card_Recognizer](https://github.com/dharm1k987/Card_Recognizer)
- [youtube](https://www.youtube.com/watch?v=s2jYdsjWirs)