IasonManolas / ImageTransformer

A (tiny) app that takes as an input the filepath to a png image transforms each pixel using a defined function and saves the transformed image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageTransformer

A (tiny) app that takes as an input the filepath to a png image transforms each pixel using a defined function and saves the transformed image

Dependencies for linux

sudo apt update
sudo apt install build-essential
sudo apt install libopencv-dev
sudo apt install libtbb-dev

About

A (tiny) app that takes as an input the filepath to a png image transforms each pixel using a defined function and saves the transformed image


Languages

Language:C++ 85.4%Language:CMake 14.6%