-
Notifications
You must be signed in to change notification settings - Fork 1
for plotImage, add argument to control contrast (cl), including doc examples, unit tests etc.
#5
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
Conversation
|
@Artur-man general Q: |
|
Hmmmm, I have never thought about this. I used to only change the saturation and brightness of IF channels before. Perhaps we can deal with this when channels are passed to .ch2rgb, hence pass rgb images there too ? then use .is_rgb function only in .ch2rgb ? I dont know |
|
changing this line in |
Hmm ... so lets say that colors are null but contrast limits are not, then we go to chsrgb .... if there are colors and contrast limits are null, then we go to chsrgb again, if both are null we go chrsrgb ... so the only case we dont go to chs2rgb is when both colors and cl are null .... but then the statement before we already pick the first channel when everything is null ok you are right this is ok! |
|
I realize we need both - |
|
Alright, so actually still need the |
plotImage, add arguments to control contrast limits and saturationplotImage, add argument to control contrast (cl), unit tests etc.
plotImage, add argument to control contrast (cl), unit tests etc.plotImage, add argument to control contrast (cl), doc examples, unit tests etc.
plotImage, add argument to control contrast (cl), doc examples, unit tests etc.plotImage, add argument to control contrast (cl), including doc examples, unit tests etc.

No description provided.