I am using opencv 3.0 version which has support for creating HDR images and trying to produce an HDR image using three images at different exposure. And i found this tutorial of opencv.
http://docs.opencv.org/master/d3/db7/tutorial_hdr_imaging.html#gsc.tab=0
Its easy to understand but it takes paramter like exposure times for images. How do i will get this exposure time ? I have only images. Do any one has tried it already ?
Thanks