Public Member Functions | |
Context (OptionManager &mgr, const std::string &fx_type_, const std::string &learner_type_) | |
virtual void | start2 () |
This is called from within start() after the subcomponents have started. | |
virtual void | stop1 () |
This is called from within stop() before the subcomponents stop. | |
std::string | contextName () const |
void | loadTrainingSet (const std::string &xpt) |
void | trainingFrame (const TigsInputFrame &fin, const Point2D< int > &eyepos, bool lastone, OutputFrameSeries &ofs) |
Image< float > | localMax (const Image< float > &in) const |
Image< float > | combineBuTd (const Image< float > &bu, const Image< float > &td) const |
Image< float > | temporalMax (const Image< float > &img, std::deque< Image< float > > &q) const |
void | testFrame (const TigsInputFrame &fin, const Point2D< int > &eyepos, OutputFrameSeries &ofs) |
Definition at line 192 of file test-TopdownContext.C.
virtual void Context::start2 | ( | ) | [inline, virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 237 of file test-TopdownContext.C.
References ASSERT, and OModelParam< T >::getVal().
virtual void Context::stop1 | ( | ) | [inline, virtual] |
This is called from within stop() before the subcomponents stop.
Reimplemented from ModelComponent.
Definition at line 250 of file test-TopdownContext.C.
References OModelParam< T >::getVal().