In a C++ example we can show how each convolutional shift further blurs the image and compare that to CUDA. https://github.com/Kinvert/CUDA-Stuff/tree/master/Computer-Vision/Gaussian-Blur Example animation: [2D Bouncing Balls](https://github.com/Kinvert/CUDA-Stuff/tree/master/Simulations/Bouncing-Balls/2D)
In a C++ example we can show how each convolutional shift further blurs the image and compare that to CUDA.
https://github.com/Kinvert/CUDA-Stuff/tree/master/Computer-Vision/Gaussian-Blur
Example animation:
2D Bouncing Balls