|
@@ -61,7 +61,7 @@
|
|
// depthImageBox
|
|
// depthImageBox
|
|
//
|
|
//
|
|
this.depthImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
this.depthImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
- this.depthImageBox.Location = new System.Drawing.Point(-4, -3);
|
|
|
|
|
|
+ this.depthImageBox.Location = new System.Drawing.Point(0, 0);
|
|
this.depthImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.depthImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.depthImageBox.Name = "depthImageBox";
|
|
this.depthImageBox.Name = "depthImageBox";
|
|
this.depthImageBox.Size = new System.Drawing.Size(320, 240);
|
|
this.depthImageBox.Size = new System.Drawing.Size(320, 240);
|
|
@@ -71,7 +71,7 @@
|
|
// fingerImageBox
|
|
// fingerImageBox
|
|
//
|
|
//
|
|
this.fingerImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
this.fingerImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
- this.fingerImageBox.Location = new System.Drawing.Point(316, -3);
|
|
|
|
|
|
+ this.fingerImageBox.Location = new System.Drawing.Point(320, 0);
|
|
this.fingerImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.fingerImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.fingerImageBox.Name = "fingerImageBox";
|
|
this.fingerImageBox.Name = "fingerImageBox";
|
|
this.fingerImageBox.Size = new System.Drawing.Size(320, 240);
|
|
this.fingerImageBox.Size = new System.Drawing.Size(320, 240);
|
|
@@ -81,7 +81,7 @@
|
|
// handImageBox
|
|
// handImageBox
|
|
//
|
|
//
|
|
this.handImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
this.handImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
- this.handImageBox.Location = new System.Drawing.Point(636, -3);
|
|
|
|
|
|
+ this.handImageBox.Location = new System.Drawing.Point(640, 0);
|
|
this.handImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.handImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.handImageBox.Name = "handImageBox";
|
|
this.handImageBox.Name = "handImageBox";
|
|
this.handImageBox.Size = new System.Drawing.Size(320, 240);
|
|
this.handImageBox.Size = new System.Drawing.Size(320, 240);
|
|
@@ -91,7 +91,7 @@
|
|
// palmImageBox
|
|
// palmImageBox
|
|
//
|
|
//
|
|
this.palmImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
this.palmImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
- this.palmImageBox.Location = new System.Drawing.Point(-4, 237);
|
|
|
|
|
|
+ this.palmImageBox.Location = new System.Drawing.Point(0, 240);
|
|
this.palmImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.palmImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.palmImageBox.Name = "palmImageBox";
|
|
this.palmImageBox.Name = "palmImageBox";
|
|
this.palmImageBox.Size = new System.Drawing.Size(320, 240);
|
|
this.palmImageBox.Size = new System.Drawing.Size(320, 240);
|
|
@@ -120,7 +120,8 @@
|
|
this.panel1.Controls.Add(this.previousFrameButton);
|
|
this.panel1.Controls.Add(this.previousFrameButton);
|
|
this.panel1.Controls.Add(this.nextFrameButton);
|
|
this.panel1.Controls.Add(this.nextFrameButton);
|
|
this.panel1.Controls.Add(this.playPauseButton);
|
|
this.panel1.Controls.Add(this.playPauseButton);
|
|
- this.panel1.Location = new System.Drawing.Point(636, 237);
|
|
|
|
|
|
+ this.panel1.Location = new System.Drawing.Point(640, 240);
|
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(320, 240);
|
|
this.panel1.Size = new System.Drawing.Size(320, 240);
|
|
this.panel1.TabIndex = 3;
|
|
this.panel1.TabIndex = 3;
|
|
@@ -236,7 +237,7 @@
|
|
// touchImageBox
|
|
// touchImageBox
|
|
//
|
|
//
|
|
this.touchImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
this.touchImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
|
|
- this.touchImageBox.Location = new System.Drawing.Point(316, 237);
|
|
|
|
|
|
+ this.touchImageBox.Location = new System.Drawing.Point(320, 240);
|
|
this.touchImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.touchImageBox.Margin = new System.Windows.Forms.Padding(0);
|
|
this.touchImageBox.Name = "touchImageBox";
|
|
this.touchImageBox.Name = "touchImageBox";
|
|
this.touchImageBox.Size = new System.Drawing.Size(320, 240);
|
|
this.touchImageBox.Size = new System.Drawing.Size(320, 240);
|