CS1 Example Image
The CS1 term project is the development of a program that can perform a variety of operations on digital images.
To produce this image, a gray scale representation of the image using the standard mapping to luminance was performed and Sobel x and y filters were applied to each pixel yielding values sx and sy. Output (r, g, b) values were obtained by multiplying input (r, g, b) values by sqrt(sx2 + sy2)