Hi!
I am a quite experianced programmer with some math background, and very limited knowledge of CV (had a cource once at university, know the concept of feature), but I never worked with OpenCV.
I am thinking about a little private project. First step would be detection of a tabletop game setup of Catan, which you can see here: https://tametheboardgame.files.wordpress.com/2014/03/img_0539.jpg
This image shows to seafaring extension, I don't care about so forget about the blue stuf on the border. Also I would not care for the items representing streets (wooden bars bars) and settlements (wooden houses) for now.
What I would like to realize in a first and second step:
1) detect the hexagonal cards defining the playfield 2) detect the chips with numbers
Could someone point me into some directions to go for this? Are there beginners tutorials which will lead me directly where I want to go? Or could someone tell some core concepts I should stick with?
Implementation might start with python as a play stage, but would be done in c++ finally.
Thanks;)