opencv - Format of High-Dynamic Range (HDR) images and how to process them? -


i have questions regarding high-dynamic range (hdr) images. first, can please tell me how these images stored, mean in format? , how many bits per pixel?

second, possible store these kind of images in commonly used image formats, png, tiff etc, 8 bits per pixel (per channel)?

actually, want compare images commercial camera , hdr camera. so, ideal me, if in same format same number of bits per pixel. intend use opencv image processing algorithms.

thanks lot.

hdr images composed using several "normal" images captured varying exposures. there cameras , softwares automatically, can done manually choosing different images , regions. example, can done using gimp.

the format used store images entirely camera, software or user respectively. formats store input images , composite image, while others create single composite image , store that. yes, can have hdr image stored in commonly used format.

with respect you're trying do, possible use opencv create hdr image , store off in same format camera does.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -