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

5 ビュー (過去 30 日間)
Nithya
Nithya 2013 年 11 月 16 日
コメント済み: Nithya 2013 年 11 月 17 日
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?

回答 (1 件)

Image Analyst
Image Analyst 2013 年 11 月 16 日
I don't see why simply pulling out pixels from the image would change their color space. It won't.
  1 件のコメント
Nithya
Nithya 2013 年 11 月 17 日
You mean that the R,G,B pixel value of HDR image would be sRGB itself(as of input) in this case.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by