Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
e-eye
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YONG-LIN SU
e-eye
Commits
6909da9b
Commit
6909da9b
authored
Jul 19, 2019
by
YONG-LIN SU
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
f0f5b8ff
3fb6eb8a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1033 additions
and
25 deletions
+1033
-25
.gitignore
.gitignore
+2
-1
ETCBackgroundWorker3.cs
ETC_App1/ETCBackgroundWorker3.cs
+8
-1
ETCPictureCheckBox.cs
ETC_App1/ETCPictureCheckBox.cs
+1
-1
log.txt
test/log.txt
+1022
-22
success.xls
test/success.xls
+0
-0
No files found.
.gitignore
View file @
6909da9b
/img/test
/test/img
\ No newline at end of file
ETC_App1/ETCBackgroundWorker3.cs
View file @
6909da9b
...
@@ -179,7 +179,14 @@ namespace ETC_App1
...
@@ -179,7 +179,14 @@ namespace ETC_App1
else
{
json
.
message2
=
"車牌辨識無結果"
;
}
else
{
json
.
message2
=
"車牌辨識無結果"
;
}
}
}
}
}
else
{
json
.
message2
=
"車牌定位無結果"
;
}
else
{
json
.
success
=
false
;
json
.
failed
=
true
;
json
.
tickoff
=
true
;
json
.
lost1
=
false
;
json
.
lost2
=
false
;
json
.
message2
=
"車牌定位無結果"
;
}
int
percent
=
Convert
.
ToInt32
(
Math
.
Round
(
Convert
.
ToDouble
(
i
)
*
10000
/
data
.
Count
)
/
100
);
int
percent
=
Convert
.
ToInt32
(
Math
.
Round
(
Convert
.
ToDouble
(
i
)
*
10000
/
data
.
Count
)
/
100
);
...
...
ETC_App1/ETCPictureCheckBox.cs
View file @
6909da9b
...
@@ -117,7 +117,7 @@ namespace ETC_App1
...
@@ -117,7 +117,7 @@ namespace ETC_App1
Success
=
Success
+
(
json
.
success
?
1
:
0
);
Success
=
Success
+
(
json
.
success
?
1
:
0
);
Failed
=
Failed
+
(
json
.
failed
?
1
:
0
);
Failed
=
Failed
+
(
!
json
.
success
?
1
:
0
);
Lost
=
Lost
+
(
json
.
lost1
?
1
:
0
);
Lost
=
Lost
+
(
json
.
lost1
?
1
:
0
);
...
...
test/log.txt
View file @
6909da9b
This diff is collapsed.
Click to expand it.
test/success.xls
View file @
6909da9b
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment