Fix for user interface refresh from Michael Ezra.

This commit is contained in:
Emil Martinec
2012-02-14 01:08:48 -06:00
parent 10354bc8fe
commit 2dfd780308
4 changed files with 182 additions and 13 deletions

View File

@@ -183,6 +183,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
imgsrc->getImage (currWB, tr, orig_prev, pp, params.hlrecovery, params.icm, params.raw);
if (todo & M_LINDENOISE) {
printf("denoising!\n");
// @Emil: put your luminance denoise tool here ; of course, at this stage, you only have an ImageFloat, no LabImage yet...
if (scale==1 && params.dirpyrDenoise.enabled) {
//array2D<float> Ldn(fw,fh);