This class configures the feature collection process. It controls I/O paths for feature labels and feature cache files and the normalization process through the read settings file.
More...
#include <SuperPixelTrainer.h>
|
| void | load (const QSettings &settings) override |
| |
| void | save (QSettings &settings) const override |
| |
This class configures the feature collection process. It controls I/O paths for feature labels and feature cache files and the normalization process through the read settings file.
- See Also
- ModuleConfig
| rdf::SuperPixelLabelerConfig::SuperPixelLabelerConfig |
( |
| ) |
|
| QString rdf::SuperPixelLabelerConfig::featureFilePath |
( |
| ) |
const |
| QString rdf::SuperPixelLabelerConfig::labelConfigFilePath |
( |
| ) |
const |
| void rdf::SuperPixelLabelerConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
| int rdf::SuperPixelLabelerConfig::maxNumFeaturesPerClass |
( |
| ) |
const |
| int rdf::SuperPixelLabelerConfig::maxNumFeaturesPerImage |
( |
| ) |
const |
| int rdf::SuperPixelLabelerConfig::minNumFeaturesPerClass |
( |
| ) |
const |
| void rdf::SuperPixelLabelerConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
| QString rdf::SuperPixelLabelerConfig::toString |
( |
| ) |
const |
|
overridevirtual |
| QString rdf::SuperPixelLabelerConfig::mFeatureFilePath |
|
protected |
| QString rdf::SuperPixelLabelerConfig::mLabelConfigFilePath |
|
protected |
| int rdf::SuperPixelLabelerConfig::mMaxNumFeaturesPerClass = 10000 |
|
protected |
| int rdf::SuperPixelLabelerConfig::mMaxNumFeaturesPerImage = 10000 |
|
protected |
| int rdf::SuperPixelLabelerConfig::mMinNumFeaturesPerClass = 1000000 |
|
protected |
The documentation for this class was generated from the following files: