You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
888 lines
49 KiB
888 lines
49 KiB
namespace ShenTun.ImageCollection.AForgeCamera
|
|
{
|
|
partial class ImageEdit
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageEdit));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.btnList = new System.Windows.Forms.ToolStripButton();
|
|
this.btnSave = new System.Windows.Forms.ToolStripButton();
|
|
this.btnClose = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.btnCut = new System.Windows.Forms.ToolStripButton();
|
|
this.btnText = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.btnToBig = new System.Windows.Forms.ToolStripButton();
|
|
this.btnToSmall = new System.Windows.Forms.ToolStripButton();
|
|
this.btnmirror = new System.Windows.Forms.ToolStripButton();
|
|
this.btnvertical = new System.Windows.Forms.ToolStripButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pDialog = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.picClose = new System.Windows.Forms.PictureBox();
|
|
this.trackBar1 = new System.Windows.Forms.TrackBar();
|
|
this.pDialogTitle = new System.Windows.Forms.Panel();
|
|
this.pictBoxSour = new System.Windows.Forms.PictureBox();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSave = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiClose = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiHue = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiBrightness = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSaturation = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.图像增强ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.线性滤波ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiBoxFilter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiMeanFilter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiGaussianFilter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.非线性滤波ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiMedianFilter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiBilateralFilter = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.形态学处理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiExpansion = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiCorrosion = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiOpenOperation = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiCloseOperation = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiMorphologicalGradient = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiTopHat = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiBlackHat = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.滤镜ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.调色ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiNostalgia = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiFrost = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiCasting = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiGrayscale = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiEmergence = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiComic = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.边缘检测ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sobel算子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSobelX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSobelY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSobelMode = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSobelThresholding = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiLaplace = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiCanny = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.scharr算子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiScharrX = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiScharrY = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiMergeGradients = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.阈值分割ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiFixThresholding = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmiSelfThresholding = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.pictureBoxShow = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.pDialog.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picClose)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictBoxSour)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxShow)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.toolStrip1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 2, 2);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1028, 600);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.toolStrip1, 3);
|
|
this.toolStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(46, 46);
|
|
this.toolStrip1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnList,
|
|
this.btnSave,
|
|
this.btnClose,
|
|
this.toolStripSeparator1,
|
|
this.btnCut,
|
|
this.btnText,
|
|
this.toolStripSeparator2,
|
|
this.btnToBig,
|
|
this.btnToSmall,
|
|
this.btnmirror,
|
|
this.btnvertical});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 40);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(1028, 56);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// btnList
|
|
//
|
|
this.btnList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnList.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.SolarAlignVerticalCenterLineDuotone;
|
|
this.btnList.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnList.Name = "btnList";
|
|
this.btnList.Size = new System.Drawing.Size(50, 50);
|
|
this.btnList.Text = "列表";
|
|
this.btnList.ToolTipText = "列表显示/隐藏";
|
|
this.btnList.Click += new System.EventHandler(this.btnList_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnSave.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.FluentDocumentSave20Regular;
|
|
this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(50, 50);
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnClose.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsCancelScheduleSendOutlineRounded;
|
|
this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(50, 50);
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
|
|
//
|
|
// btnCut
|
|
//
|
|
this.btnCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnCut.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.MaterialSymbolsContentCutRounded;
|
|
this.btnCut.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnCut.Name = "btnCut";
|
|
this.btnCut.Size = new System.Drawing.Size(50, 50);
|
|
this.btnCut.Text = "裁剪";
|
|
this.btnCut.ToolTipText = "变换-裁剪";
|
|
this.btnCut.Click += new System.EventHandler(this.btnCut_Click);
|
|
//
|
|
// btnText
|
|
//
|
|
this.btnText.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnText.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.FluentClipboardTextEdit20Regular;
|
|
this.btnText.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnText.Name = "btnText";
|
|
this.btnText.Size = new System.Drawing.Size(50, 50);
|
|
this.btnText.Text = "文字";
|
|
this.btnText.ToolTipText = "变换-文字";
|
|
this.btnText.Click += new System.EventHandler(this.btnText_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
|
|
//
|
|
// btnToBig
|
|
//
|
|
this.btnToBig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnToBig.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.SolarAlarmAddBroken;
|
|
this.btnToBig.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnToBig.Name = "btnToBig";
|
|
this.btnToBig.Size = new System.Drawing.Size(50, 50);
|
|
this.btnToBig.Text = "放大";
|
|
this.btnToBig.ToolTipText = "变换-放大";
|
|
this.btnToBig.Click += new System.EventHandler(this.btnToBig_Click);
|
|
//
|
|
// btnToSmall
|
|
//
|
|
this.btnToSmall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnToSmall.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.SolarAlarmRemoveBroken;
|
|
this.btnToSmall.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnToSmall.Name = "btnToSmall";
|
|
this.btnToSmall.Size = new System.Drawing.Size(50, 50);
|
|
this.btnToSmall.Text = "缩小";
|
|
this.btnToSmall.ToolTipText = "变换-缩小";
|
|
this.btnToSmall.Click += new System.EventHandler(this.btnToSmall_Click);
|
|
//
|
|
// btnmirror
|
|
//
|
|
this.btnmirror.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnmirror.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.FluentArrowSwap20Filled;
|
|
this.btnmirror.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnmirror.Name = "btnmirror";
|
|
this.btnmirror.Size = new System.Drawing.Size(50, 50);
|
|
this.btnmirror.Text = "水平旋转";
|
|
this.btnmirror.ToolTipText = "变换-水平旋转";
|
|
this.btnmirror.Click += new System.EventHandler(this.btnmirror_Click);
|
|
//
|
|
// btnvertical
|
|
//
|
|
this.btnvertical.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.btnvertical.Image = global::ShenTun.ImageCollection.AForgeCamera.Properties.Resources.FluentArrowSort20Regular;
|
|
this.btnvertical.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btnvertical.Name = "btnvertical";
|
|
this.btnvertical.Size = new System.Drawing.Size(50, 50);
|
|
this.btnvertical.Text = "垂直旋转";
|
|
this.btnvertical.ToolTipText = "变换-垂直旋转";
|
|
this.btnvertical.Click += new System.EventHandler(this.btnvertical_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.pDialog);
|
|
this.panel1.Controls.Add(this.pictBoxSour);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 153);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(498, 444);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// pDialog
|
|
//
|
|
this.pDialog.BackColor = System.Drawing.Color.Transparent;
|
|
this.pDialog.Controls.Add(this.tableLayoutPanel2);
|
|
this.pDialog.Location = new System.Drawing.Point(9, 104);
|
|
this.pDialog.Name = "pDialog";
|
|
this.pDialog.Size = new System.Drawing.Size(477, 127);
|
|
this.pDialog.TabIndex = 1;
|
|
this.pDialog.Visible = false;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel2.Controls.Add(this.picClose, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.trackBar1, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.pDialogTitle, 0, 0);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(477, 127);
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// picClose
|
|
//
|
|
this.picClose.Image = ((System.Drawing.Image)(resources.GetObject("picClose.Image")));
|
|
this.picClose.Location = new System.Drawing.Point(450, 3);
|
|
this.picClose.Name = "picClose";
|
|
this.picClose.Size = new System.Drawing.Size(24, 24);
|
|
this.picClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.picClose.TabIndex = 0;
|
|
this.picClose.TabStop = false;
|
|
this.picClose.Click += new System.EventHandler(this.picClose_Click);
|
|
//
|
|
// trackBar1
|
|
//
|
|
this.tableLayoutPanel2.SetColumnSpan(this.trackBar1, 2);
|
|
this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.trackBar1.Location = new System.Drawing.Point(3, 33);
|
|
this.trackBar1.Name = "trackBar1";
|
|
this.trackBar1.Size = new System.Drawing.Size(471, 91);
|
|
this.trackBar1.TabIndex = 1;
|
|
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
|
|
//
|
|
// pDialogTitle
|
|
//
|
|
this.pDialogTitle.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pDialogTitle.Location = new System.Drawing.Point(3, 3);
|
|
this.pDialogTitle.Name = "pDialogTitle";
|
|
this.pDialogTitle.Size = new System.Drawing.Size(441, 24);
|
|
this.pDialogTitle.TabIndex = 2;
|
|
this.pDialogTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pDialog_MouseDown);
|
|
this.pDialogTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pDialog_MouseMove);
|
|
this.pDialogTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pDialog_MouseUp);
|
|
//
|
|
// pictBoxSour
|
|
//
|
|
this.pictBoxSour.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.pictBoxSour.Location = new System.Drawing.Point(0, 0);
|
|
this.pictBoxSour.Name = "pictBoxSour";
|
|
this.pictBoxSour.Size = new System.Drawing.Size(495, 444);
|
|
this.pictBoxSour.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictBoxSour.TabIndex = 0;
|
|
this.pictBoxSour.TabStop = false;
|
|
this.pictBoxSour.Paint += new System.Windows.Forms.PaintEventHandler(this.pictBoxSour_Paint);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.menuStrip1, 3);
|
|
this.menuStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.文件ToolStripMenuItem,
|
|
this.编辑ToolStripMenuItem,
|
|
this.图像增强ToolStripMenuItem,
|
|
this.形态学处理ToolStripMenuItem,
|
|
this.滤镜ToolStripMenuItem,
|
|
this.边缘检测ToolStripMenuItem,
|
|
this.阈值分割ToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(1028, 36);
|
|
this.menuStrip1.TabIndex = 6;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 文件ToolStripMenuItem
|
|
//
|
|
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiSave,
|
|
this.tsmiClose});
|
|
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
|
|
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(88, 32);
|
|
this.文件ToolStripMenuItem.Text = "文件";
|
|
//
|
|
// tsmiSave
|
|
//
|
|
this.tsmiSave.Name = "tsmiSave";
|
|
this.tsmiSave.Size = new System.Drawing.Size(199, 44);
|
|
this.tsmiSave.Text = "保存";
|
|
this.tsmiSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// tsmiClose
|
|
//
|
|
this.tsmiClose.Name = "tsmiClose";
|
|
this.tsmiClose.Size = new System.Drawing.Size(199, 44);
|
|
this.tsmiClose.Text = "关闭";
|
|
this.tsmiClose.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// 编辑ToolStripMenuItem
|
|
//
|
|
this.编辑ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiHue,
|
|
this.tsmiBrightness,
|
|
this.tsmiSaturation});
|
|
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
|
|
this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(88, 32);
|
|
this.编辑ToolStripMenuItem.Text = "编辑";
|
|
//
|
|
// tsmiHue
|
|
//
|
|
this.tsmiHue.Name = "tsmiHue";
|
|
this.tsmiHue.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiHue.Text = "色相";
|
|
this.tsmiHue.Click += new System.EventHandler(this.tsmiHue_Click);
|
|
//
|
|
// tsmiBrightness
|
|
//
|
|
this.tsmiBrightness.Name = "tsmiBrightness";
|
|
this.tsmiBrightness.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiBrightness.Text = "亮度";
|
|
this.tsmiBrightness.Click += new System.EventHandler(this.tsmiBrightness_Click);
|
|
//
|
|
// tsmiSaturation
|
|
//
|
|
this.tsmiSaturation.Name = "tsmiSaturation";
|
|
this.tsmiSaturation.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiSaturation.Text = "饱和度";
|
|
this.tsmiSaturation.Click += new System.EventHandler(this.tsmiSaturation_Click);
|
|
//
|
|
// 图像增强ToolStripMenuItem
|
|
//
|
|
this.图像增强ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.线性滤波ToolStripMenuItem,
|
|
this.非线性滤波ToolStripMenuItem});
|
|
this.图像增强ToolStripMenuItem.Name = "图像增强ToolStripMenuItem";
|
|
this.图像增强ToolStripMenuItem.Size = new System.Drawing.Size(144, 32);
|
|
this.图像增强ToolStripMenuItem.Text = "图像增强";
|
|
//
|
|
// 线性滤波ToolStripMenuItem
|
|
//
|
|
this.线性滤波ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiBoxFilter,
|
|
this.tsmiMeanFilter,
|
|
this.tsmiGaussianFilter});
|
|
this.线性滤波ToolStripMenuItem.Name = "线性滤波ToolStripMenuItem";
|
|
this.线性滤波ToolStripMenuItem.Size = new System.Drawing.Size(283, 44);
|
|
this.线性滤波ToolStripMenuItem.Text = "线性滤波";
|
|
//
|
|
// tsmiBoxFilter
|
|
//
|
|
this.tsmiBoxFilter.Name = "tsmiBoxFilter";
|
|
this.tsmiBoxFilter.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiBoxFilter.Text = "方框滤波";
|
|
this.tsmiBoxFilter.Click += new System.EventHandler(this.tsmiBoxFilter_Click);
|
|
//
|
|
// tsmiMeanFilter
|
|
//
|
|
this.tsmiMeanFilter.Name = "tsmiMeanFilter";
|
|
this.tsmiMeanFilter.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiMeanFilter.Text = "均值滤波";
|
|
this.tsmiMeanFilter.Click += new System.EventHandler(this.tsmiMeanFilter_Click);
|
|
//
|
|
// tsmiGaussianFilter
|
|
//
|
|
this.tsmiGaussianFilter.Name = "tsmiGaussianFilter";
|
|
this.tsmiGaussianFilter.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiGaussianFilter.Text = "高斯滤波";
|
|
this.tsmiGaussianFilter.Click += new System.EventHandler(this.tsmiGaussianFilter_Click);
|
|
//
|
|
// 非线性滤波ToolStripMenuItem
|
|
//
|
|
this.非线性滤波ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiMedianFilter,
|
|
this.tsmiBilateralFilter});
|
|
this.非线性滤波ToolStripMenuItem.Name = "非线性滤波ToolStripMenuItem";
|
|
this.非线性滤波ToolStripMenuItem.Size = new System.Drawing.Size(283, 44);
|
|
this.非线性滤波ToolStripMenuItem.Text = "非线性滤波";
|
|
//
|
|
// tsmiMedianFilter
|
|
//
|
|
this.tsmiMedianFilter.Name = "tsmiMedianFilter";
|
|
this.tsmiMedianFilter.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiMedianFilter.Text = "中值滤波";
|
|
this.tsmiMedianFilter.Click += new System.EventHandler(this.tsmiMedianFilter_Click);
|
|
//
|
|
// tsmiBilateralFilter
|
|
//
|
|
this.tsmiBilateralFilter.Name = "tsmiBilateralFilter";
|
|
this.tsmiBilateralFilter.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiBilateralFilter.Text = "双边滤波";
|
|
this.tsmiBilateralFilter.Click += new System.EventHandler(this.tsmiBilateralFilter_Click);
|
|
//
|
|
// 形态学处理ToolStripMenuItem
|
|
//
|
|
this.形态学处理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiExpansion,
|
|
this.tsmiCorrosion,
|
|
this.tsmiOpenOperation,
|
|
this.tsmiCloseOperation,
|
|
this.tsmiMorphologicalGradient,
|
|
this.tsmiTopHat,
|
|
this.tsmiBlackHat});
|
|
this.形态学处理ToolStripMenuItem.Name = "形态学处理ToolStripMenuItem";
|
|
this.形态学处理ToolStripMenuItem.Size = new System.Drawing.Size(172, 32);
|
|
this.形态学处理ToolStripMenuItem.Text = "形态学处理";
|
|
//
|
|
// tsmiExpansion
|
|
//
|
|
this.tsmiExpansion.Name = "tsmiExpansion";
|
|
this.tsmiExpansion.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiExpansion.Text = "膨胀";
|
|
this.tsmiExpansion.Click += new System.EventHandler(this.tsmiExpansion_Click);
|
|
//
|
|
// tsmiCorrosion
|
|
//
|
|
this.tsmiCorrosion.Name = "tsmiCorrosion";
|
|
this.tsmiCorrosion.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiCorrosion.Text = "腐蚀";
|
|
this.tsmiCorrosion.Click += new System.EventHandler(this.tsmiCorrosion_Click);
|
|
//
|
|
// tsmiOpenOperation
|
|
//
|
|
this.tsmiOpenOperation.Name = "tsmiOpenOperation";
|
|
this.tsmiOpenOperation.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiOpenOperation.Text = "开运算";
|
|
this.tsmiOpenOperation.Click += new System.EventHandler(this.tsmiOpenOperation_Click);
|
|
//
|
|
// tsmiCloseOperation
|
|
//
|
|
this.tsmiCloseOperation.Name = "tsmiCloseOperation";
|
|
this.tsmiCloseOperation.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiCloseOperation.Text = "闭运算";
|
|
this.tsmiCloseOperation.Click += new System.EventHandler(this.tsmiCloseOperation_Click);
|
|
//
|
|
// tsmiMorphologicalGradient
|
|
//
|
|
this.tsmiMorphologicalGradient.Name = "tsmiMorphologicalGradient";
|
|
this.tsmiMorphologicalGradient.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiMorphologicalGradient.Text = "形态学梯度";
|
|
this.tsmiMorphologicalGradient.Click += new System.EventHandler(this.tsmiMorphologicalGradient_Click);
|
|
//
|
|
// tsmiTopHat
|
|
//
|
|
this.tsmiTopHat.Name = "tsmiTopHat";
|
|
this.tsmiTopHat.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiTopHat.Text = "顶帽";
|
|
this.tsmiTopHat.Click += new System.EventHandler(this.tsmiTopHat_Click);
|
|
//
|
|
// tsmiBlackHat
|
|
//
|
|
this.tsmiBlackHat.Name = "tsmiBlackHat";
|
|
this.tsmiBlackHat.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiBlackHat.Text = "黑帽";
|
|
this.tsmiBlackHat.Click += new System.EventHandler(this.tsmiBlackHat_Click);
|
|
//
|
|
// 滤镜ToolStripMenuItem
|
|
//
|
|
this.滤镜ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.调色ToolStripMenuItem,
|
|
this.tsmiEmergence,
|
|
this.tsmiComic});
|
|
this.滤镜ToolStripMenuItem.Name = "滤镜ToolStripMenuItem";
|
|
this.滤镜ToolStripMenuItem.Size = new System.Drawing.Size(88, 32);
|
|
this.滤镜ToolStripMenuItem.Text = "滤镜";
|
|
//
|
|
// 调色ToolStripMenuItem
|
|
//
|
|
this.调色ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiNostalgia,
|
|
this.tsmiFrost,
|
|
this.tsmiCasting,
|
|
this.tsmiGrayscale});
|
|
this.调色ToolStripMenuItem.Name = "调色ToolStripMenuItem";
|
|
this.调色ToolStripMenuItem.Size = new System.Drawing.Size(199, 44);
|
|
this.调色ToolStripMenuItem.Text = "调色";
|
|
//
|
|
// tsmiNostalgia
|
|
//
|
|
this.tsmiNostalgia.Name = "tsmiNostalgia";
|
|
this.tsmiNostalgia.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiNostalgia.Text = "怀旧";
|
|
this.tsmiNostalgia.Click += new System.EventHandler(this.tsmiNostalgia_Click);
|
|
//
|
|
// tsmiFrost
|
|
//
|
|
this.tsmiFrost.Name = "tsmiFrost";
|
|
this.tsmiFrost.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiFrost.Text = "冰冻";
|
|
this.tsmiFrost.Click += new System.EventHandler(this.tsmiFrost_Click);
|
|
//
|
|
// tsmiCasting
|
|
//
|
|
this.tsmiCasting.Name = "tsmiCasting";
|
|
this.tsmiCasting.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiCasting.Text = "熔铸";
|
|
this.tsmiCasting.Click += new System.EventHandler(this.tsmiCasting_Click);
|
|
//
|
|
// tsmiGrayscale
|
|
//
|
|
this.tsmiGrayscale.Name = "tsmiGrayscale";
|
|
this.tsmiGrayscale.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiGrayscale.Text = "灰度化";
|
|
this.tsmiGrayscale.Click += new System.EventHandler(this.tsmiGrayscale_Click);
|
|
//
|
|
// tsmiEmergence
|
|
//
|
|
this.tsmiEmergence.Name = "tsmiEmergence";
|
|
this.tsmiEmergence.Size = new System.Drawing.Size(199, 44);
|
|
this.tsmiEmergence.Text = "羽化";
|
|
this.tsmiEmergence.Click += new System.EventHandler(this.tsmiEmergence_Click);
|
|
//
|
|
// tsmiComic
|
|
//
|
|
this.tsmiComic.Name = "tsmiComic";
|
|
this.tsmiComic.Size = new System.Drawing.Size(199, 44);
|
|
this.tsmiComic.Text = "漫画";
|
|
this.tsmiComic.Click += new System.EventHandler(this.tsmiComic_Click);
|
|
//
|
|
// 边缘检测ToolStripMenuItem
|
|
//
|
|
this.边缘检测ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.sobel算子ToolStripMenuItem,
|
|
this.tsmiLaplace,
|
|
this.tsmiCanny,
|
|
this.scharr算子ToolStripMenuItem});
|
|
this.边缘检测ToolStripMenuItem.Name = "边缘检测ToolStripMenuItem";
|
|
this.边缘检测ToolStripMenuItem.Size = new System.Drawing.Size(144, 32);
|
|
this.边缘检测ToolStripMenuItem.Text = "边缘检测";
|
|
//
|
|
// sobel算子ToolStripMenuItem
|
|
//
|
|
this.sobel算子ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiSobelX,
|
|
this.tsmiSobelY,
|
|
this.tsmiSobelMode,
|
|
this.tsmiSobelThresholding});
|
|
this.sobel算子ToolStripMenuItem.Name = "sobel算子ToolStripMenuItem";
|
|
this.sobel算子ToolStripMenuItem.Size = new System.Drawing.Size(297, 44);
|
|
this.sobel算子ToolStripMenuItem.Text = "Sobel算子";
|
|
//
|
|
// tsmiSobelX
|
|
//
|
|
this.tsmiSobelX.Name = "tsmiSobelX";
|
|
this.tsmiSobelX.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiSobelX.Text = "SobelX";
|
|
this.tsmiSobelX.Click += new System.EventHandler(this.tsmiSobelX_Click);
|
|
//
|
|
// tsmiSobelY
|
|
//
|
|
this.tsmiSobelY.Name = "tsmiSobelY";
|
|
this.tsmiSobelY.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiSobelY.Text = "SobelY";
|
|
this.tsmiSobelY.Click += new System.EventHandler(this.tsmiSobelY_Click);
|
|
//
|
|
// tsmiSobelMode
|
|
//
|
|
this.tsmiSobelMode.Name = "tsmiSobelMode";
|
|
this.tsmiSobelMode.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiSobelMode.Text = "模";
|
|
this.tsmiSobelMode.Click += new System.EventHandler(this.tsmiSobelMode_Click);
|
|
//
|
|
// tsmiSobelThresholding
|
|
//
|
|
this.tsmiSobelThresholding.Name = "tsmiSobelThresholding";
|
|
this.tsmiSobelThresholding.Size = new System.Drawing.Size(227, 44);
|
|
this.tsmiSobelThresholding.Text = "阈值化";
|
|
this.tsmiSobelThresholding.Click += new System.EventHandler(this.tsmiSobelThresholding_Click);
|
|
//
|
|
// tsmiLaplace
|
|
//
|
|
this.tsmiLaplace.Name = "tsmiLaplace";
|
|
this.tsmiLaplace.Size = new System.Drawing.Size(297, 44);
|
|
this.tsmiLaplace.Text = "Lablace算子";
|
|
this.tsmiLaplace.Click += new System.EventHandler(this.tsmiLaplace_Click);
|
|
//
|
|
// tsmiCanny
|
|
//
|
|
this.tsmiCanny.Name = "tsmiCanny";
|
|
this.tsmiCanny.Size = new System.Drawing.Size(297, 44);
|
|
this.tsmiCanny.Text = "canny算子";
|
|
this.tsmiCanny.Click += new System.EventHandler(this.tsmiCanny_Click);
|
|
//
|
|
// scharr算子ToolStripMenuItem
|
|
//
|
|
this.scharr算子ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiScharrX,
|
|
this.tsmiScharrY,
|
|
this.tsmiMergeGradients});
|
|
this.scharr算子ToolStripMenuItem.Name = "scharr算子ToolStripMenuItem";
|
|
this.scharr算子ToolStripMenuItem.Size = new System.Drawing.Size(297, 44);
|
|
this.scharr算子ToolStripMenuItem.Text = "Sharr算子";
|
|
//
|
|
// tsmiScharrX
|
|
//
|
|
this.tsmiScharrX.Name = "tsmiScharrX";
|
|
this.tsmiScharrX.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiScharrX.Text = "ScharrX";
|
|
this.tsmiScharrX.Click += new System.EventHandler(this.tsmiScharrX_Click);
|
|
//
|
|
// tsmiScharrY
|
|
//
|
|
this.tsmiScharrY.Name = "tsmiScharrY";
|
|
this.tsmiScharrY.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiScharrY.Text = "ScharrY";
|
|
this.tsmiScharrY.Click += new System.EventHandler(this.tsmiScharrY_Click);
|
|
//
|
|
// tsmiMergeGradients
|
|
//
|
|
this.tsmiMergeGradients.Name = "tsmiMergeGradients";
|
|
this.tsmiMergeGradients.Size = new System.Drawing.Size(255, 44);
|
|
this.tsmiMergeGradients.Text = "合并梯度";
|
|
this.tsmiMergeGradients.Click += new System.EventHandler(this.tsmiMergeGradients_Click);
|
|
//
|
|
// 阈值分割ToolStripMenuItem
|
|
//
|
|
this.阈值分割ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmiFixThresholding,
|
|
this.tsmiSelfThresholding});
|
|
this.阈值分割ToolStripMenuItem.Name = "阈值分割ToolStripMenuItem";
|
|
this.阈值分割ToolStripMenuItem.Size = new System.Drawing.Size(144, 32);
|
|
this.阈值分割ToolStripMenuItem.Text = "阈值分割";
|
|
//
|
|
// tsmiFixThresholding
|
|
//
|
|
this.tsmiFixThresholding.Name = "tsmiFixThresholding";
|
|
this.tsmiFixThresholding.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiFixThresholding.Text = "固定阈值";
|
|
this.tsmiFixThresholding.Click += new System.EventHandler(this.tsmiFixThresholding_Click);
|
|
//
|
|
// tsmiSelfThresholding
|
|
//
|
|
this.tsmiSelfThresholding.Name = "tsmiSelfThresholding";
|
|
this.tsmiSelfThresholding.Size = new System.Drawing.Size(283, 44);
|
|
this.tsmiSelfThresholding.Text = "自适应阈值";
|
|
this.tsmiSelfThresholding.Click += new System.EventHandler(this.tsmiSelfThresholding_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.pictureBoxShow);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(527, 153);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(498, 444);
|
|
this.panel2.TabIndex = 7;
|
|
//
|
|
// pictureBoxShow
|
|
//
|
|
this.pictureBoxShow.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.pictureBoxShow.Location = new System.Drawing.Point(0, 3);
|
|
this.pictureBoxShow.Name = "pictureBoxShow";
|
|
this.pictureBoxShow.Size = new System.Drawing.Size(495, 444);
|
|
this.pictureBoxShow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBoxShow.TabIndex = 0;
|
|
this.pictureBoxShow.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
|
|
this.label1.Location = new System.Drawing.Point(3, 111);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(498, 37);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "原图";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|
this.label2.Location = new System.Drawing.Point(527, 111);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(498, 37);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "效果图";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// ImageEdit
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "ImageEdit";
|
|
this.Size = new System.Drawing.Size(1028, 600);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.pDialog.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picClose)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictBoxSour)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxShow)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton btnSave;
|
|
private System.Windows.Forms.ToolStripButton btnClose;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton btnCut;
|
|
private System.Windows.Forms.ToolStripButton btnText;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripButton btnToBig;
|
|
private System.Windows.Forms.ToolStripButton btnToSmall;
|
|
private System.Windows.Forms.ToolStripButton btnmirror;
|
|
private System.Windows.Forms.ToolStripButton btnvertical;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictBoxSour;
|
|
private System.Windows.Forms.Panel pDialog;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.PictureBox picClose;
|
|
private System.Windows.Forms.TrackBar trackBar1;
|
|
private System.Windows.Forms.Panel pDialogTitle;
|
|
private System.Windows.Forms.ToolStripButton btnList;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 图像增强ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 线性滤波ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiBoxFilter;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiMeanFilter;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiGaussianFilter;
|
|
private System.Windows.Forms.ToolStripMenuItem 非线性滤波ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiMedianFilter;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiBilateralFilter;
|
|
private System.Windows.Forms.ToolStripMenuItem 形态学处理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiExpansion;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiCorrosion;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiOpenOperation;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiCloseOperation;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiMorphologicalGradient;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiTopHat;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiBlackHat;
|
|
private System.Windows.Forms.ToolStripMenuItem 滤镜ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 调色ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiNostalgia;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiFrost;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiCasting;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiGrayscale;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiEmergence;
|
|
private System.Windows.Forms.ToolStripMenuItem 边缘检测ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem sobel算子ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSobelX;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSobelY;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSobelMode;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSobelThresholding;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiLaplace;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiCanny;
|
|
private System.Windows.Forms.ToolStripMenuItem scharr算子ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiScharrX;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiScharrY;
|
|
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSave;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiClose;
|
|
private System.Windows.Forms.ToolStripMenuItem 编辑ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiHue;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiBrightness;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSaturation;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiMergeGradients;
|
|
private System.Windows.Forms.ToolStripMenuItem 阈值分割ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiFixThresholding;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiSelfThresholding;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmiComic;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.PictureBox pictureBoxShow;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|