[ADD] added all the files

This commit is contained in:
Jasper
2021-05-28 12:27:12 +02:00
parent f1f1aac93d
commit 078a6ce66d
8 changed files with 5383 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
namespace computervision
{
cv::VideoCapture cap(0);
cv::VideoCapture cap(1);
cv::Mat img, imgGray, img2, img2Gray, img3, img4;
@@ -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);