mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
fix(AHSFM): fix eyeprocessor call to ahsf
This commit is contained in:
parent
52e7ee0fd8
commit
4160eb8329
@ -556,7 +556,7 @@ class EyeProcessor:
|
||||
self.rawx,
|
||||
self.rawy,
|
||||
self.radius,
|
||||
) = self.er_ahsf.External_Run_AHSF(self, self.current_image_gray)
|
||||
) = self.er_ahsf.External_Run_AHSF(self.current_image_gray)
|
||||
self.thresh = self.current_image_gray
|
||||
self.out_x, self.out_y, self.avg_velocity = cal.cal_osc(self, self.rawx, self.rawy, self.angle)
|
||||
self.current_algorithm = EyeInfoOrigin.HSF
|
||||
|
Loading…
Reference in New Issue
Block a user