-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathextractui.lfm
executable file
·74 lines (74 loc) · 1.48 KB
/
extractui.lfm
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
object ExtractForm: TExtractForm
Left = 528
Height = 153
Top = 168
Width = 498
BorderStyle = bsDialog
Caption = 'Extract Objects (Remove Haze)'
ClientHeight = 153
ClientWidth = 498
Font.Name = 'Default'
Position = poScreenCenter
LCLVersion = '1.4.0.4'
object ReadIntLabel: TLabel
Left = 120
Height = 13
Top = 16
Width = 243
Caption = 'Otsu levels: larger values for larger volumes (1..5)'
ParentColor = False
ParentFont = False
end
object OtsuLevelsEdit: TSpinEdit
Left = 16
Height = 21
Top = 16
Width = 93
MaxValue = 5
MinValue = 1
ParentFont = False
TabOrder = 1
Value = 3
end
object OKBtn: TButton
Left = 416
Height = 25
Top = 120
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'OK'
ModalResult = 1
ParentFont = False
TabOrder = 0
end
object ReadIntLabel1: TLabel
Left = 120
Height = 13
Top = 48
Width = 291
Caption = 'Edge dilation voxels: larger values for larger volumes (0..12)'
ParentColor = False
ParentFont = False
end
object DilateEdit: TSpinEdit
Left = 17
Height = 21
Top = 44
Width = 93
MaxValue = 12
ParentFont = False
TabOrder = 2
Value = 2
end
object OneContiguousObjectCheck: TCheckBox
Left = 17
Height = 17
Top = 80
Width = 179
Caption = 'Only extract single largest object'
Checked = True
ParentFont = False
State = cbChecked
TabOrder = 3
end
end