Search found 2 matches

by smiladon
Sat May 22, 2010 7:01 am
Forum: Computer Go
Topic: Webcam + Go
Replies: 56
Views: 68987

Re: Webcam + Go

filtering the image for edge and board are done with opening and closing operation. Filters were designed by my partner so will cite our report:
In order to find the board several different filters were used. First the contrast was adjusted to increase the difference between go-board and background ...
by smiladon
Sat May 22, 2010 3:51 am
Forum: Computer Go
Topic: Webcam + Go
Replies: 56
Views: 68987

Re: Webcam + Go

Hi
I got this thread recommended from a friend. We have written a goboard detection algorithm in a coarse called "statistical image analysis" which does almost the same, but for still images. Maybe we can exchange some ideas.

We use matlab since we are more into math then programming. Our code ...