OptimizedImageEnhance icon indicating copy to clipboard operation
OptimizedImageEnhance copied to clipboard

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

Open horcham opened this issue 6 years ago • 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.

horcham avatar Aug 01 '18 02:08 horcham

Same problem. Hope someone can help.

anshan-XR-ROB avatar Aug 31 '18 04:08 anshan-XR-ROB

Same problem. Hope someone can help.

paulpanwang avatar Jan 10 '19 09:01 paulpanwang

Hi, anyone managed to run EnhanceViaRetinexDTCWT in matlab.

I faced the same issue of missing function.

KennethJAnthony avatar Aug 23 '19 11:08 KennethJAnthony

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.

KennethJAnthony avatar Aug 23 '19 12:08 KennethJAnthony

Same problem. Hope someone can help.

burstchao avatar Jan 12 '20 09:01 burstchao