mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user