How can i observe a 3 dimensional matrix(hdr) using pcolor command?

조회 수: 1 (최근 30일)
Nithya
Nithya 2013년 11월 8일
편집: Nithya 2013년 11월 19일
I have with me,
file={'img1.jpg','img2.jpg','img3.jpg','img4.jpg','img5.jpg'};
hdr = makehdr(file);
hdr is 1728x2592x3 single matrix
I want to display this image file in pseudocolor.
my aim is to get the light intensity values. What shall i do?
Thank you

채택된 답변

Walter Roberson
Walter Roberson 2013년 11월 8일
편집: Walter Roberson 2013년 11월 8일
image(rgb2gray(hdr));
colormap(gray(256))
  댓글 수: 5
Walter Roberson
Walter Roberson 2013년 11월 18일
It would be more like a calibration curve, not a single factor.
Whether the values are linearly proportional to the radiance or the light falling on the scene is going to depend on what kind of detector you are using. It is not uncommon for detectors to go non-linear at the extreme ends, usually with increased sensitivity in low low light and decreased sensitivity in bright light.
Nithya
Nithya 2013년 11월 19일
편집: Nithya 2013년 11월 19일
Camera response curve will also work in this regard right. Thankyou for your help

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by