mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Merge pull request #130 from Fracas42/v2.0-fix-ahsfm-call-eyeprocessor
fix(AHSFM): fix eyeprocessor call to ahsf
This commit is contained in:
commit
88f19d9645
@ -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