Give default value to image_path when loading.

This commit is contained in:
DSTO\pivatom
2018-12-18 10:36:33 +10:30
parent dbc8933bfa
commit deab5c9b24

View File

@@ -2,7 +2,7 @@ class HandRecogniser:
"""
Interface for Recognising simple hand gestures from an image (or frame of a video)
"""
def load_image(self, image_path):
def load_image(self, image_path = ""):
"""
Loads the given image, can be lazy loading.
"""