필터 지우기
필터 지우기

Reading a HDR file

조회 수: 2 (최근 30일)
Romendra
Romendra 2013년 1월 19일
Hi, I am trying to convert an hdr file so that I can display it. The function hdrread('filename.hdr') can only read m x n x3 whereas the file i am working is more than 3 bands. Does anyone one know of any other function that will allow me to display the file as an image? Also since hdrread is not reading the file I am unable to use the tonemap function. Bummer Any help would be greatly appreciated. Thanks Romendra
  댓글 수: 1
Romendra
Romendra 2013년 1월 20일
Alright, i was able to display one band at a time from 1-36 bands individually. is there anyway to stack all these in a single figure like
for i=1:bandsize
imshow(image(:,:,i))
end
when i do this i am unable to stack/overlay images on top of another Any ideas??

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by