Playing Card Detection: Which techniques to use?

I am working on a project where my aim is to recognize the playing cards in a poker game. I have detected the individual cards using regionprops. Now i have an array which stores each individual card. I am trying to figure out a way to determine these cards correctly. I tried using SIFT with 52 playing cards database, but it failed terribly. Can anyone suggest a better and easier way of doing this? Also i want to know how to separate the cards in the second image(These are the cards of the player).

Antworten (1)

Harsha Phadke
Harsha Phadke am 6 Okt. 2016

0 Stimmen

Hey Rohit,
You can use Normalized 2-D cross-correlation to compare the captured images and the images in a 52 playing card database. The value of normalized cross-correlation can act as the threshold for matching the captured images to the images in database. Although, you might need some image pre-processing like rotating the images before you can apply the cross-correlation.
Following link might be helpful:

1 Kommentar

ROHIT AILA
ROHIT AILA am 6 Okt. 2016
@HarshaPhadke What do you mean by value of normalized cross-correlation? Is there some kind of score to know better matches? When i used normxcorr2, what happens is.. it matches all the suits to something on the card. But i don't know which one is a true match.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Card games finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 2 Okt. 2016

Kommentiert:

am 6 Okt. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by