-
Notifications
You must be signed in to change notification settings - Fork 18
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
ranged should be deprecated (again) #44
Comments
Well, use should use histogram equalization to do that.
Primary use of |
OK, but I am worrying that it is frequently used in DCV. BTW, I will add |
This is a whole another story. If those functions are present in low-level API manor, I'm sold. We'll deprecate Reopening, and idling until minmax and scale are present in mir. Good? |
Yep, thanks! |
Np, thank you! |
As soon as mir.image be implemented, we will have good conversions between all formats we use.
ranged
is functions that stretch color domain for each channel. If you apply this for not very contrast image, it will make it more contrast. This implicit filter functionality is bad practice.The text was updated successfully, but these errors were encountered: