on separating RGB values for each pixels of an hdr image, what is the type : sRGB or RGB?

1 view (last 30 days)
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?

Answers (1)

Image Analyst
Image Analyst on 16 Nov 2013
I don't see why simply pulling out pixels from the image would change their color space. It won't.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!