Stretch and calculate stats on demand
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user