Added laplacian threshold and radius to mask common

This commit is contained in:
Desmis
2020-06-21 17:47:47 +02:00
parent 4739428abc
commit d522d4a701
9 changed files with 67 additions and 6 deletions

View File

@@ -1207,6 +1207,8 @@ private:
Adjuster* const blendmask;
MyComboBoxText* const showmaskMethod;
Gtk::CheckButton* const enamask;
Adjuster* const radmask;
Adjuster* const lapmask;
sigc::connection showmaskMethodConn, enamaskConn;