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