[ADD] comments to skindetector

This commit is contained in:
Sem van der Hoeven
2021-05-21 14:56:45 +02:00
parent 1811bf51a4
commit acf24cab36
2 changed files with 37 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ int main(void)
entities::Camera camera(glm::vec3(0, 0, 0), glm::vec3(0, 0, 0));
// create object detection object instance
computervision::ObjectDetection objDetect;