From 97440043d1e48dfa0b1b197706866f5975cdb701 Mon Sep 17 00:00:00 2001 From: Tomas Musil Date: Wed, 12 Sep 2012 21:32:37 +0200 Subject: [PATCH] specification --- .gitignore | 5 +++++ doc/spec.tex | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 145e576..86dba7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ *.pyc saved captured +doc/*.aux +doc/*.log +doc/*.out +doc/*.pdf +doc/*.synctex.gz diff --git a/doc/spec.tex b/doc/spec.tex index 1052516..a5ba023 100644 --- a/doc/spec.tex +++ b/doc/spec.tex @@ -19,10 +19,10 @@ \maketitle \paragraph{} -Imago is a program for automatic processing of Go images. It takes an image (or a set of them), finds the board-grid and stones and produces an abstract representation of the game situation (or a game record). +Imago will be a program for automatic processing of Go images. It will take an image (or a set of images), find the board-grid and stones and produce an abstract representation of the game situation (or a game record). \paragraph{} -It will support JPEG, BMP, TIFF (and other) image formats on input. It will be capable of output to ASCII and SGF format. As the process should be fully automatic, the program will be operated from command line. There will however be a GUI for manual grid location in case the automatic one should fail. +It will support JPEG, BMP, TIFF (and other) image formats on input. It will be capable of output to ASCII and SGF format. As the process should be fully automatic, the program will be operated from command line. There will, however, be a GUI for manual grid location in case the automatic one should fail. \paragraph{} The program will be written mainly in Python, performance-critical parts later refactored in C. It will be distributed under a free (but not copyleft) license. -- 2.4.2