Colorizing the Prokudin-Gorskii Photo Collection

Roth Yin | rothyin@berkeley.edu

Overview

The Prokudin-Gorskii Collection features color photographic surveys of the Russian Empire made between ca. 1905 and 1915. Prokudin-Gorskii's triple-frame black-and-white glass negatives consist of three exposures made through blue, green, and red filters to produce photographs that could be printed or projected in color. Learn more at https://www.loc.gov/collections/prokudin-gorskii/

The goal is to take the digitized negatives and, using image processing techniques, automatically produce color images with as few visual artifacts as possible.

Result

Visual

cathedral church emir harvesters icon lady melons monastery onion_church self_portrait three_generations tobolsk train workshop

Numerical

filenamev_offset_b2gh_offset_b2gv_offset_r2gh_offset_r2g
cathedral-5-271
church-25-433-8
emir-49-245717
harvesters-59-1765-3
icon-41-17485
lady-55-8624
melons-81-10963
monastery3-261
onion_church-51-275710
self_portrait-79-29988
three_generations-53-1458-3
tobolsk-3-341
train-42-64327
workshop-53052-11

More results

merv poliana emir
filenamev_offset_b2gh_offset_b2gv_offset_r2gh_offset_r2g
merv-32-5472
poliana-4225511
urals-40-335525

Approach

Because the three frames are given in the same image horizontally, divide the image up evenly to get the individual frames.

The three frames are given in the same image horizontally.

The basic idea is to exhaustively search over a window of possible displacements and choose the best match.

More details:

When processing large images, I used the technique of image pyramid. It means that I first run the above algorithm on smaller, lower-resolution version of the images, then gradually increase the resolutions and run the algorithm around the displacements found on the previous level, until reaching the original images.