Difference between revisions of "PlayChessWithAWebCam/DetectState"

From BITPlan Wiki
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>

Revision as of 09:59, 17 December 2019

Second attempt

First attempt