/MyRepoFeatExtract

bare bones feature extraction code

Primary LanguageC++

MyRepoFeatExtract

bare bones feature extraction code

To execute this code please clone all the files to a local folder (say MyRepoHGPP). Then execute the following code

cd MyRepoHGPP cmake . make ./featureExtractor

This project uses the OpenCV2.4.1 libraries to create and manipulate data structures.

To build the project correctly we need CMake (v2.6) and pkg-config installed