how to give color for same pixel values?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i need to assign color for pixels having same value.. can anyone help me?
0 Commenti
Risposta accettata
Walter Roberson
il 21 Ott 2013
cmap = copper(22); %some color map
outimg = ind2rgb( uint8(locatn), cmap);
image(outimg);
Più risposte (1)
Image Analyst
il 19 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Red in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!