aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/FocusPointInside.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/FocusPointInside.py')
-rw-r--r--src/argaze/GazeAnalysis/FocusPointInside.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/argaze/GazeAnalysis/FocusPointInside.py b/src/argaze/GazeAnalysis/FocusPointInside.py
index 3626e22..dbcb438 100644
--- a/src/argaze/GazeAnalysis/FocusPointInside.py
+++ b/src/argaze/GazeAnalysis/FocusPointInside.py
@@ -31,6 +31,7 @@ class AOIMatcher(GazeFeatures.AOIMatcher):
@DataFeatures.PipelineStepInit
def __init__(self, **kwargs):
+ # Init AOIMatcher class
super().__init__()
self.__reset()