added combo, radio buttons and working on getting the interface to work with filter transitions

This commit is contained in:
lostjared
2018-03-18 10:42:20 -07:00
parent df5f56b1ae
commit 74814f8e0e
5 changed files with 44 additions and 15 deletions

View File

@@ -33,6 +33,7 @@ private:
int device_num;
unsigned int red, green, blue;
unsigned int bright_, gamma_, saturation_;
bool single_mode;
public:
Playback(QObject *parent = 0);
~Playback();
@@ -52,6 +53,7 @@ public:
void setImage(const cv::Mat &image);
void setStep();
void setDisplayed(bool shown);
void setIndexChanged(int pos);
signals:
void procImage(const QImage image);
void stopRecording();