mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
remove ibo call causing crash
This commit is contained in:
parent
8ff33f0461
commit
478b2e198f
@ -287,7 +287,6 @@ class EyeProcessor:
|
|||||||
def HSFM(self):
|
def HSFM(self):
|
||||||
# todo: added process to initialise er_hsf when resolution changes
|
# todo: added process to initialise er_hsf when resolution changes
|
||||||
self.rawx, self.rawy, self.thresh = self.er_hsf.run(self.current_image_gray)
|
self.rawx, self.rawy, self.thresh = self.er_hsf.run(self.current_image_gray)
|
||||||
self.eyeopen = self.ibo.intense(self.rawx, self.rawy, self.current_image_gray)
|
|
||||||
self.out_x, self.out_y = cal.cal_osc(self, self.rawx, self.rawy)
|
self.out_x, self.out_y = cal.cal_osc(self, self.rawx, self.rawy)
|
||||||
self.current_algorithm = EyeInfoOrigin.HSF
|
self.current_algorithm = EyeInfoOrigin.HSF
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user