Give default value to image_path when loading.
This commit is contained in:
@@ -2,7 +2,7 @@ class HandRecogniser:
|
|||||||
"""
|
"""
|
||||||
Interface for Recognising simple hand gestures from an image (or frame of a video)
|
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.
|
Loads the given image, can be lazy loading.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user