-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOptions.Designer.vb
391 lines (386 loc) · 16.2 KB
/
Options.Designer.vb
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class OptionsForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.AccurateProcessing = New System.Windows.Forms.RadioButton()
Me.FastProcessing = New System.Windows.Forms.RadioButton()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.ShowLabels = New System.Windows.Forms.CheckBox()
Me.MinimizeMemoryFootprint = New System.Windows.Forms.CheckBox()
Me.OKbutton = New System.Windows.Forms.Button()
Me.Cancel = New System.Windows.Forms.Button()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.TestAllDuration = New System.Windows.Forms.NumericUpDown()
Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.SnapToGrid = New System.Windows.Forms.CheckBox()
Me.Kinect4Azure = New System.Windows.Forms.RadioButton()
Me.IntelCamera = New System.Windows.Forms.RadioButton()
Me.GroupBox6 = New System.Windows.Forms.GroupBox()
Me.PythonExes = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Filters = New System.Windows.Forms.GroupBox()
Me.DisparityToDepth = New System.Windows.Forms.CheckBox()
Me.HoleFillingFilter = New System.Windows.Forms.CheckBox()
Me.TemporalFilter = New System.Windows.Forms.CheckBox()
Me.SpatialFilter = New System.Windows.Forms.CheckBox()
Me.DepthToDisparity = New System.Windows.Forms.CheckBox()
Me.ThresholdFilter = New System.Windows.Forms.CheckBox()
Me.DecimationFilter = New System.Windows.Forms.CheckBox()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox4.SuspendLayout()
CType(Me.TestAllDuration, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox5.SuspendLayout()
Me.GroupBox6.SuspendLayout()
Me.Filters.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.AccurateProcessing)
Me.GroupBox1.Controls.Add(Me.FastProcessing)
Me.GroupBox1.Location = New System.Drawing.Point(12, 199)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(933, 128)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Speed"
'
'AccurateProcessing
'
Me.AccurateProcessing.AutoSize = True
Me.AccurateProcessing.Location = New System.Drawing.Point(16, 70)
Me.AccurateProcessing.Name = "AccurateProcessing"
Me.AccurateProcessing.Size = New System.Drawing.Size(225, 24)
Me.AccurateProcessing.TabIndex = 1
Me.AccurateProcessing.TabStop = True
Me.AccurateProcessing.Text = "Run algorithm at 1280x720"
Me.AccurateProcessing.UseVisualStyleBackColor = True
'
'FastProcessing
'
Me.FastProcessing.AutoSize = True
Me.FastProcessing.Location = New System.Drawing.Point(16, 40)
Me.FastProcessing.Name = "FastProcessing"
Me.FastProcessing.Size = New System.Drawing.Size(482, 24)
Me.FastProcessing.TabIndex = 0
Me.FastProcessing.TabStop = True
Me.FastProcessing.Text = "Run algorithm after resizing image to 640x360 (FastProcessing)"
Me.FastProcessing.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.ShowLabels)
Me.GroupBox2.Controls.Add(Me.MinimizeMemoryFootprint)
Me.GroupBox2.Location = New System.Drawing.Point(15, 333)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(933, 125)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Memory"
'
'ShowLabels
'
Me.ShowLabels.AutoSize = True
Me.ShowLabels.Location = New System.Drawing.Point(16, 76)
Me.ShowLabels.Name = "ShowLabels"
Me.ShowLabels.Size = New System.Drawing.Size(175, 24)
Me.ShowLabels.TabIndex = 1
Me.ShowLabels.Text = "Show Image Labels"
Me.ShowLabels.UseVisualStyleBackColor = True
'
'MinimizeMemoryFootprint
'
Me.MinimizeMemoryFootprint.AutoSize = True
Me.MinimizeMemoryFootprint.Location = New System.Drawing.Point(16, 46)
Me.MinimizeMemoryFootprint.Name = "MinimizeMemoryFootprint"
Me.MinimizeMemoryFootprint.Size = New System.Drawing.Size(224, 24)
Me.MinimizeMemoryFootprint.TabIndex = 0
Me.MinimizeMemoryFootprint.Text = "Minimize Memory Footprint"
Me.MinimizeMemoryFootprint.UseVisualStyleBackColor = True
'
'OKbutton
'
Me.OKbutton.Location = New System.Drawing.Point(794, 22)
Me.OKbutton.Name = "OKbutton"
Me.OKbutton.Size = New System.Drawing.Size(151, 40)
Me.OKbutton.TabIndex = 3
Me.OKbutton.Text = "OK"
Me.OKbutton.UseVisualStyleBackColor = True
'
'Cancel
'
Me.Cancel.Location = New System.Drawing.Point(794, 68)
Me.Cancel.Name = "Cancel"
Me.Cancel.Size = New System.Drawing.Size(151, 40)
Me.Cancel.TabIndex = 4
Me.Cancel.Text = "Cancel"
Me.Cancel.UseVisualStyleBackColor = True
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.TestAllDuration)
Me.GroupBox4.Controls.Add(Me.Label1)
Me.GroupBox4.Location = New System.Drawing.Point(15, 746)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(933, 116)
Me.GroupBox4.TabIndex = 3
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Test All Options"
'
'TestAllDuration
'
Me.TestAllDuration.Location = New System.Drawing.Point(16, 50)
Me.TestAllDuration.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.TestAllDuration.Name = "TestAllDuration"
Me.TestAllDuration.ReadOnly = True
Me.TestAllDuration.Size = New System.Drawing.Size(89, 26)
Me.TestAllDuration.TabIndex = 2
Me.TestAllDuration.Value = New Decimal(New Integer() {5, 0, 0, 0})
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(111, 52)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(405, 20)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Duration in seconds of each test when running ""Test All"""
'
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.SnapToGrid)
Me.GroupBox5.Controls.Add(Me.Kinect4Azure)
Me.GroupBox5.Controls.Add(Me.IntelCamera)
Me.GroupBox5.Location = New System.Drawing.Point(12, 22)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(776, 160)
Me.GroupBox5.TabIndex = 2
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Camera"
'
'SnapToGrid
'
Me.SnapToGrid.AutoSize = True
Me.SnapToGrid.Location = New System.Drawing.Point(84, 114)
Me.SnapToGrid.Name = "SnapToGrid"
Me.SnapToGrid.Size = New System.Drawing.Size(354, 24)
Me.SnapToGrid.TabIndex = 2
Me.SnapToGrid.Text = "Snap to Grid (Resizes to 360x640 for display)"
Me.SnapToGrid.UseVisualStyleBackColor = True
'
'Kinect4Azure
'
Me.Kinect4Azure.AutoSize = True
Me.Kinect4Azure.Location = New System.Drawing.Point(16, 70)
Me.Kinect4Azure.Name = "Kinect4Azure"
Me.Kinect4Azure.Size = New System.Drawing.Size(309, 24)
Me.Kinect4Azure.TabIndex = 1
Me.Kinect4Azure.TabStop = True
Me.Kinect4Azure.Text = "Use Microsoft Kinect for Azure Camera"
Me.Kinect4Azure.UseVisualStyleBackColor = True
'
'IntelCamera
'
Me.IntelCamera.AutoSize = True
Me.IntelCamera.Location = New System.Drawing.Point(16, 40)
Me.IntelCamera.Name = "IntelCamera"
Me.IntelCamera.Size = New System.Drawing.Size(222, 24)
Me.IntelCamera.TabIndex = 0
Me.IntelCamera.TabStop = True
Me.IntelCamera.Text = "Use Intel D4xx 3D Camera"
Me.IntelCamera.UseVisualStyleBackColor = True
'
'GroupBox6
'
Me.GroupBox6.Controls.Add(Me.PythonExes)
Me.GroupBox6.Controls.Add(Me.Label2)
Me.GroupBox6.Location = New System.Drawing.Point(12, 868)
Me.GroupBox6.Name = "GroupBox6"
Me.GroupBox6.Size = New System.Drawing.Size(933, 116)
Me.GroupBox6.TabIndex = 5
Me.GroupBox6.TabStop = False
Me.GroupBox6.Text = "Python "
'
'PythonExes
'
Me.PythonExes.FormattingEnabled = True
Me.PythonExes.Location = New System.Drawing.Point(15, 65)
Me.PythonExes.Name = "PythonExes"
Me.PythonExes.Size = New System.Drawing.Size(912, 28)
Me.PythonExes.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 37)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(552, 20)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Select the version of Python that should be used when running Python scripts"
'
'Filters
'
Me.Filters.Controls.Add(Me.DisparityToDepth)
Me.Filters.Controls.Add(Me.HoleFillingFilter)
Me.Filters.Controls.Add(Me.TemporalFilter)
Me.Filters.Controls.Add(Me.SpatialFilter)
Me.Filters.Controls.Add(Me.DepthToDisparity)
Me.Filters.Controls.Add(Me.ThresholdFilter)
Me.Filters.Controls.Add(Me.DecimationFilter)
Me.Filters.Location = New System.Drawing.Point(15, 464)
Me.Filters.Name = "Filters"
Me.Filters.Size = New System.Drawing.Size(933, 274)
Me.Filters.TabIndex = 6
Me.Filters.TabStop = False
Me.Filters.Text = "RealSense Camera Filters (Running in the DSP chip)"
'
'DisparityToDepth
'
Me.DisparityToDepth.AutoSize = True
Me.DisparityToDepth.Enabled = False
Me.DisparityToDepth.Location = New System.Drawing.Point(16, 226)
Me.DisparityToDepth.Name = "DisparityToDepth"
Me.DisparityToDepth.Size = New System.Drawing.Size(162, 24)
Me.DisparityToDepth.TabIndex = 6
Me.DisparityToDepth.Text = "Disparity to Depth"
Me.DisparityToDepth.UseVisualStyleBackColor = True
'
'HoleFillingFilter
'
Me.HoleFillingFilter.AutoSize = True
Me.HoleFillingFilter.Location = New System.Drawing.Point(16, 196)
Me.HoleFillingFilter.Name = "HoleFillingFilter"
Me.HoleFillingFilter.Size = New System.Drawing.Size(151, 24)
Me.HoleFillingFilter.TabIndex = 5
Me.HoleFillingFilter.Text = "Hole Filling Filter"
Me.HoleFillingFilter.UseVisualStyleBackColor = True
'
'TemporalFilter
'
Me.TemporalFilter.AutoSize = True
Me.TemporalFilter.Location = New System.Drawing.Point(16, 166)
Me.TemporalFilter.Name = "TemporalFilter"
Me.TemporalFilter.Size = New System.Drawing.Size(140, 24)
Me.TemporalFilter.TabIndex = 4
Me.TemporalFilter.Text = "Temporal Filter"
Me.TemporalFilter.UseVisualStyleBackColor = True
'
'SpatialFilter
'
Me.SpatialFilter.AutoSize = True
Me.SpatialFilter.Location = New System.Drawing.Point(16, 136)
Me.SpatialFilter.Name = "SpatialFilter"
Me.SpatialFilter.Size = New System.Drawing.Size(123, 24)
Me.SpatialFilter.TabIndex = 3
Me.SpatialFilter.Text = "Spatial Filter"
Me.SpatialFilter.UseVisualStyleBackColor = True
'
'DepthToDisparity
'
Me.DepthToDisparity.AutoSize = True
Me.DepthToDisparity.Enabled = False
Me.DepthToDisparity.Location = New System.Drawing.Point(16, 106)
Me.DepthToDisparity.Name = "DepthToDisparity"
Me.DepthToDisparity.Size = New System.Drawing.Size(162, 24)
Me.DepthToDisparity.TabIndex = 2
Me.DepthToDisparity.Text = "Depth to Disparity"
Me.DepthToDisparity.UseVisualStyleBackColor = True
'
'ThresholdFilter
'
Me.ThresholdFilter.AutoSize = True
Me.ThresholdFilter.Location = New System.Drawing.Point(16, 76)
Me.ThresholdFilter.Name = "ThresholdFilter"
Me.ThresholdFilter.Size = New System.Drawing.Size(144, 24)
Me.ThresholdFilter.TabIndex = 1
Me.ThresholdFilter.Text = "Threshold Filter"
Me.ThresholdFilter.UseVisualStyleBackColor = True
'
'DecimationFilter
'
Me.DecimationFilter.AutoSize = True
Me.DecimationFilter.Location = New System.Drawing.Point(16, 46)
Me.DecimationFilter.Name = "DecimationFilter"
Me.DecimationFilter.Size = New System.Drawing.Size(154, 24)
Me.DecimationFilter.TabIndex = 0
Me.DecimationFilter.Text = "Decimation Filter"
Me.DecimationFilter.UseVisualStyleBackColor = True
'
'OptionsForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(960, 1009)
Me.Controls.Add(Me.Filters)
Me.Controls.Add(Me.GroupBox6)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.Cancel)
Me.Controls.Add(Me.OKbutton)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.KeyPreview = True
Me.Name = "OptionsForm"
Me.Text = "Options"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
CType(Me.TestAllDuration, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox5.ResumeLayout(False)
Me.GroupBox5.PerformLayout()
Me.GroupBox6.ResumeLayout(False)
Me.GroupBox6.PerformLayout()
Me.Filters.ResumeLayout(False)
Me.Filters.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents AccurateProcessing As RadioButton
Friend WithEvents FastProcessing As RadioButton
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents MinimizeMemoryFootprint As CheckBox
Friend WithEvents ShowLabels As CheckBox
Friend WithEvents OKbutton As Button
Friend WithEvents Cancel As Button
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents Label1 As Label
Friend WithEvents TestAllDuration As NumericUpDown
Friend WithEvents GroupBox5 As GroupBox
Friend WithEvents Kinect4Azure As RadioButton
Friend WithEvents IntelCamera As RadioButton
Friend WithEvents SnapToGrid As CheckBox
Friend WithEvents GroupBox6 As GroupBox
Friend WithEvents PythonExes As ComboBox
Friend WithEvents Label2 As Label
Friend WithEvents Filters As GroupBox
Friend WithEvents DisparityToDepth As CheckBox
Friend WithEvents HoleFillingFilter As CheckBox
Friend WithEvents TemporalFilter As CheckBox
Friend WithEvents SpatialFilter As CheckBox
Friend WithEvents DepthToDisparity As CheckBox
Friend WithEvents ThresholdFilter As CheckBox
Friend WithEvents DecimationFilter As CheckBox
End Class