Images of the Russian Empire: Colorizing the Prokudin-Gorskii photo collection

All images worked with were from the early 1900's Prokudin-Gorski photo collection and can be downloaded here These photos are glass plate images involving taking three pictures with diffrent filters for each color channel (red, green, blue).

The crux of this is to use image processing techniques such as image pyramids and exhaustive search, to overlay the glass plate images atop each other to form a single RGB color image. All images processed can be found below.

The algorithm for larger images is as follows. Successive rescaling was done by a factor of .7 each time until the image was 500x500 pixels or smaller, then from here a large window was sampled to find the best displacement. Going back down the pyramid (towards higher resolutions) to successively get closer to the optimal displacement was then done for both the red and green channels before finally overlaying them atop each other for the final images.

Cropping the images before finding the displacements greatly improved results and reduced noise when computing L2 norms, however this caused more exaggerated the colored lines on the edges of the photos. Although they could be cropped out they look more interesting like this and it was kept.

Selected images:

in-the-court-of-Shir-Dor-mosque.tif

drawing

G[20,68]
R[30,143]

bottling-department-of-mineral-water.tif

drawing

G[0,43]
R[1,133]

tipy-dagestana.tif

drawing

G[6,43]
R[11,162]

Sample images:

emir.tif

drawing

G[23,49]
R[-224,146]
*The image emir.tif had three color channels that were all quite different w.r.t the brightness of his cloak and this causes this strange overlay of one emir atop another. It looks holographic and interesting!

harvesters.tif

drawing

G[16,59]
R[13,123]

icon.tif

drawing

G[17,40]
R[22,89]

lady.tif

drawing

G[8,48]
R[11,112]

melons.tif

drawing

G[9,81]
R[13,178]

onion_church.tif

drawing

G[26,51]
R[36,108]

self_portrait.tif

drawing

G[27,77]
R[35,174]

three_generations.tif

drawing

G[12,52]
R[10,110]

train.tif

drawing

G[4,42]
R[31,86]

workshop.tif

drawing

G[-1,52]
R[-12,103]

cathedral.jpg

drawing

G[2,5]
R[3,12]

monastery.jpg

drawing

G[2,-3]
R[2,3]

tobolsk.jpg

drawing

G[2,3]
R[3,6]