Interface which reads, processes and writes images with multithreading.
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
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.