C++ Image Blurring

2019c++image-processing
I explored image processing fundamentals in C++, experimenting with various blur filters and conducting performance-versus-quality comparisons across different algorithms. The work focused on algorithm design and the practical application of data structures in a low-level computing context.