centixkadon / libimages

Interface which reads, processes and writes images with multithreading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libimages

Interface which reads, processes and writes images with multithreading.

Depends

Build

cd .
git clone https://github.com/centixkadon/libexstl.git
git clone https://github.com/centixkadon/libimages.git
mkdir build && cd build
cmake ../libimages/test
make

Usage

Derived from the base class Images and implement the interface calculate and evaluate, as is shown in the test module.

Attention: You should call .join() before the destructor of the derived class is called, or you may get a "pure virtual method called" error.

About

Interface which reads, processes and writes images with multithreading.


Languages

Language:C++ 83.9%Language:CMake 16.1%