Merge pull request #130 from Fracas42/v2.0-fix-ahsfm-call-eyeprocessor

fix(AHSFM): fix eyeprocessor call to ahsf
This commit is contained in:
Prohurtz 2024-12-27 19:05:50 -08:00 committed by GitHub
commit 88f19d9645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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