Configuration class for GridSuperPixel.
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 class for GridSuperPixel.
- See also
- ModuleConfig
| rdf::GridPixelConfig::GridPixelConfig |
( |
| ) |
|
| bool rdf::GridPixelConfig::applyLineMask |
( |
| ) |
const |
| bool rdf::GridPixelConfig::autoWindowSize |
( |
| ) |
const |
| void rdf::GridPixelConfig::estimateWindowSize |
( |
int |
height, |
|
|
int |
numTiles = 100 |
|
) |
| |
| void rdf::GridPixelConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
| double rdf::GridPixelConfig::minEnergy |
( |
| ) |
const |
| void rdf::GridPixelConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
| QString rdf::GridPixelConfig::toString |
( |
| ) |
const |
|
overridevirtual |
| double rdf::GridPixelConfig::winOverlap |
( |
| ) |
const |
| int rdf::GridPixelConfig::winSize |
( |
| ) |
const |
| bool rdf::GridPixelConfig::mAutoWinSize = true |
|
protected |
| bool rdf::GridPixelConfig::mLineMask = true |
|
protected |
| double rdf::GridPixelConfig::mMinEnergy = 0.07 |
|
protected |
| double rdf::GridPixelConfig::mWinOverlap = 0.5 |
|
protected |
| int rdf::GridPixelConfig::mWinSize = 5 |
|
protected |
The documentation for this class was generated from the following files: