Effacer les filtres
Effacer les filtres

How to combine two palettes inside one image?

2 vues (au cours des 30 derniers jours)
Valeriy
Valeriy le 16 Jan 2023
Commenté : Walter Roberson le 17 Jan 2023
Is it possible to combine two palettes inside one image? For example, using main part of the image with gray palette, but some stressed part of it, inside circle, for example, with jet palette?
Thank you

Réponse acceptée

Image Analyst
Image Analyst le 16 Jan 2023
Yes, there are several ways. You can make up a mask, and then apply the colormap to the whole indexed image and create an RGB image from it, then you can turn the grayscale image into a color image, and then use the mask to replace inside the mask with the pseducolored RGB image.
Or you can add an offset to the circular part so that it lies in a different gray scale range and then make a colormap that is a color one and gray one combined, and then apply that colormap to the image with colormap.
Which way do you prefer?
  2 commentaires
Valeriy
Valeriy le 16 Jan 2023
Modifié(e) : Valeriy le 16 Jan 2023
Thanks a lot, Image Analyst, for your, as usually very informative and useful answer.
For the moment I practically realized your second proposal: by mask treatment I decreased background level, outside of the circle, and in such a way circular area became well stressed. But I have lack of knowledge how to transfer indexed image into RGB one or visa versa? Should I manually calculate R,G,B components of final image and from them buid it? I suppose that should exist some dedicated Matlab operation.
Walter Roberson
Walter Roberson le 17 Jan 2023
ind2rgb()

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Blue dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by