Implementation of Project 1 for extracting Color, Texture, and Shape features
- Get Dependencies
- Set up build
- Create a build directory
- run cmake and specify the source and build directories (
$ cd build && cmake path/to/source), on windows you will also need to specify the location of OpenCV
- Build
- Use builder of your preference generated by cmake (
$ make,xbuild /p:Configuration=Release, ...)
- Extract test data
- Extract "wang_subset.zip" into your build directory
- Run
$ Test- Will generate colorhist_ranks.out, correlogram_ranks.out, hog_ranks.out, ...