Effacer les filtres
Effacer les filtres

how to give color for same pixel values?

1 vue (au cours des 30 derniers jours)
sheno39
sheno39 le 19 Oct 2013
Commenté : sheno39 le 24 Oct 2013
i need to assign color for pixels having same value.. can anyone help me?

Réponse acceptée

Walter Roberson
Walter Roberson le 21 Oct 2013
cmap = copper(22); %some color map
outimg = ind2rgb( uint8(locatn), cmap);
image(outimg);
  2 commentaires
sheno39
sheno39 le 22 Oct 2013
sir this coding works for simple 5x5 matrix. but it is not working for image..
sheno39
sheno39 le 23 Oct 2013
sir can u help me to give different colors for different regions

Connectez-vous pour commenter.

Plus de réponses (1)

Image Analyst
Image Analyst le 19 Oct 2013
What do you mean by "pixels having the same value"? Do you mean, say, pixels having red color? And so you want to assign a green color to all pixels having "red" values? Meanwhile, why don't you look at my color segmentation demos in Image Analyst's awesome File Exchange?
  8 commentaires
sheno39
sheno39 le 24 Oct 2013
sir can u help me convert RGB image from linear index.
sheno39
sheno39 le 24 Oct 2013
Modifié(e) : sheno39 le 24 Oct 2013
I used ind2rgb function. but i didn't get the correct output

Connectez-vous pour commenter.

Catégories

En savoir plus sur Matrix Indexing 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