[ADD] Looping through array depending on open or closed hand

This commit is contained in:
Kim
2021-06-01 14:37:57 +02:00
parent f1f1aac93d
commit 27e99dd2eb
6 changed files with 104 additions and 4 deletions

View File

@@ -59,10 +59,10 @@ namespace computervision
putText(cameraFrame,hand_text, Point(10, 75), FONT_HERSHEY_PLAIN, 2.0, Scalar(255, 0, 255),3);
imshow("camera", cameraFrame);
/* imshow("output", frameOut);
imshow("output", frameOut);
imshow("foreground", foreground);
imshow("handMask", handMask);
imshow("handDetection", fingerCountDebug);*/
imshow("handDetection", fingerCountDebug);
int key = waitKey(1);