Stretch and calculate stats on demand

This commit is contained in:
2022-04-06 15:49:58 +02:00
parent 2ff1b993a1
commit 023a616fa0
7 changed files with 63 additions and 37 deletions
+2 -1
View File
@@ -13,10 +13,11 @@ class StretchPanel : public QWidget
public:
explicit StretchPanel(QWidget *parent = nullptr);
public slots:
void imageLoaded(Image *img);
void stretchImage(Image *img);
void resetMTF();
signals:
void paramChanged(float low, float mid, float high);
void autoStretch();
};
#endif // STRETCHPANEL_H