Borrar filtros
Borrar filtros

Reading a HDR file

2 visualizaciones (últimos 30 días)
Romendra
Romendra el 19 de En. de 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 comentario
Romendra
Romendra el 20 de En. de 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??

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by