disable optfft exposure

This commit is contained in:
Desmis 2019-12-10 13:54:34 +01:00
parent faf649b6ab
commit 73fd0c1a67

View File

@ -11678,7 +11678,7 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o
std::unique_ptr<LabImage> bufexpfin(new LabImage(bfw, bfh));
if (lp.expmet == 1) {
optfft(N_fftwsize, bfh, bfw, bfhr, bfwr, reduH, reduW, lp, original->H, original->W, xstart, ystart, xend, yend, cx, cy);
// optfft(N_fftwsize, bfh, bfw, bfhr, bfwr, reduH, reduW, lp, original->H, original->W, xstart, ystart, xend, yend, cx, cy);
}
std::unique_ptr<LabImage> bufmaskblurexp;