GPU Programming Lab 7
Image Filters
Due Monday, November 12, at 5:00 PM

Convert the class image demo so that it produces the side-to-side mirror image of any image given. This will require that you make a decision regarding whether "i" refers to a point in the input image, or the output image, since the mapping from one to the other will be more complicated.