SingleHDR icon indicating copy to clipboard operation
SingleHDR copied to clipboard

Could you explain how to read and write HDR file

Open endinblue opened this issue 4 years ago • 3 comments

Hello. I am studying HDRI. So I read your cool paper. Thank you for your work. I am wondering how you read HDR file as ground-truth for training. Also I wonder how do you write result as HDR format file. Thank you for help.

endinblue avatar May 20 '20 13:05 endinblue

opencv works

Hans1984 avatar Aug 03 '20 11:08 Hans1984

@Hans1984 The pixel value of the .hdr format image is large in the dataset .When saved, the value range is [0,1]. Is the image information obtained not lost ?

sunyclj avatar Mar 24 '22 06:03 sunyclj

As far as I'm concerned, if you don't do quantization or clip, the information won't be lost, they are 16 or 32 bits.

Hans1984 avatar Mar 24 '22 09:03 Hans1984