Restoring Color in Old Images
Last week's activity was interesting -- we restored the color in old images digitally! This was interesting because finally I understood what the fancy jargon that came with it meant already. Apparently there are different ways to represent color in images and the one that we played around with were with the RGB and HSV representation of color in images. RGB represents the amount of red, green, and blue there is in an image [1] which is practical, because they are the primary colors of light [1] from which other colors may be made from. This kind of representation however, isn't practical for heavy color restoration because we do not describe colors like this. Rather we describe them through their hue, saturation, and lightness/value [1]. Thus we use HSV to do just that. Hue and saturation represents the purity of color and how much it is diluted by white light [1], and value is how far the color is from black, which may simply be its gray-level. In this activity, we mess...