check point
This commit is contained in:
193
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.Designer.cs
generated
Normal file
193
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.Designer.cs
generated
Normal file
@@ -0,0 +1,193 @@
|
||||
namespace Hawkeye.VisionBuilder.Features.Yolo
|
||||
{
|
||||
partial class AttributeSetter
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
label1 = new Label();
|
||||
tbMinWidth = new TextBox();
|
||||
tbMaxWidth = new TextBox();
|
||||
Label2 = new Label();
|
||||
tbMinHeight = new TextBox();
|
||||
label3 = new Label();
|
||||
tbMaxHeight = new TextBox();
|
||||
label4 = new Label();
|
||||
tbMinArea = new TextBox();
|
||||
label5 = new Label();
|
||||
tbMaxArea = new TextBox();
|
||||
label6 = new Label();
|
||||
button1 = new Button();
|
||||
SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new Point(16, 16);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(60, 15);
|
||||
label1.TabIndex = 0;
|
||||
label1.Text = "MinWidth";
|
||||
//
|
||||
// tbMinWidth
|
||||
//
|
||||
tbMinWidth.Location = new Point(88, 16);
|
||||
tbMinWidth.Name = "tbMinWidth";
|
||||
tbMinWidth.Size = new Size(100, 23);
|
||||
tbMinWidth.TabIndex = 1;
|
||||
//
|
||||
// tbMaxWidth
|
||||
//
|
||||
tbMaxWidth.Location = new Point(88, 48);
|
||||
tbMaxWidth.Name = "tbMaxWidth";
|
||||
tbMaxWidth.Size = new Size(100, 23);
|
||||
tbMaxWidth.TabIndex = 3;
|
||||
//
|
||||
// Label2
|
||||
//
|
||||
Label2.AutoSize = true;
|
||||
Label2.Location = new Point(16, 48);
|
||||
Label2.Name = "Label2";
|
||||
Label2.Size = new Size(62, 15);
|
||||
Label2.TabIndex = 2;
|
||||
Label2.Text = "MaxWidth";
|
||||
//
|
||||
// tbMinHeight
|
||||
//
|
||||
tbMinHeight.Location = new Point(88, 80);
|
||||
tbMinHeight.Name = "tbMinHeight";
|
||||
tbMinHeight.Size = new Size(100, 23);
|
||||
tbMinHeight.TabIndex = 5;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new Point(16, 80);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new Size(64, 15);
|
||||
label3.TabIndex = 4;
|
||||
label3.Text = "MinHeight";
|
||||
//
|
||||
// tbMaxHeight
|
||||
//
|
||||
tbMaxHeight.Location = new Point(88, 112);
|
||||
tbMaxHeight.Name = "tbMaxHeight";
|
||||
tbMaxHeight.Size = new Size(100, 23);
|
||||
tbMaxHeight.TabIndex = 7;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new Point(16, 112);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new Size(66, 15);
|
||||
label4.TabIndex = 6;
|
||||
label4.Text = "MaxHeight";
|
||||
//
|
||||
// tbMinArea
|
||||
//
|
||||
tbMinArea.Location = new Point(88, 144);
|
||||
tbMinArea.Name = "tbMinArea";
|
||||
tbMinArea.Size = new Size(100, 23);
|
||||
tbMinArea.TabIndex = 9;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.Location = new Point(16, 144);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new Size(52, 15);
|
||||
label5.TabIndex = 8;
|
||||
label5.Text = "MinArea";
|
||||
//
|
||||
// tbMaxArea
|
||||
//
|
||||
tbMaxArea.Location = new Point(88, 176);
|
||||
tbMaxArea.Name = "tbMaxArea";
|
||||
tbMaxArea.Size = new Size(100, 23);
|
||||
tbMaxArea.TabIndex = 11;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
label6.AutoSize = true;
|
||||
label6.Location = new Point(16, 176);
|
||||
label6.Name = "label6";
|
||||
label6.Size = new Size(54, 15);
|
||||
label6.TabIndex = 10;
|
||||
label6.Text = "MaxArea";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(64, 208);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(75, 23);
|
||||
button1.TabIndex = 12;
|
||||
button1.Text = "Apply";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
button1.Click += button1_Click;
|
||||
//
|
||||
// AttributeSetter
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(216, 247);
|
||||
Controls.Add(button1);
|
||||
Controls.Add(tbMaxArea);
|
||||
Controls.Add(label6);
|
||||
Controls.Add(tbMinArea);
|
||||
Controls.Add(label5);
|
||||
Controls.Add(tbMaxHeight);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(tbMinHeight);
|
||||
Controls.Add(label3);
|
||||
Controls.Add(tbMaxWidth);
|
||||
Controls.Add(Label2);
|
||||
Controls.Add(tbMinWidth);
|
||||
Controls.Add(label1);
|
||||
FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
||||
Name = "AttributeSetter";
|
||||
Text = "AttributeSetter";
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Label label1;
|
||||
private TextBox tbMinWidth;
|
||||
private TextBox tbMaxWidth;
|
||||
private Label Label2;
|
||||
private TextBox tbMinHeight;
|
||||
private Label label3;
|
||||
private TextBox tbMaxHeight;
|
||||
private Label label4;
|
||||
private TextBox tbMinArea;
|
||||
private Label label5;
|
||||
private TextBox tbMaxArea;
|
||||
private Label label6;
|
||||
private Button button1;
|
||||
}
|
||||
}
|
||||
50
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.cs
Normal file
50
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.cs
Normal file
@@ -0,0 +1,50 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using Hawkeye.VisionBuilder.Workflow;
|
||||
|
||||
namespace Hawkeye.VisionBuilder.Features.Yolo
|
||||
{
|
||||
public partial class AttributeSetter : Form
|
||||
{
|
||||
private readonly WorkflowList _list;
|
||||
|
||||
public AttributeSetter(WorkflowList list)
|
||||
{
|
||||
_list = list;
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
void TrySet(TextBox textBox, Action<int> setter)
|
||||
{
|
||||
if (int.TryParse(textBox.Text, out var v))
|
||||
{
|
||||
setter(v);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
foreach (var operation in _list.Operations)
|
||||
{
|
||||
if (operation is Hawkeye.VisionBuilder.Workflow.Operations.AI.YoloPickDetected yolo)
|
||||
{
|
||||
TrySet(tbMinWidth, v => yolo.MinWidth = v);
|
||||
TrySet(tbMinHeight, v => yolo.MinHeight = v);
|
||||
TrySet(tbMaxWidth, v => yolo.MaxWidth = v);
|
||||
TrySet(tbMaxHeight, v => yolo.MaxHeight = v);
|
||||
TrySet(tbMinArea, v => yolo.MinArea = v);
|
||||
TrySet(tbMaxArea, v => yolo.MaxArea = v);
|
||||
}
|
||||
}
|
||||
DialogResult = DialogResult.OK;
|
||||
}
|
||||
}
|
||||
}
|
||||
120
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.resx
Normal file
120
Hawkeye.VisionBuilder/Features/Yolo/AttributeSetter.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
Reference in New Issue
Block a user