-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recogniser.Designer.cs
263 lines (258 loc) · 14.3 KB
/
Recogniser.Designer.cs
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
namespace Hack_in_the_north_hand_mouse
{
partial class Recogniser
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Recogniser));
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.label6 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnLoad = new System.Windows.Forms.Button();
this.btnClick = new System.Windows.Forms.Button();
this.btnBrowse = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnPrev = new System.Windows.Forms.Button();
this.pbExtractedFaces = new Emgu.CV.UI.ImageBox();
this.CamImageBox = new Emgu.CV.UI.ImageBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.showNames = new System.Windows.Forms.Label();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
((System.ComponentModel.ISupportInitialize)(this.pbExtractedFaces)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CamImageBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Century Gothic", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label6.Location = new System.Drawing.Point(309, -1);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(232, 36);
this.label6.TabIndex = 49;
this.label6.Text = "Recogniser GUI";
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.btnSave.Enabled = false;
this.btnSave.FlatAppearance.BorderSize = 0;
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSave.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSave.Location = new System.Drawing.Point(679, 455);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(89, 55);
this.btnSave.TabIndex = 48;
this.btnSave.Text = "Save Trained Set";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnLoad
//
this.btnLoad.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.btnLoad.Enabled = false;
this.btnLoad.FlatAppearance.BorderSize = 0;
this.btnLoad.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLoad.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLoad.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnLoad.Location = new System.Drawing.Point(575, 455);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(89, 55);
this.btnLoad.TabIndex = 47;
this.btnLoad.Text = "Load Trained Set";
this.btnLoad.UseVisualStyleBackColor = false;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnClick
//
this.btnClick.BackColor = System.Drawing.Color.Yellow;
this.btnClick.FlatAppearance.BorderSize = 0;
this.btnClick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClick.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClick.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnClick.Location = new System.Drawing.Point(306, 466);
this.btnClick.Name = "btnClick";
this.btnClick.Size = new System.Drawing.Size(147, 44);
this.btnClick.TabIndex = 46;
this.btnClick.Text = "Begin Live Detection";
this.btnClick.UseVisualStyleBackColor = false;
this.btnClick.Click += new System.EventHandler(this.btnClick_Click);
//
// btnBrowse
//
this.btnBrowse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnBrowse.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnBrowse.FlatAppearance.BorderSize = 2;
this.btnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBrowse.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnBrowse.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnBrowse.Location = new System.Drawing.Point(84, 466);
this.btnBrowse.Margin = new System.Windows.Forms.Padding(0);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(147, 44);
this.btnBrowse.TabIndex = 45;
this.btnBrowse.Text = "Browse Image";
this.btnBrowse.UseVisualStyleBackColor = false;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// btnNext
//
this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.btnNext.Enabled = false;
this.btnNext.FlatAppearance.BorderSize = 0;
this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnNext.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnNext.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnNext.Location = new System.Drawing.Point(693, 109);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 52);
this.btnNext.TabIndex = 44;
this.btnNext.Text = "<";
this.btnNext.UseVisualStyleBackColor = false;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnPrev
//
this.btnPrev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnPrev.Enabled = false;
this.btnPrev.FlatAppearance.BorderSize = 0;
this.btnPrev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPrev.Font = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPrev.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnPrev.Location = new System.Drawing.Point(693, 42);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(75, 52);
this.btnPrev.TabIndex = 43;
this.btnPrev.Text = ">";
this.btnPrev.UseVisualStyleBackColor = false;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// pbExtractedFaces
//
this.pbExtractedFaces.BackColor = System.Drawing.Color.DimGray;
this.pbExtractedFaces.Location = new System.Drawing.Point(575, 42);
this.pbExtractedFaces.Name = "pbExtractedFaces";
this.pbExtractedFaces.Size = new System.Drawing.Size(104, 119);
this.pbExtractedFaces.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbExtractedFaces.TabIndex = 30;
this.pbExtractedFaces.TabStop = false;
//
// CamImageBox
//
this.CamImageBox.BackColor = System.Drawing.Color.DimGray;
this.CamImageBox.Location = new System.Drawing.Point(19, 42);
this.CamImageBox.Name = "CamImageBox";
this.CamImageBox.Size = new System.Drawing.Size(533, 418);
this.CamImageBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.CamImageBox.TabIndex = 31;
this.CamImageBox.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(763, 6);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(31, 22);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox3.TabIndex = 32;
this.pictureBox3.TabStop = false;
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label1.Location = new System.Drawing.Point(572, 183);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(137, 17);
this.label1.TabIndex = 50;
this.label1.Text = "Suspected Criminals";
//
// showNames
//
this.showNames.AutoSize = true;
this.showNames.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.showNames.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.showNames.Location = new System.Drawing.Point(572, 207);
this.showNames.Name = "showNames";
this.showNames.Size = new System.Drawing.Size(20, 17);
this.showNames.TabIndex = 51;
this.showNames.Text = ":- ";
//
// Recogniser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ClientSize = new System.Drawing.Size(801, 517);
this.Controls.Add(this.showNames);
this.Controls.Add(this.label1);
this.Controls.Add(this.label6);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.btnClick);
this.Controls.Add(this.btnBrowse);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.pbExtractedFaces);
this.Controls.Add(this.CamImageBox);
this.Controls.Add(this.pictureBox3);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Recogniser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Recogniser";
((System.ComponentModel.ISupportInitialize)(this.pbExtractedFaces)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CamImageBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnClick;
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnPrev;
private Emgu.CV.UI.ImageBox pbExtractedFaces;
private Emgu.CV.UI.ImageBox CamImageBox;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label showNames;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
}
}