add bilateral to local denoise and enhanced GUI

This commit is contained in:
Desmis
2017-12-23 09:34:39 +01:00
parent 42d0f550c9
commit 9713604b12
15 changed files with 422 additions and 38 deletions

View File

@@ -1205,6 +1205,7 @@ void Crop::update(int todo)
params.locallab.expexpose = true;
}
params.locallab.bilateral = parent->bilaterals[sp];
std::vector<double> cretie;
@@ -1679,6 +1680,7 @@ void Crop::update(int todo)
}
parent->bilaterals[sp] = params.locallab.bilateral = parent->bilaterals[0];
std::vector<double> ccret;