#include "Util/Timer.H"
#include "VFAT/NPclassify.H"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
char * | configFile |
This is the configFile name. | |
readConfig | configIn (25) |
This is the configFile object. | |
readConfig | polySet (25) |
int | itemNumber |
number of items if training |
Test the non-parametric classifier
Definition in file test-featureNPC.C.
char* configFile |
This is the configFile name.
Definition at line 57 of file test-featureNPC.C.
readConfig configIn(25) |
This is the configFile object.
int itemNumber |
number of items if training
Definition at line 62 of file test-featureNPC.C.