mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
new blink algo (almost done) bug fixes, small perf improvement?
This commit is contained in:
parent
a6a8991a61
commit
969e06eca0
@ -156,11 +156,8 @@ class IntensityBasedOpeness:
|
|||||||
self.filterlist = []
|
self.filterlist = []
|
||||||
self.averageList = []
|
self.averageList = []
|
||||||
self.openlist = []
|
self.openlist = []
|
||||||
|
|
||||||
self.eye_id = eye_id
|
self.eye_id = eye_id
|
||||||
|
|
||||||
self.maxinten = 0
|
self.maxinten = 0
|
||||||
|
|
||||||
self.tri_filter = []
|
self.tri_filter = []
|
||||||
# try:
|
# try:
|
||||||
# min_cutoff = float(self.settings.gui_min_cutoff) # 0.0004
|
# min_cutoff = float(self.settings.gui_min_cutoff) # 0.0004
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user