[EDIT] added base for hand detection

This commit is contained in:
Sem van der Hoeven
2021-05-21 13:23:33 +02:00
parent 27a09aeca4
commit 1811bf51a4
9 changed files with 24401 additions and 20 deletions

View File

@@ -9,6 +9,7 @@
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
namespace computervision
{
class ObjectDetection
@@ -17,10 +18,11 @@ namespace computervision
public:
ObjectDetection();
bool Init();
bool setup();
void readWebcam();
void showWebcam();
void calculateDifference();
void detect();
};