can you help me ? please color map and color space
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Eman Shaltout
le 16 Jan 2015
Modifié(e) : Eman Shaltout
le 16 Jan 2015
i need to know difference between color map and color space(model)
0 commentaires
Réponse acceptée
Image Analyst
le 16 Jan 2015
A color map is a pseudocolor look up table. It takes a single valued image, like a gray scale image or indexed image, and uses the value (gray level) to assign a color to it such that those pixels with that gray level show up in the specified color.
A color space is a 3-Dimensional coordinate system where you can plot a pixel's color as a point in that space. For example in RGB space, you could put a dot at every location where that particular value of red, green, and blue appears. There are other color spaces that better correspond to human vision, such as HSV and LAB color spaces, and they are often easier to use when finding certain colors in an image, as demonstrated by the tutorials in my File Exchange
1 commentaire
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Convert Image Type dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!