Base class for topdown feature extractors. More...
#include <TIGS/FeatureExtractor.H>
Public Member Functions | |
FeatureExtractor (OptionManager &mgr, const std::string &name) | |
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. | |
Image< float > | extract (const TigsInputFrame &fin) |
void | save (const char *pfx) const |
void | load (const char *pfx) |
Protected Member Functions | |
void | setCheckFrequency (int f) |
void | changeFxName (const std::string &s) |
Base class for topdown feature extractors.
Definition at line 53 of file FeatureExtractor.H.
void FeatureExtractor::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 83 of file FeatureExtractor.C.
References OModelParam< T >::getVal().
void FeatureExtractor::stop1 | ( | ) | [virtual] |
This is called from within stop() before the subcomponents stop.
Reimplemented from ModelComponent.
Definition at line 88 of file FeatureExtractor.C.
References OModelParam< T >::getVal().