Parallel-Programming-projects
Fill in the kernel to convert from color to greyscale
A gaussian_blur CUDA kernel to perform a 2D image blurring operation
Perform tone mapping on a HDR image i.e transform the luminance channel by compressing its range to [0, 1].
Paste the source image into destination thereby matching the two images so that the pasting is non-obvious.
Implementing red eye removal
The goal of this project is compute a histogram as fast as possible.