diff --git a/EyeTrackApp/eye_processor.py b/EyeTrackApp/eye_processor.py index 7abd9f1..6c6fcea 100644 --- a/EyeTrackApp/eye_processor.py +++ b/EyeTrackApp/eye_processor.py @@ -287,7 +287,6 @@ class EyeProcessor: def HSFM(self): # 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.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.current_algorithm = EyeInfoOrigin.HSF