Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gamera_videos_no_ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liusq
gamera_videos_no_ui
Commits
381449c0
Commit
381449c0
authored
Jul 12, 2024
by
“liusq”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认车牌,人形,人脸线程数
parent
045a3ddf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
mainwindow.cpp
+4
-3
No files found.
mainwindow.cpp
View file @
381449c0
...
@@ -37,9 +37,10 @@ MainWindow::MainWindow()
...
@@ -37,9 +37,10 @@ MainWindow::MainWindow()
float
heightReference
=
qSetting
->
value
(
"devices/height_reference"
).
toFloat
();
float
heightReference
=
qSetting
->
value
(
"devices/height_reference"
).
toFloat
();
int
uniformColor
=
qSetting
->
value
(
"devices/uniformColor"
).
toInt
();
int
uniformColor
=
qSetting
->
value
(
"devices/uniformColor"
).
toInt
();
int
humanDetectionLen
=
qSetting
->
value
(
"devices/humanDetectionLen"
).
toInt
();
int
licensePlateLen
=
qSetting
->
value
(
"devices/licensePlateLen"
).
toInt
();
int
humanDetectionLen
=
qSetting
->
value
(
"devices/humanDetectionLen"
,
3
).
toInt
();
int
faceLen
=
qSetting
->
value
(
"devices/faceLen"
).
toInt
();
int
licensePlateLen
=
qSetting
->
value
(
"devices/licensePlateLen"
,
3
).
toInt
();
int
faceLen
=
qSetting
->
value
(
"devices/faceLen"
,
3
).
toInt
();
float
carShapeConfidence
=
qSetting
->
value
(
"devices/carShapeConfidence"
).
toFloat
();
float
carShapeConfidence
=
qSetting
->
value
(
"devices/carShapeConfidence"
).
toFloat
();
...
...
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