mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix frame buildup, AHSF fixes
This commit is contained in:
parent
a0d99eb20d
commit
f17189d53b
@ -246,8 +246,6 @@ def RANSAC3D(self, hsrac_en):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
frame = self.current_image_gray_clean
|
frame = self.current_image_gray_clean
|
||||||
#print(self.radius)
|
|
||||||
|
|
||||||
kernel = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (3, 3))
|
kernel = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (3, 3))
|
||||||
|
|
||||||
rng = np.random.default_rng()
|
rng = np.random.default_rng()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user