필터 지우기
필터 지우기

how can I get the right RGB values from a HDR image ?

조회 수: 4 (최근 30일)
farfar
farfar 2016년 12월 19일
댓글: farfar 2016년 12월 20일
Hi everyone Im working on HDR image analysis. I use terminal and radiance software to get the RGB value as a text in mac book and then work on them with matlab. but I have noticed that even for white area in the photo RGB values are (17, 18, 16)(or number in this range). what color space is it using ? or what is wrong with this conversion ? next question is what is the code to get the RGB value for a HDR image in Matlab ? Thanks !

답변 (1개)

Image Analyst
Image Analyst 2016년 12월 19일
Those numbers describe a dark gray color. White values are usually brighter than 200 or so. I've never heard of "terminal and radiance software" so I can't really say what it's doing. And there is no "right" values for RGB for HDR images. Two points could have similar RGB but have vastly different radiances. For example, in an image of your desk and also looking out the window, the sheet of paper on your desk may have an illuminance of 500 lux but the white car that you can see through the window has an illuminance of 20,000 lux, and yet they both might appear in the image with an RGB of (200,200,200) or whatever. So you can't really say that any object in your scene has a "right" or "correct" range of RGB values. I mean the whole concept of HDR goes against that - HDR is meant to adjust the RGB so that everything looks good despite vastly different brightnesses of the subject, far more than a single exposure can handle.
  댓글 수: 14
farfar
farfar 2016년 12월 20일
farfar
farfar 2016년 12월 20일

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Frequency Transformations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by