From: Tomas Musil Date: Tue, 24 Jun 2014 15:13:44 +0000 (+0200) Subject: reorganised TODO X-Git-Url: http://git.tomasm.cz/imago.git/commitdiff_plain/ea124bf748e7ade121ce5b642a311fe7bbbd70c3?ds=inline;hp=616855eb8dd13cb02e8096806bea6a0f6792435c reorganised TODO --- diff --git a/TODO b/TODO index 4c022c6..cdcbade 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,8 @@ -documentation +faster image processing better color clustering -auto-calibration (too much new stones -> smaller clusters) use information from previous board +auto-calibration (too much new stones -> smaller clusters) faster (and more realiable) grid search stone finding better user interface -faster image processing use floats in computations diff --git a/todo_count.sh b/todo_count.sh new file mode 100755 index 0000000..ce2ec14 --- /dev/null +++ b/todo_count.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +grep --count TODO imago_pack/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"