File size: 971 Bytes
3bb804c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "global_settings": {
    "coupling": 100
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "DistanceFieldNode",
      "pos_x": 733.0,
      "pos_y": 52.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {
          "image_in": "image",
          "threshold": "signal",
          "invert": "signal"
        },
        "outputs": {
          "image": "image"
        },
        "node_title": "Distance Field",
        "size": 256
      }
    },
    {
      "id": 1,
      "class_name": "DisplayNode",
      "pos_x": 731.0,
      "pos_y": -162.0,
      "width": 208.0,
      "height": 204.0,
      "config": {
        "inputs": {
          "image_in": "image"
        },
        "outputs": {},
        "node_title": "Display"
      }
    }
  ],
  "edges": [
    {
      "from_node_id": 0,
      "from_port": "image",
      "to_node_id": 1,
      "to_port": "image_in"
    }
  ]
}