Detecting playing cards by separating each card in the image
Show older comments
.jpg)

I am working on a project that detects playing cards in a poker game. I will have three cards on the table and i have to separate each card and save them as a separate image so that i can do template matching or SIFT on them. Can anyone tell me how to do this? All i have done till now is threshold the image, use sobel edge detector on the thresholded image, dilate the image and apply hough transform to the image.
Accepted Answer
More Answers (0)
Categories
Find more on Card games in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!