Effacer les filtres
Effacer les filtres

How can I find the saturation of all the rgb channels separately?

2 vues (au cours des 30 derniers jours)
Prachi Sharma
Prachi Sharma le 15 Nov 2016
Modifié(e) : Prachi Sharma le 17 Nov 2016
I need to find out the saturation of all the three channels separately.How do I do that?
  4 commentaires
Guillaume
Guillaume le 16 Nov 2016
Isn't this just a duplicate of problem-in-plotting-the-matrix-over-an-image?
Prachi Sharma
Prachi Sharma le 17 Nov 2016
right

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 15 Nov 2016
If you take a 3 color RGB matrix and extract out the individual color channels separately, then exactly what does saturation mean in that case - in the case of a monochrome gray scale image? Maybe you can say the intensity is the saturation? Or just call rgb2hsv() and look at the second channel for the more traditional definition of saturation, which means it operates on the whole RGB image, not the 3 color channels separately.
  3 commentaires
Image Analyst
Image Analyst le 16 Nov 2016
Do you want to change the actual pixel values, like make them red or something? OR do you want to leave the pixel values the same and just change how they are displayed, like use a colormap where those pixels are red, or use a binary overlay ?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by