From 4760a99ba70a5e8d833fc66ae78236413209362f Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sat, 8 Nov 2008 02:10:52 +0100 Subject: [PATCH] More things to do... --- CHANGES | 1 + TODO | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 974645a..6ad0b49 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ +1.03+: * major feature update, breaks backward compatibility. 1.03: * POD: minor updates. 1.02: * find_intersections: small code update. 1.01: * POD: documentation update. diff --git a/TODO b/TODO index 051ee88..7656c6f 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,12 @@ * provide diagnostic about recognition errors based on expectation from previous step * try to filter out erroneous add/clear when they are undone later + (keep a list of positions known to vary, and confidence stats) +* add SGF comments about (non-)confidence of decoded moves when needed * generate proper "move" steps in SGF when possible * use the grid region only for quantization (autodetecting best board color from that region) +* calculate default sample_radius from board size on image - features: * make the solution able to handle 13x13 and 9x9 without changing the code @@ -15,5 +18,7 @@ * maybe provide a gui for interactive tuning - perfs: +* scale down large images before running gocam on them (but maybe still run + Image2SGF on full-sized ones) * port the Image2SGF's stone-detection algo into gocam to avoid dep on perl and hopefully get better perf -- 2.11.4.GIT