[FIX] showing of pose detection points
This commit is contained in:
@@ -13,7 +13,7 @@ namespace computervision
|
||||
private:
|
||||
|
||||
public:
|
||||
void movementSkeleton(Mat inputImage,std::function<void(std::vector<Point>)> f);
|
||||
void movementSkeleton(Mat inputImage,std::function<void(std::vector<Point>, cv::Mat poinst_on_image)> f);
|
||||
void setup();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user