Difference between revisions of "PlayChessWithAWebCam/DetectState"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<graphviz> | <graphviz> | ||
digraph detection2 { | digraph detection2 { | ||
+ | calibrating -> calibrating | ||
calibrating -> preMove [ label="" ] | calibrating -> preMove [ label="" ] | ||
+ | preMove -> preMove | ||
preMove -> inMove [ label="" ] | preMove -> inMove [ label="" ] | ||
inMove -> moveDetected [ label="" ] | inMove -> moveDetected [ label="" ] | ||
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
= First attempt = | = First attempt = | ||
<graphviz> | <graphviz> |