I usually play a game called Burako. It has some color playing pieces with numbers from 1-13.
After a match finishes you have to count your points. For example:
1 == 15 points
2 == 20 points
I want to create an app that takes a picture and count the pieces for me. So I need something that recognizes an image inside an image.
I was about to read about OpenCV
since there is an Android port but it feels there should be something simpler to do this.
What do you think?