Public Member Functions | |
ExhaustiveBrain (const int argc, const char **argv) | |
void | preTraining () |
void | onTraining (Image< PixRGB< byte > > &img, ObjectData &objData) |
void | postTraining () |
void | preDetection () |
std::vector< DetLocation > | onDetection (Image< PixRGB< byte > > &img) |
void | postDetection () |
Definition at line 63 of file ExhaustiveObjDetBrain.C.