Configuration file for local orientation extraction.
More...
#include <SuperPixel.h>
|
void | load (const QSettings &settings) override |
|
void | save (QSettings &settings) const override |
|
template<class num > |
num | checkParam (num param, num min, num max, const QString &name) const |
|
Configuration file for local orientation extraction.
- See also
- ModuleConfig
rdf::LocalOrientationConfig::LocalOrientationConfig |
( |
| ) |
|
int rdf::LocalOrientationConfig::histSize |
( |
| ) |
const |
void rdf::LocalOrientationConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
int rdf::LocalOrientationConfig::maxScale |
( |
| ) |
const |
int rdf::LocalOrientationConfig::minScale |
( |
| ) |
const |
int rdf::LocalOrientationConfig::numOrientations |
( |
| ) |
const |
void rdf::LocalOrientationConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
Vector2D rdf::LocalOrientationConfig::scaleIvl |
( |
| ) |
const |
void rdf::LocalOrientationConfig::setMaxScale |
( |
int |
maxScale | ) |
|
void rdf::LocalOrientationConfig::setMinScale |
( |
int |
minScale | ) |
|
void rdf::LocalOrientationConfig::setNumOrientations |
( |
int |
numOr | ) |
|
QString rdf::LocalOrientationConfig::toString |
( |
| ) |
const |
|
overridevirtual |
int rdf::LocalOrientationConfig::mHistSize = 64 |
|
protected |
int rdf::LocalOrientationConfig::mMaxScale = 256 |
|
protected |
int rdf::LocalOrientationConfig::mMinScale = 128 |
|
protected |
int rdf::LocalOrientationConfig::mNumOr = 32 |
|
protected |
The documentation for this class was generated from the following files: