now supports color key images with 255,0,255 as the color key (only pixels that are 255,0,255) are drawn

This commit is contained in:
lostjared
2018-04-08 11:11:38 -07:00
parent 853c43b722
commit e7697b8c90
5 changed files with 60 additions and 4 deletions

View File

@@ -49,10 +49,12 @@ public:
bool setVideoCamera(int device, int res, cv::VideoWriter writer, bool record);
bool isStopped() const;
void run();
void Clear();
void msleep(int ms);
void setVector(std::vector<std::pair<int, int>> s);
void setOptions(bool n, int c);
void setImage(const cv::Mat &image);
void setColorKey(const cv::Mat &image);
void setStep();
void setDisplayed(bool shown);
void setIndexChanged(std::string name);