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

조회 수: 2 (최근 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