This library contains different adaptive/online learning approaches for the purpose of classification.
The required libraries for the build process are Boost and OpenCV 3, the rest of the used libraries is already preinstalled on common linux systems (pthreads, panel, gdal, tbb). The build can be started over the existing CMakeList.txt with the commands:
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 8