How do I get a colormap from JPEG file?
Afficher commentaires plus anciens
Hi. I have a jpg image file of the surface of Neptune. My intention is to build a texture mapping ( see Matlab's help about this topic ). I have used the command imread with the file but jpg files have not a colormap (in general, the command imread produces an MxNx3 matriz and a colormap is a Mx3 matrix). I would like to know how I could do it.
Like a image is more valuable than 1000 words (sometimes), my purpose is doing something like that (see example) but for Neptune.
2 commentaires
Image Analyst
le 24 Oct 2011
The jpg image is a true color image. What do you mean by a topographic image? You mean like a geological survey topographic map with contour lines on it and you want that somehow transferred to the surface of a spherical object? What proportion of the sphere should this 2D rectangle cover? A tiny spot? A whole hemisphere? Something in between? Or do you want some kind of 2.5D terrain image with mountains and things sticking above the surface of the sphere?
Julián Francisco
le 24 Oct 2011
Réponse acceptée
Plus de réponses (2)
Julián Francisco
le 24 Oct 2011
user4552
le 7 Juin 2016
0 votes
how can you convert 2D image to 3D image, knowing that the first image is color image but 2D?
1 commentaire
Walter Roberson
le 7 Juin 2016
permute(YourRGBIMage, [1 2 4 3])
Catégories
En savoir plus sur Color and Styling dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!