mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
test: eye widen?
This commit is contained in:
parent
bc2da43cec
commit
ac1e0add11
@ -271,10 +271,6 @@ class LEAP_C(object):
|
|||||||
try:
|
try:
|
||||||
per = (d - normal_open) / (min(self.openlist) - normal_open)
|
per = (d - normal_open) / (min(self.openlist) - normal_open)
|
||||||
|
|
||||||
fullper = (d - normal_open) / (
|
|
||||||
normal_close - normal_open
|
|
||||||
) # this should not be so different to per, idk why
|
|
||||||
|
|
||||||
oldper = (d - max(self.openlist)) / (min(self.openlist) - max(self.openlist))
|
oldper = (d - max(self.openlist)) / (min(self.openlist) - max(self.openlist))
|
||||||
|
|
||||||
per = 1 - per
|
per = 1 - per
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user