[ADD] basis for async arm detection
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user