Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to create a chess-board

Hi I'm a newby starting to understand openCV and it's use to create and display graphics on the screen of my laptop.

I'd like to use opencv to draw a chess-board (not the checker pattern often used to calibrate, that's not a chess board) and to display that.

Then I'd like to create small images for each of the chess pieces and then then place each on the chess board.

create a chess board display it create each piece select a position on the board place the piece at that position display that

Can you point me towards some example opencv solution in C or C++ code that could show me how that can be done ?

I'm using Microsoft Visual Studio 2010 Express for C++ version

Thanks