
#include "TIGS/FeatureExtractorFactory.H"#include "TIGS/FourierFeatureExtractor.H"#include "TIGS/PyramidFeatureExtractor.H"#include "TIGS/RandomFeatureExtractor.H"#include "TIGS/VisualCortexFeatureExtractor.H"
Go to the source code of this file.
Functions | |
| nub::ref< FeatureExtractor > | makeFeatureExtractor (OptionManager &mgr, const std::string &type) |
| Build a FeatureExtractor from a type name. | |
Build a FeatureExtractor from a type name
Definition in file FeatureExtractorFactory.C.
| nub::ref<FeatureExtractor> makeFeatureExtractor | ( | OptionManager & | mgr, | |
| const std::string & | type | |||
| ) |
Build a FeatureExtractor from a type name.
Definition at line 48 of file FeatureExtractorFactory.C.
1.6.3