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

feature request: make option to calculate CLAHE on anatomy image #10

Open
moenigin opened this issue Feb 21, 2023 · 2 comments
Open

feature request: make option to calculate CLAHE on anatomy image #10

moenigin opened this issue Feb 21, 2023 · 2 comments
Assignees

Comments

@moenigin
Copy link
Collaborator

I don't see no need to expose this option in the GUI -a flag to do CLAHE and parameters could be passed e.g. to myexp.processRawData

@Eggord Eggord self-assigned this Feb 26, 2023
@Eggord
Copy link
Collaborator

Eggord commented Feb 26, 2023

added it as option to the anatomy calculation. It is a flag in the trialModel line 216. If true it uses CLAHE.

@moenigin
Copy link
Collaborator Author

Thanks for the update @Eggord!
At the moment the flag is hard coded to true at

option.UseCLAHE=true;
. To make it optional it would be great to make it an (optional) argument of TrialModel and its alling functions.

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

2 participants