-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add a function like rgbplot for other color formats and generic data #580
Comments
Thanks for the suggestions, @eugenioLR! Re your first suggestion: Please correct me if I'm misunderstanding your suggestion, but I think Re second suggestion: I really like this idea and am open to having it as a feature. It could be a value add to make plotting these kinds of data easier. Can you propose the API you have in mind for this? And I agree; let's hash out the details about the API before the PR. |
For the first idea: This could be further distinguished from For the second idea: |
I think it would be a good idea to make a function like rgbplot, showing the channels of each image separately, but not assuming it's an image in RGB, it could be an image in other color formats or even generic data (as could be the case in a deep learning problem) where there could be any number of channels to an image.
It could also be a good idea to make something like ImageGrid, but where each row is a different image and each column is a different channel of the image, but i'm not so sure about this because you can manually do it with existing functions.
I've made some code in this respect already, so if it this seems like a good idea i can make a pull request when we have discussed all the necesary details.
The text was updated successfully, but these errors were encountered: