Looking for: transparent go board

Talk about improving your game, resources you like, games you played, etc.
User avatar
Li Kao
Lives in gote
Posts: 643
Joined: Wed Apr 21, 2010 10:37 am
Rank: KGS 3k
GD Posts: 0
KGS: LiKao / Loki
Location: Munich, Germany
Has thanked: 115 times
Been thanked: 102 times

Re: Looking for: transparent go board

Post by Li Kao »

Why do you prefer one sensor per point instead of just one camera? Since the Position of the board relative to the camera is fixed detecting the stones should not be that hard in software.
Sanity is for the weak.
BramGo
Dies in gote
Posts: 24
Joined: Wed Jun 09, 2010 5:39 am
Rank: 1d
GD Posts: 68
KGS: spook
Been thanked: 5 times

Re: Looking for: transparent go board

Post by BramGo »

I did that a couple of years ago. But there's so much issues related to camera's.

First of all there's the problem to detect the outside border of the board automatically.
I avoided that by using a configuration procedure where the user had to put stones in the corners.

Then using interpolation you can calculate all intersections, right? Not completely.
Webcams have cheap lenses and these bend the perspective around the borders of the screen.
The result is that some intersections will be slightly off.

Then there's the problem of the viewing angle. If you put the camera really low then stones are in front of eachother.
The result is that you have to check the top of the stone, not the middle or the lowest point of the stone.
Of course if there is NO stone at the intersection, but there is one at the intersection behind it, then you'll get a wrong result as well.
So complex algorithms are necessary to do this perfect.

In combination with the previous problem this is very hard, you create a snowball effect when these slight errors are combined.

As an alternative you could setup the camera above the board (looking down to the board). The result of that is that the you annoy the players with the construction of the camera.

Then still there's the problem of lighting. One point of the board can be darker then the other, lightning can change during the course of the game.

What if you move your hand accross the board during play. I have a very white skin. For the camera it's as if a bunch of white stones are thrown on the board. This could be fixed by ignoring big sudden changes. But how can the camera tell the difference with removing big chunks of stones? He can't unless maybe if you get input from an USB connected clock ? (doesn't exist as far as I know, been looking for one).

What if the board or the camera shakes during play. Reconfiguration? When will you notice this, I hope you notice it before the game is over.

There's such so much unpredictable factors in using camera's. You can use artificial intelligence and use game logic to fix some of these problems. But you can't fix all.

On top of that I think if you put all this effort in writing the software for it, it's too bad you can't give feedback to the user. What I mean is, you'll never be able to play against GnuGo on a real board. The computer can't point certain positions on the board. Using a circuit underneat the board you can use LED lighting to show positiosn of stones or moves.

I think it makes more sense to put the detection inside the board. Well, it's still an experiment and there are some issues, but I think overall it's a better principle. But of course, it's a lot more expensive. :)
ZBaduk Online Go AI: https://www.zbaduk.com
Joseki Dictionary: http://www.brugo.be (deprecated)
User avatar
CDavis7M
Lives in sente
Posts: 716
Joined: Tue Jun 15, 2010 2:18 pm
Rank: Shokyu
GD Posts: 0
Universal go server handle: CDavis7M
Has thanked: 109 times
Been thanked: 140 times
Contact:

Re: Looking for: transparent go board

Post by CDavis7M »

please let this be a Go playing Roomba!
User avatar
shapenaji
Lives in sente
Posts: 1103
Joined: Tue Apr 20, 2010 10:58 pm
Rank: EGF 4d
GD Posts: 952
Location: Netherlands
Has thanked: 407 times
Been thanked: 422 times

Re: Looking for: transparent go board

Post by shapenaji »

I guess I'm a little confused, wouldn't it be easier to embed the electronics in a wooden board?
Tactics yes, Tact no...
hyperpape
Tengen
Posts: 4382
Joined: Thu May 06, 2010 3:24 pm
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Location: Caldas da Rainha, Portugal
Has thanked: 499 times
Been thanked: 727 times

Re: Looking for: transparent go board

Post by hyperpape »

First thought when you said it was a transparent board for a robot: http://en.wikipedia.org/wiki/The_Turk.
willemien
Lives in gote
Posts: 350
Joined: Fri Apr 23, 2010 7:28 am
Rank: EGF 12kyu
GD Posts: 0
DGS: willemien
Location: London UK
Has thanked: 19 times
Been thanked: 19 times

Re: Looking for: transparent go board

Post by willemien »

how about viewtopic.php?f=18&t=1073

(or http://www.pcb-dev.com/index.php?option ... ng=english for a direct link)

Just put all electronics below the board (even the camera) and you have a clear view.
(you can even add special boardmarkings at the back side for positioning, just paint it white at the top)

ADDED later

was thinking maybe also mark the stones with circles of the opposite colour at the bottom makes them easely recognisable / countable. (instead of a black cloud it becomes 3 clear white circles)
Promotor and Librarian of Sensei's Library
Post Reply