Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
horcham opened this issue Aug 1, 2018 · 5 comments
Open

Comments

@horcham
Copy link

horcham commented Aug 1, 2018

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 horcham changed the title Can't find function altm_method in EnhanceViaRetinexDTCWT(matlab) Can't find definition of altm_method in EnhanceViaRetinexDTCWT(matlab) Aug 1, 2018
@anshan-XR-ROB
Copy link

Same problem. Hope someone can help.

1 similar comment
@paulpanwang
Copy link

Same problem. Hope someone can help.

@KennethJAnthony
Copy link

Hi,
anyone managed to run EnhanceViaRetinexDTCWT in matlab.

I faced the same issue of missing function.

@KennethJAnthony
Copy link

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.

@burstchao
Copy link

Same problem. Hope someone can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants