mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 05:39:59 +01:00
now works with reset filters
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
void drawFilter(cv::Mat &frame, std::pair<int, int> &filter);
|
||||
void drawEffects(cv::Mat &frame);
|
||||
void filterFade(cv::Mat &frame, std::pair<int, int> &filter1, std::pair<int, int> &filter2, double alpha);
|
||||
void reset_filters();
|
||||
signals:
|
||||
void procImage(const QImage image);
|
||||
void stopRecording();
|
||||
|
||||
Reference in New Issue
Block a user