Public Member Functions | |
ObjRecSalBayes (ModelManager &mgr, const std::string &descrName="ObjRecSalBayes", const std::string &tagName="ObjRecSalBayes") | |
void | start2 () |
This is called from within start() after the subcomponents have started. | |
void | train (const Image< PixRGB< byte > > &img, const std::string label) |
void | finalizeTraining () |
std::string | predict (const Image< PixRGB< byte > > &img) |
Point2D< int > | evolveBrain (const Image< PixRGB< byte > > &img) |
void | extractFeatures (const Image< PixRGB< byte > > &img) |
Definition at line 82 of file ObjRecSalBayes.H.
void ObjRecSalBayes::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 101 of file ObjRecSalBayes.C.