on separating RGB values for each pixels of an hdr image, what is the type : sRGB or RGB?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
The input images are of color space sRGB. While creating hdr(of class single) from few LDR jpg images, and the pixels are separated out as R=hdr(:,:,1); etc . I want to know what is the color space of those R, G and B. Will it be sRGB or RGB color space?
0 commentaires
Réponses (1)
Image Analyst
le 16 Nov 2013
I don't see why simply pulling out pixels from the image would change their color space. It won't.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!