PlayChessWithAWebCam/DetectState: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
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>

Revision as of 07:59, 17 December 2019

Second attempt

First attempt