-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInOut.precipe
125 lines (125 loc) · 3.12 KB
/
InOut.precipe
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"PylonMetaData": {
"ObjectVersion": "1.0.0",
"MinRequiredSoftwareVersion": "1.0.0"
},
"PylonContent": {
"Ui": {
"UiGraphInputOutput": [
{
"id": "<GraphInput>",
"x": 113.5,
"y": -40.5
},
{
"id": "<GraphOutput>",
"x": 931.5,
"y": -40.5
}
],
"UiNodes": [
{
"id": "ImageSmoothingBasic",
"x": 349.0,
"y": -8.29597890401061,
"WatchNodePins": [
{
"nodeName": "ImageSmoothingBasic",
"pinName": "Image",
"pinDirection": "Input"
},
{
"nodeName": "ImageSmoothingBasic",
"pinName": "Image",
"pinDirection": "Output"
}
]
}
],
"PylonMetaData": {
"ObjectVersion": "2.0.4",
"MinRequiredSoftwareVersion": "1.0.0"
}
},
"Graph": {
"PylonMetaData": {
"ObjectVersion": "1.2.0",
"MinRequiredSoftwareVersion": "1.0.0"
},
"Nodes": [
{
"Name": "ImageSmoothingBasic",
"Enabled": true,
"NodeTypeID": "1C3B8528-0025-4E6F-AE33-B8819FDD1538",
"Type": "Plugin::PylonVToolPackageA::ImageSmoothingBasic",
"NodeData": {
"PylonMetaData": {
"ObjectVersion": "3.0.0",
"MinRequiredSoftwareVersion": "1.0.0"
},
"settings": {
"SettingsVersion": 1,
"Operation": 1,
"MaskWidth": 9,
"MaskHeight": 9,
"MaskLinked": true
}
}
}
],
"Connections": [
{
"Name": "Connection",
"Source": "<GraphInput>",
"Sink": "ImageSmoothingBasic",
"QueueMode": 3,
"MaxSize": 1,
"SourceOutputPath": "image",
"SinkInputPath": "Image",
"ValueTypeID": "2C893358-0EEF-5260-B262-8CB32DF2C394"
},
{
"Name": "Connection2",
"Source": "ImageSmoothingBasic",
"Sink": "<GraphOutput>",
"QueueMode": 3,
"MaxSize": 1,
"SourceOutputPath": "Image",
"SinkInputPath": "result",
"ValueTypeID": "2C893358-0EEF-5260-B262-8CB32DF2C394"
}
],
"GraphInput": {
"NodeData": {
"Outputs": [
{
"Name": "image",
"Type": "Pylon::DataProcessing::Core::IImage",
"ValueTypeID": "2C893358-0EEF-5260-B262-8CB32DF2C394"
}
]
}
},
"GraphOutput": {
"NodeData": {
"Inputs": [
{
"Name": "result",
"Type": "Pylon::DataProcessing::Core::IImage",
"ValueTypeID": "2C893358-0EEF-5260-B262-8CB32DF2C394"
}
]
}
},
"Resources": {
"ThreadPool": {
"PylonMetaData": {
"ObjectVersion": "1.0.0",
"MinRequiredSoftwareVersion": "1.0.0"
},
"MaxThreadCount": 22
}
}
}
}
}