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 [ label="gradient < gradientDelta" ]
+
     calibrating -> calibrating [ label="gradient > gradientDelta or less than calibrationWindow times calibrating" ]
     calibrating -> preMove [ label="" ]
+
     calibrating -> preMove [ label="gradient < gradientDelta and more than calibrationWindows times calibrating" ]
     preMove -> preMove
+
     preMove -> preMove [ label="gradient < gradientDelta" ]
 
     preMove -> inMove [ label="" ]
 
     preMove -> inMove [ label="" ]
 
     inMove->inMove
 
     inMove->inMove

Revision as of 10:08, 17 December 2019

Second attempt

The file "mwstore://local-backend/local-public/diagrams/archive/20250906051453!Diagrams_70c46091abb6df669ee190e82c490068.png" already exists.

First attempt

The file "mwstore://local-backend/local-public/diagrams/archive/20250906051453!Diagrams_f29cf5525232fec86abd7de7e9c189a5.png" already exists.