This is a simple implementation of SYSU Architeture final project, it use architechture technique to accelerate image processing, especially data level parallism technique(eg. SIMD, OpenMP).Please see the report for more details.
you need to check that your host support AVX2 and SSE4.1, then
$ sudo apt-get install -y g++ libomp-devdo the test
$ ./runOmpCode.sh before_optimize
$ ./runOmpCode.sh after_optimizeor debug with vscode
or run it in the github codespace