From 2f4b9934a5cb60b43bb5f378056c10a39aec279d Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 11 Mar 2024 09:12:20 +0100 Subject: Removing useless dataclass word. --- src/argaze/GazeAnalysis/VelocityThresholdIdentification.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/argaze/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze/GazeAnalysis/VelocityThresholdIdentification.py index fef1fbd..b2e3b89 100644 --- a/src/argaze/GazeAnalysis/VelocityThresholdIdentification.py +++ b/src/argaze/GazeAnalysis/VelocityThresholdIdentification.py @@ -103,7 +103,6 @@ class Saccade(GazeFeatures.Saccade): cv2.line(image, (int(start_position[0]), int(start_position[1])), (int(last_position[0]), int(last_position[1])), line_color, 2) -@dataclass class GazeMovementIdentifier(GazeFeatures.GazeMovementIdentifier): """Implementation of the I-VT algorithm as described in: -- cgit v1.1