[ADD] basis for async arm detection

This commit is contained in:
Sem van der Hoeven
2021-05-28 15:31:21 +02:00
parent a68c6a57bf
commit 40529f84b3
9 changed files with 119 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ namespace computervision
private:
public:
void movementSkeleton(Mat inputImage);
void movementSkeleton(Mat inputImage,std::function<void(std::vector<Point>)> f);
void setup();
};
}