Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dofire/opencv-playing-card-detection
detect playing cards using OpenCV and Python ♥️♠️♦️♣️
https://github.com/dofire/opencv-playing-card-detection
ipynb jupyter-notebook opencv opencv-python playing-cards-detection python
Last synced: 17 days ago
JSON representation
detect playing cards using OpenCV and Python ♥️♠️♦️♣️
- Host: GitHub
- URL: https://github.com/dofire/opencv-playing-card-detection
- Owner: dofire
- Created: 2023-11-28T06:39:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-11T13:39:22.000Z (12 months ago)
- Last Synced: 2024-12-03T10:42:41.032Z (22 days ago)
- Topics: ipynb, jupyter-notebook, opencv, opencv-python, playing-cards-detection, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- 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)