Effacer les filtres
Effacer les filtres

Reading a HDR file

2 vues (au cours des 30 derniers jours)
Romendra
Romendra le 19 Jan 2013
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 commentaire
Romendra
Romendra le 20 Jan 2013
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??

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by