123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- namespace NewSegDll
- {
- partial class Form1
- {
- /// <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.trackBar1 = new System.Windows.Forms.TrackBar();
- this.trackBar2 = new System.Windows.Forms.TrackBar();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label3 = new System.Windows.Forms.Label();
- this.trackBar3 = new System.Windows.Forms.TrackBar();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.label4 = new System.Windows.Forms.Label();
- this.trackBar4 = new System.Windows.Forms.TrackBar();
- this.button4 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.trackBar5 = new System.Windows.Forms.TrackBar();
- this.label6 = new System.Windows.Forms.Label();
- this.trackBar6 = new System.Windows.Forms.TrackBar();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
- this.SuspendLayout();
- //
- // trackBar1
- //
- this.trackBar1.Location = new System.Drawing.Point(77, 41);
- this.trackBar1.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar1.Name = "trackBar1";
- this.trackBar1.Size = new System.Drawing.Size(311, 45);
- this.trackBar1.TabIndex = 0;
- this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
- //
- // trackBar2
- //
- this.trackBar2.Location = new System.Drawing.Point(77, 96);
- this.trackBar2.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar2.Name = "trackBar2";
- this.trackBar2.Size = new System.Drawing.Size(311, 45);
- this.trackBar2.TabIndex = 1;
- this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(4, 41);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(69, 19);
- this.label1.TabIndex = 2;
- this.label1.Text = "MN-Min";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(4, 96);
- this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(69, 19);
- this.label2.TabIndex = 3;
- this.label2.Text = "MN-Max";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(24, 440);
- this.button1.Margin = new System.Windows.Forms.Padding(5);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(125, 36);
- this.button1.TabIndex = 4;
- this.button1.Text = "OT-二值化";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox1.Location = new System.Drawing.Point(396, 12);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(834, 547);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 5;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(4, 152);
- this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(47, 19);
- this.label3.TabIndex = 7;
- this.label3.Text = "滤波";
- this.label3.Click += new System.EventHandler(this.label3_Click);
- //
- // trackBar3
- //
- this.trackBar3.Location = new System.Drawing.Point(77, 152);
- this.trackBar3.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar3.Name = "trackBar3";
- this.trackBar3.Size = new System.Drawing.Size(311, 45);
- this.trackBar3.TabIndex = 6;
- this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(221, 440);
- this.button2.Margin = new System.Windows.Forms.Padding(5);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(125, 36);
- this.button2.TabIndex = 8;
- this.button2.Text = "AP-二值化";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(24, 486);
- this.button3.Margin = new System.Windows.Forms.Padding(5);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(125, 36);
- this.button3.TabIndex = 9;
- this.button3.Text = "ST-二值化";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(24, 368);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(84, 23);
- this.radioButton1.TabIndex = 10;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "不滤波";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(221, 368);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(103, 23);
- this.radioButton2.TabIndex = 11;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "中值滤波";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(24, 398);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(103, 23);
- this.radioButton3.TabIndex = 12;
- this.radioButton3.TabStop = true;
- this.radioButton3.Text = "均值滤波";
- this.radioButton3.UseVisualStyleBackColor = true;
- this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(221, 398);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(103, 23);
- this.radioButton4.TabIndex = 13;
- this.radioButton4.TabStop = true;
- this.radioButton4.Text = "高斯滤波";
- this.radioButton4.UseVisualStyleBackColor = true;
- this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(4, 207);
- this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 19);
- this.label4.TabIndex = 15;
- this.label4.Text = "Sigma";
- //
- // trackBar4
- //
- this.trackBar4.Location = new System.Drawing.Point(77, 207);
- this.trackBar4.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar4.Name = "trackBar4";
- this.trackBar4.Size = new System.Drawing.Size(311, 45);
- this.trackBar4.TabIndex = 14;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(221, 486);
- this.button4.Margin = new System.Windows.Forms.Padding(5);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(125, 36);
- this.button4.TabIndex = 16;
- this.button4.Text = "MN-二值化";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(24, 532);
- this.button5.Margin = new System.Windows.Forms.Padding(5);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(125, 36);
- this.button5.TabIndex = 17;
- this.button5.Text = "闭合空洞";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(221, 532);
- this.button6.Margin = new System.Windows.Forms.Padding(5);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(125, 36);
- this.button6.TabIndex = 18;
- this.button6.Text = "晶界分割";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(4, 262);
- this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(79, 19);
- this.label5.TabIndex = 20;
- this.label5.Text = "AP-Radi";
- //
- // trackBar5
- //
- this.trackBar5.Location = new System.Drawing.Point(77, 262);
- this.trackBar5.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar5.Maximum = 10;
- this.trackBar5.Name = "trackBar5";
- this.trackBar5.Size = new System.Drawing.Size(311, 45);
- this.trackBar5.TabIndex = 19;
- this.trackBar5.Scroll += new System.EventHandler(this.trackBar5_Scroll);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(4, 315);
- this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(79, 19);
- this.label6.TabIndex = 22;
- this.label6.Text = "AP-Thre";
- //
- // trackBar6
- //
- this.trackBar6.Location = new System.Drawing.Point(77, 315);
- this.trackBar6.Margin = new System.Windows.Forms.Padding(5);
- this.trackBar6.Name = "trackBar6";
- this.trackBar6.Size = new System.Drawing.Size(311, 45);
- this.trackBar6.TabIndex = 21;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 19F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1244, 572);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.trackBar6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.trackBar5);
- this.Controls.Add(this.button6);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.trackBar4);
- this.Controls.Add(this.radioButton4);
- this.Controls.Add(this.radioButton3);
- this.Controls.Add(this.radioButton2);
- this.Controls.Add(this.radioButton1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.trackBar3);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.trackBar2);
- this.Controls.Add(this.trackBar1);
- this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "Form1";
- this.Text = "图像二值化";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TrackBar trackBar1;
- private System.Windows.Forms.TrackBar trackBar2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TrackBar trackBar3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TrackBar trackBar4;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TrackBar trackBar5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TrackBar trackBar6;
- }
- }
|