26hzhang/OptimizedImageEnhance

Can't find definition of altm_method in EnhanceViaRetinexDTCWT(matlab)

horcham opened this issue · 5 comments

Hi @IsaacChanghau
I am trying to read EnhanceViaRetinexDTCWT(matlab), altm_method is used in Main.m(line 54), but I can't find the definition of it. Could you please tell me where the definition of altm_method is? Thank you.

Same problem. Hope someone can help.

Same problem. Hope someone can help.

Hi,
anyone managed to run EnhanceViaRetinexDTCWT in matlab.

I faced the same issue of missing function.

I noticed, that you can skip that and the image will be processed but without ALTM i guess.

C = w{J + 1}{1}{s} + Imag * w{J + 1}{2}{s};
wout = C
w{J+1}{1}{s} = real(wout);
w{J+1}{2}{s} = imag(wout);

Anybody have any idea how and where to call a ALTM function.

Same problem. Hope someone can help.