Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torrydo/opencv-playing-card-detection
https://github.com/torrydo/opencv-playing-card-detection
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/torrydo/opencv-playing-card-detection
- Owner: TorryDo
- Created: 2023-11-28T06:39:13.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-21T15:52:11.000Z (11 months ago)
- Last Synced: 2023-12-21T18:49:36.248Z (11 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)