Terminou / Colorizing-the-Prokudin-Gorskii-photo-collection

In this program, 3 glass plate images (R, G, B) are colourized.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorizing the Prokudin-Gorskii photo collection

CMPE362 HW1

My program takes a glass plate image as an input, splits them into 3 channels B, G, R respectively. Then, it creates a color image. Aligns the channels with two different function alignSSD and alignNCC. Beside alignments, there are also contrast improvement methods in the code like histogram equalization, gamma correction or HSV value change.

Please check output images and report to get more details about the project.

lady

notAligned - lady

histEq - lady

About

In this program, 3 glass plate images (R, G, B) are colourized.


Languages

Language:MATLAB 91.6%Language:Objective-C 8.4%