Apply the Kuwahara anisotrope filter to a stream of camera or images provided as input to the program. This project uses the OpenCV library to process images and retrieve images from the webcam. There are two versions of the code. One version uses OpenGL to have real-time processing. CMake is the build system of the project.
cmake .
make -j8Run the program
# Version without OpenGL
./src/main [Optional: Path to images]
# Version with OpenGL
./src/main_opengl [Optional: Path to images]Use space bar to activate or desactivate the filter.



