]> git.treefish.org Git - stickletrack.git/blob - masking.h
fixed comargs.
[stickletrack.git] / masking.h
1 #include "opencv2/highgui/highgui.hpp"
2 #include "opencv2/imgproc/imgproc.hpp"
3
4 using namespace cv;
5 using namespace std;
6
7 void masking_getCombinedMask(const Mat& origframe, Mat& combinedmask);
8 void masking_init();