[EDIT] stuff

This commit is contained in:
Sem van der Hoeven
2021-06-04 11:39:23 +02:00
parent fe94b0f83d
commit 921609de5d
3 changed files with 9 additions and 5 deletions

View File

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