Another project I completed over the summer with help from a friend: a Python script for color histogram mapping between two images. We decided to call the program Hmap.

The script takes two images and applies the color histogram from the designated “source” image onto the designated “target” image.

Here’s an example with black and white images (photographs by Ansel Adams).

Source Image:

Source Image

Target Image

Target Image

Result:

Result

 

To see an example with color images, check out this page.