Print corner coodinates in decimal form for more precision.
[gocam.git] / README
blob8126016e577266735469e9d6fe8570ebbbd4b3d2
1 GoCam - A computer vision tool for extracting moves from go videos
3 GoCam is an open source project for developing an automatic system for
4 analysing video capture of a real go game, and extracting the moves of
5 the game.  More information about the project can be found on the
6 project's wiki page "http://teemu.pieni.net/gocam-wiki/moin.cgi".  See
7 "NEWS" file for general changes, and "INSTALL" file for compilation
8 and installation instructions.
10 The system can be experimented with the command line tool "gocam_test"
11 and the example image "example.jpg".  Just give the image as a command
12 line parameter:
14   ./gocam_test example.jpg
16 Analysing images may take 1-30 seconds depending on the speed of your
17 computer and the size of the images.  After analysis, the program
18 opens a window showing the original image and the grid it found.  At
19 the moment, the program does not try to find stones on the board.
21 The test program recognises also some command line options:
23   -h, --help             display help
24   -i, --intermediate     show also intermediate results
25   -s, --save-hough=FILE  save the hough image
26   -u, --use-hough=FILE   load a pre-computed hough image
28 -- 
29 Teemu Hirsimäki
30 Email: teemu.hirsimaki [at domain] iki.fi