Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
AccAOI
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 7e75e114
由
刘韬
编写于
2023-08-07 14:38:33 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
修改角度差英语
1 个父辈
1f65d3cc
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
17 行增加
和
17 行删除
AOIProject/Program.cs
AccAOI/Properties/en-US.resource
AccAOI/control/AioEyemTempMatchControl.Designer.cs
AOIProject/Program.cs
查看文件 @
7e75e11
...
@@ -24,7 +24,7 @@ namespace AOIProject
...
@@ -24,7 +24,7 @@ namespace AOIProject
//string path = "F:\\Data\\";
//string path = "F:\\Data\\";
//string filename = "F:\\Data\\11111.data";
//string filename = "F:\\Data\\11111.data";
AccAOI
.
camera
.
CameraManager
.
LoadCamera
();
AccAOI
.
camera
.
CameraManager
.
LoadCamera
();
//
AOIResourceCulture.SetCurrentCulture(AOIResourceCulture.English);
AOIResourceCulture
.
SetCurrentCulture
(
AOIResourceCulture
.
English
);
//Application.Run(new FrmAoiSetting(filename, null,path));
//Application.Run(new FrmAoiSetting(filename, null,path));
Application
.
Run
(
new
FrmAoiSetting
());
Application
.
Run
(
new
FrmAoiSetting
());
AccAOI
.
camera
.
CameraManager
.
CloseCamera
();
AccAOI
.
camera
.
CameraManager
.
CloseCamera
();
...
...
AccAOI/Properties/en-US.resource
查看文件 @
7e75e11
...
@@ -89,7 +89,7 @@ AioEyemMarkControl_flatLabel2_Text=Mark area x
...
@@ -89,7 +89,7 @@ AioEyemMarkControl_flatLabel2_Text=Mark area x
AioEyemMarkControl_flatLabel1_Text=Matching area:
AioEyemMarkControl_flatLabel1_Text=Matching area:
AioEyemMarkControl_btnClearArea_Text=Clear
AioEyemMarkControl_btnClearArea_Text=Clear
AioEyemTempMatchControl_btnTest_Text=Test result
AioEyemTempMatchControl_btnTest_Text=Test result
AioEyemTempMatchControl_flatLabel1_Text=Ang
le d
ifference:
AioEyemTempMatchControl_flatLabel1_Text=Ang
ular D
ifference:
AioEyemTempMatchControl_flatLabel3_Text=Similarity:
AioEyemTempMatchControl_flatLabel3_Text=Similarity:
AioEyemTempMatchControl_btnClearArea_Text=Clear
AioEyemTempMatchControl_btnClearArea_Text=Clear
图像校准点=Image Calibration Point
图像校准点=Image Calibration Point
...
...
AccAOI/control/AioEyemTempMatchControl.Designer.cs
查看文件 @
7e75e11
...
@@ -51,15 +51,15 @@
...
@@ -51,15 +51,15 @@
this
.
panParam
.
Controls
.
Add
(
this
.
flatLabel1
);
this
.
panParam
.
Controls
.
Add
(
this
.
flatLabel1
);
this
.
panParam
.
Controls
.
Add
(
this
.
trackBarSamePercent
);
this
.
panParam
.
Controls
.
Add
(
this
.
trackBarSamePercent
);
this
.
panParam
.
Controls
.
Add
(
this
.
flatLabel3
);
this
.
panParam
.
Controls
.
Add
(
this
.
flatLabel3
);
this
.
panParam
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
1
32
);
this
.
panParam
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
1
43
);
//
//
// panResult
// panResult
//
//
this
.
panResult
.
Controls
.
Add
(
this
.
lblTime
);
this
.
panResult
.
Controls
.
Add
(
this
.
lblTime
);
this
.
panResult
.
Controls
.
Add
(
this
.
btnTest
);
this
.
panResult
.
Controls
.
Add
(
this
.
btnTest
);
this
.
panResult
.
Controls
.
Add
(
this
.
lblResult
);
this
.
panResult
.
Controls
.
Add
(
this
.
lblResult
);
this
.
panResult
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
46
0
);
this
.
panResult
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
46
8
);
this
.
panResult
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
3
63
);
this
.
panResult
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
3
55
);
//
//
// lblResult
// lblResult
//
//
...
@@ -100,10 +100,10 @@
...
@@ -100,10 +100,10 @@
// trackBarSamePercent
// trackBarSamePercent
//
//
this
.
trackBarSamePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
trackBarSamePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
trackBarSamePercent
.
Location
=
new
System
.
Drawing
.
Point
(
1
25
,
40
);
this
.
trackBarSamePercent
.
Location
=
new
System
.
Drawing
.
Point
(
1
60
,
40
);
this
.
trackBarSamePercent
.
Maximum
=
100
;
this
.
trackBarSamePercent
.
Maximum
=
100
;
this
.
trackBarSamePercent
.
Name
=
"trackBarSamePercent"
;
this
.
trackBarSamePercent
.
Name
=
"trackBarSamePercent"
;
this
.
trackBarSamePercent
.
Size
=
new
System
.
Drawing
.
Size
(
1
65
,
45
);
this
.
trackBarSamePercent
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
45
);
this
.
trackBarSamePercent
.
TabIndex
=
12
;
this
.
trackBarSamePercent
.
TabIndex
=
12
;
this
.
trackBarSamePercent
.
TickStyle
=
System
.
Windows
.
Forms
.
TickStyle
.
None
;
this
.
trackBarSamePercent
.
TickStyle
=
System
.
Windows
.
Forms
.
TickStyle
.
None
;
this
.
trackBarSamePercent
.
Value
=
80
;
this
.
trackBarSamePercent
.
Value
=
80
;
...
@@ -116,17 +116,17 @@
...
@@ -116,17 +116,17 @@
this
.
flatLabel3
.
Inside
=
false
;
this
.
flatLabel3
.
Inside
=
false
;
this
.
flatLabel3
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
37
);
this
.
flatLabel3
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
37
);
this
.
flatLabel3
.
Name
=
"flatLabel3"
;
this
.
flatLabel3
.
Name
=
"flatLabel3"
;
this
.
flatLabel3
.
Size
=
new
System
.
Drawing
.
Size
(
70
,
30
);
this
.
flatLabel3
.
Size
=
new
System
.
Drawing
.
Size
(
117
,
30
);
this
.
flatLabel3
.
TabIndex
=
11
;
this
.
flatLabel3
.
TabIndex
=
11
;
this
.
flatLabel3
.
Text
=
"相似度:"
;
this
.
flatLabel3
.
Text
=
"相似度:"
;
this
.
flatLabel3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
Middle
Lef
t
;
this
.
flatLabel3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
Middle
Righ
t
;
//
//
// txtSamePercent
// txtSamePercent
//
//
this
.
txtSamePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
txtSamePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
txtSamePercent
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
txtSamePercent
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
txtSamePercent
.
Inside
=
false
;
this
.
txtSamePercent
.
Inside
=
false
;
this
.
txtSamePercent
.
Location
=
new
System
.
Drawing
.
Point
(
82
,
37
);
this
.
txtSamePercent
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
37
);
this
.
txtSamePercent
.
Name
=
"txtSamePercent"
;
this
.
txtSamePercent
.
Name
=
"txtSamePercent"
;
this
.
txtSamePercent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
txtSamePercent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
txtSamePercent
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
30
);
this
.
txtSamePercent
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
30
);
...
@@ -139,20 +139,20 @@
...
@@ -139,20 +139,20 @@
this
.
flatLabel1
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
flatLabel1
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
flatLabel1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
flatLabel1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
flatLabel1
.
Inside
=
false
;
this
.
flatLabel1
.
Inside
=
false
;
this
.
flatLabel1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
8
7
);
this
.
flatLabel1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
8
8
);
this
.
flatLabel1
.
Name
=
"flatLabel1"
;
this
.
flatLabel1
.
Name
=
"flatLabel1"
;
this
.
flatLabel1
.
Size
=
new
System
.
Drawing
.
Size
(
70
,
30
);
this
.
flatLabel1
.
Size
=
new
System
.
Drawing
.
Size
(
117
,
32
);
this
.
flatLabel1
.
TabIndex
=
11
;
this
.
flatLabel1
.
TabIndex
=
11
;
this
.
flatLabel1
.
Text
=
"角度差:"
;
this
.
flatLabel1
.
Text
=
"角度差:
"
;
this
.
flatLabel1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
Middle
Lef
t
;
this
.
flatLabel1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
Middle
Righ
t
;
//
//
// trackBarAnglePercent
// trackBarAnglePercent
//
//
this
.
trackBarAnglePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
trackBarAnglePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
trackBarAnglePercent
.
Location
=
new
System
.
Drawing
.
Point
(
1
25
,
90
);
this
.
trackBarAnglePercent
.
Location
=
new
System
.
Drawing
.
Point
(
1
60
,
90
);
this
.
trackBarAnglePercent
.
Maximum
=
180
;
this
.
trackBarAnglePercent
.
Maximum
=
180
;
this
.
trackBarAnglePercent
.
Name
=
"trackBarAnglePercent"
;
this
.
trackBarAnglePercent
.
Name
=
"trackBarAnglePercent"
;
this
.
trackBarAnglePercent
.
Size
=
new
System
.
Drawing
.
Size
(
1
65
,
45
);
this
.
trackBarAnglePercent
.
Size
=
new
System
.
Drawing
.
Size
(
1
36
,
45
);
this
.
trackBarAnglePercent
.
TabIndex
=
12
;
this
.
trackBarAnglePercent
.
TabIndex
=
12
;
this
.
trackBarAnglePercent
.
TickStyle
=
System
.
Windows
.
Forms
.
TickStyle
.
None
;
this
.
trackBarAnglePercent
.
TickStyle
=
System
.
Windows
.
Forms
.
TickStyle
.
None
;
this
.
trackBarAnglePercent
.
Value
=
180
;
this
.
trackBarAnglePercent
.
Value
=
180
;
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
this
.
txtAnglePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
txtAnglePercent
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
30
)))));
this
.
txtAnglePercent
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
txtAnglePercent
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
txtAnglePercent
.
Inside
=
false
;
this
.
txtAnglePercent
.
Inside
=
false
;
this
.
txtAnglePercent
.
Location
=
new
System
.
Drawing
.
Point
(
82
,
87
);
this
.
txtAnglePercent
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
88
);
this
.
txtAnglePercent
.
Name
=
"txtAnglePercent"
;
this
.
txtAnglePercent
.
Name
=
"txtAnglePercent"
;
this
.
txtAnglePercent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
txtAnglePercent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
txtAnglePercent
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
30
);
this
.
txtAnglePercent
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
30
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论