Add hand recogniser tester

This commit is contained in:
DSTO\pivatom
2018-12-18 10:16:36 +10:30
parent 50ea321f66
commit 4ad9490555

View File

@@ -3,7 +3,8 @@ from GestureRecognition.SimpleHandRecogniser import SimpleHandRecogniser
class TestSimpleHandRecogniser(unittest.TestCase): class TestSimpleHandRecogniser(unittest.TestCase):
def test_5_digits(self):
def setUp(self): def setUp(self):
self.image_path = "H:\car\GestureRecognition\IMG_0818.png" self.image_path = "H:\car\GestureRecognition\IMG_0818.png"