[ADD] comments

This commit is contained in:
Sem van der Hoeven
2021-06-18 11:11:56 +02:00
parent b446a366fb
commit 982f787d44
4 changed files with 13 additions and 43 deletions

View File

@@ -8,6 +8,14 @@
#include <opencv2/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/video.hpp>
#include <GLFW/glfw3.h>
#include "background_remover.h"
#include "skin_detector.h"
#include "finger_count.h"
#include "async/StaticCameraInstance.h"
#include "calibration/HandCalibrator.h"
namespace computervision