Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thiago Santini
EyeRecToo
Commits
9c41bfeb
Commit
9c41bfeb
authored
Jun 10, 2019
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Tracking was always being set by default at startup
parent
e1e51461
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EyeRecToo/src/EyeImageProcessor.cpp
EyeRecToo/src/EyeImageProcessor.cpp
+3
-3
No files found.
EyeRecToo/src/EyeImageProcessor.cpp
View file @
9c41bfeb
...
@@ -13,6 +13,9 @@ EyeImageProcessor::EyeImageProcessor(QString id, QObject* parent)
...
@@ -13,6 +13,9 @@ EyeImageProcessor::EyeImageProcessor(QString id, QObject* parent)
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
PuRe
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
PuRe
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
ElSe
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
ElSe
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
ExCuSe
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
ExCuSe
>
());
availablePupilTrackingMethods
.
push_back
(
std
::
make_shared
<
PuReST
>
());
#ifdef STARBURST
#ifdef STARBURST
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
Starburst
>
());
availablePupilDetectionMethods
.
push_back
(
std
::
make_shared
<
Starburst
>
());
#endif
#endif
...
@@ -23,9 +26,6 @@ EyeImageProcessor::EyeImageProcessor(QString id, QObject* parent)
...
@@ -23,9 +26,6 @@ EyeImageProcessor::EyeImageProcessor(QString id, QObject* parent)
updateConfig
();
updateConfig
();
pmIdx
=
gPerformanceMonitor
.
enrol
(
id
,
"Image Processor"
);
pmIdx
=
gPerformanceMonitor
.
enrol
(
id
,
"Image Processor"
);
availablePupilTrackingMethods
.
push_back
(
std
::
make_shared
<
PuReST
>
());
pupilTrackingMethod
=
availablePupilTrackingMethods
[
0
];
}
}
void
EyeImageProcessor
::
updateConfig
()
void
EyeImageProcessor
::
updateConfig
()
...
...
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