TIC TAC TOE in EMGUCV


Home Video Download Contact Other projects

In this pages I'm showing my first project developed using EmguCV , a C# wrapper for OpenCV .


I developed a tic-tac-toe game in wich the players move on the paper. The software then maps the movements on the screen, and check for winners.

I used the findchessboard methods to make an homography and hough algorithms to sense circles and squares.


Go to the video page to see video showing the program, or to the download page to download it.