CmdrDats / igoki

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

Simplify opencv image writing usage #77

Open CmdrDats opened 2 years ago

CmdrDats commented 2 years ago

At the moment, there's quite a lot of mucking around in OpenCV core bits (in particular, drawing onto images)

This will be particularly important for later for updating the OpenCV later down the line.

The core usages for openCV should really be:

There's some experimental work around figuring out the position of the board dynamically to skip or ease calibration , but that is not a primary goal and can be ignored (it's a lot of work for marginal gain).