Icon recognition with CImg, HoG and SVM
Icon recognition with CImg library, self implement HoG and LIBSVM library.
This project using CImg for handle simple task with image (read, normalize, crop, etc) and self-implement HoG for features implementation.
SVM (via LIBSVM) is intended to use for classification purpose.
The project is used visual studio 2015 community edition.
TODO: