CmdrDats / igoki

Clojure Go Kifu recorder and OGS player
Eclipse Public License 1.0
161 stars 16 forks source link

Replace 'reference + diff' with k-means colour clustering instead #53

Closed CmdrDats closed 8 years ago

CmdrDats commented 8 years ago

See the colour recognition work done in: http://tomasm.cz/imago_files/go_image_recognition.pdf

CmdrDats commented 8 years ago

Worth noting, however, that the results are only 76% accuracy.. missing 'up to 3 stones' through the lifetime of a game could be pretty bad.

Might be worth running the two methods parallel so that we can trial it out a while.

CmdrDats commented 8 years ago

This has been implemented to a point where detecting stones is quite satisfactory.. so I'll log another issue if I feel there is more I can do on this down the line.