GaussianBlur using CUDA Using parallelized CUDA kernels integrated with OpenCV, the Gaussian blur technique is applied to reduce image noise effectively. -> Objectives Convert RGBA to Array of Structures (AoS) Apply Gaussian Blur method to each channel Parallelize using kernels