mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
credits!
This commit is contained in:
parent
422d0c7df3
commit
d87ab06415
@ -1,3 +1,45 @@
|
|||||||
|
'''
|
||||||
|
------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
,@@@@@@
|
||||||
|
@@@@@@@@@@@ @@@
|
||||||
|
@@@@@@@@@@@@ @@@@@@@@@@@
|
||||||
|
@@@@@@@@@@@@@ @@@@@@@@@@@@@@
|
||||||
|
@@@@@@@/ ,@@@@@@@@@@@@@
|
||||||
|
/@@@@@@@@@@@@@@@ @@@@@@@@
|
||||||
|
@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@
|
||||||
|
@@@@@@@@ @@@@@
|
||||||
|
,@@@ @@@@&
|
||||||
|
@@@@@@. @@@@
|
||||||
|
@@@ @@@@@@@@@/ @@@@@
|
||||||
|
,@@@. @@@@@@((@ @@@@(
|
||||||
|
//@@@ ,, @@@@ @@@@@
|
||||||
|
@@@( @@@@@@@
|
||||||
|
@@@ @ @@@@@@@@#
|
||||||
|
@@@@@@@@@@@@@@@@@
|
||||||
|
@@@@@@@@@@@@@(
|
||||||
|
|
||||||
|
HSR By: Sean.Denka (Optimization Wizard, Contributor), Summer#2406 (Main Algorithm Engineer)
|
||||||
|
RANSAC 3D By: Summer#2406 (Main Algorithm Engineer), Pupil Labs (pye3d)
|
||||||
|
BLOB By: Prohurtz#0001 (Main App Developer)
|
||||||
|
Algorithm App Implimentations By: Prohurtz#0001, qdot (Inital App Creator)
|
||||||
|
|
||||||
|
Additional Contributors: [Assassin], Summer404NotFound, lorow, ZanzyTHEbar
|
||||||
|
|
||||||
|
Copyright (c) 2022 EyeTrackVR <3
|
||||||
|
------------------------------------------------------------------------------------------------------
|
||||||
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
from operator import truth
|
from operator import truth
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@ -118,7 +118,7 @@ class SettingsWidget:
|
|||||||
|
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
sg.Text("Filter Paramaters:", background_color='#242224'),
|
sg.Text("One Euro Filter Paramaters:", background_color='#242224'),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user