This project is a implementation of the Canny Edge Detection algorithm in C++ and OpenCL. The project is part of the course " Laboratory Course High Performance Programming With Graphic Cards " at the Universität Stuttgart.
git clone https://github.com/DanYuDE/CannyEdgeDetection-GPU.git
Create a build directory.
cd CannyEdgeDetection-GPU
mkdir build
cd build
Compile the project with meson and ninja.
meson configure
ninja