Recognize play card
Hello, I want to implement an application for Android able to recognize play cards. In particular, my problem is that cards are arranged as here. So, I guess that the best way to recognize them is trying to read the number/letter (and symbol for the joker) on the corner, since I do not care about the suit of the cards. How can I do that? Sorry, but I am not an expert so please I need of your help.
I'm not sure, but I think template matching can help you identify number/suits. http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html