dimaxano / filter2D

Image convolution implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filter2D

Here is the implementation of image filtering functionality with a convolution operation at its heart.

How to run

Build

cd cpp/

mkdir build

cd build

cmake ..

make

Run

./blur /path/to/image

About

Image convolution implementation


Languages

Language:C++ 79.9%Language:CMake 20.1%