-
Notifications
You must be signed in to change notification settings - Fork 2
Home
gangok edited this page Jun 9, 2015
·
1 revision
#Introduction NBNN is an open source code to perform image classification using NBNN classifier.
#Requirements
- opencv 2.4.9
- vlfeat 0.9.20
- glpk 4.35
#How to run for MS VS2010
-
Set the include directories with your libraries(For VS2010, Property Pages->Configuration Properties->C/C++->General->Additional Include Directories)
-
Set the library directories(For VS2010, Property Pages->Configuration Properties->Linker->General->Additional Library Directories).
-
Set the library list(For VS2010, Property Pages->Configuration Properties->Linker->Input->Additional Dependencies).
-
Prepare your image dataset
-
Run main.cpp