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

@@ -841,6 +841,8 @@ public:
bool sensimask;
bool blendmask;
bool enamask;
bool radmask;
bool lapmask;
LocallabSpotEdited(bool v);