OpenCV-Playing-Card-Detector icon indicating copy to clipboard operation
OpenCV-Playing-Card-Detector copied to clipboard

Python program that uses OpenCV to detect and identify playing cards from a PiCamera video feed on a Raspberry Pi

Results 11 OpenCV-Playing-Card-Detector issues
Sort by recently updated
recently updated
newest added

Hi there, I wanted to try this on a screenshot, being succesfull just to decission of cards, my size value of my contours has about 355 and the minimum size...

Hi, which software licence is this project offered under?

[ OpenCV Error: Sizes of input arguments do not match (The operation is neither 'array op array' (where arrays have the same size and the same number of channels), nor...

In Windows 10, the default installation of Anaconda 3.6 does not include OpenCV & Numpy libraries. These are required to be downloaded and installed separately from the Anaconda repository. **OpenCV**...

HI, Is it possible to make it read the card value based on the edge only(Not the whole card image). ![Screen Shot 2019-03-26 at 9 40 08 AM](https://user-images.githubusercontent.com/2074857/54968080-fa5e5980-4fab-11e9-814e-d2f02f4fa358.png) Please give...

Because I have different poker cards, I saw the video you have a training system. It's possible public or not?

``` def preprocess_image(image): img_w, img_h = np.shape(image)[:2] return thresh ``` should be change to ``` def preprocess_image(image): img_h, img_w = np.shape(image)[:2] return thresh ``` np.shape() will actually return height than...

Hi. I love your thing I'm just learning python, i tried to set an mss stream as input. I couldnt get the Rank_suit_detector properly, so i make it run with...

Hello, it's possible to provide a C# version using EmguCV ? because i found hard to convert some Python libs like 'numpy' in C#, but 'cv2' it's easy.

This project is so cool. I tried to run the project on my Mac, it gives error in findContours and LINE_AA syntax. I delete the "dummy" and change LINE_AA to...