1 # Imago Go Image Recognition
5 - Python 2.7 (including dev)
8 - openCV (if you want to use a camera, otherwise not needed)
15 Run `make install` in this directory.
19 Run `./imago image.jpg` to extract game position from image.jpg.
20 Run `./imago -m image.jpg` to manually select grid position.
21 Run `./imago image000.jpg image001.jpg image002.jpg ...` to produce a game record from a sequence of images, one for every move. Use `-S` option to select SGF output.
22 Run "./imago --help" for help and list of all options.