Creating HDR Images

We want to build an HDR radiance map from several LDR exposures.

Part 1: Recovering a radiance map from a collection of images

Part 2: Converting this radiance map into a display image


Extra Credit

Fast Bilateral Filter: Using the method described in the class and in the paper Durand 2002. I converted the 2d image into a 3d with the intensity values with subsampled values. To this now a spacial gaussian and an intensity gaussian could be applied due to which the computation time of the bilateral filtering reduced substantially from mins to a couple of sec's.

Image Alignment Using proj1 code: Some of the images weren't aligned properly and so when the hdr images were being created the radiance from the hight value points use to get diffused into the neighbouring points. Using the code from proj1 I converted the images to grayscale using the luminance function defined above. And taking the first image as the base realigned the rest of the images to it.

Without alignment After aligning

Used self images: Check out the     coke     android     caves     images in the results.