Public Member Functions | |
RandomBrain (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 () |
RandomBrain (std::string dbFile) | |
void | preTraining () |
void | onTraining (Image< PixRGB< byte > > &img, ObjectData &objData) |
void | postTraining () |
void | preRecognition () |
ObjectData | onRecognition (Image< PixRGB< byte > > &img) |
void | postRecognition () |
Definition at line 64 of file RandomObjDetBrain.C.