Configuration class for MserSuperPixel.
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 MserSuperPixel.
- See also
- ModuleConfig
| rdf::SuperPixelConfig::SuperPixelConfig |
( |
| ) |
|
| int rdf::SuperPixelConfig::erosionStep |
( |
| ) |
const |
The erosion step in pixel. The kernelsize is iteratively increased when computing the erosion layers.
- Returns
| void rdf::SuperPixelConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
| int rdf::SuperPixelConfig::mserMaxArea |
( |
| ) |
const |
The maximum SuperPixel area in pixel. NOTE: the segmented pixels are summed up rather than its resulting ellipses.
- Returns
| int rdf::SuperPixelConfig::mserMinArea |
( |
| ) |
const |
The minimum SuperPixel area in pixel. NOTE: the segmented pixels are summed up rather than its resulting ellipses.
- Returns
| int rdf::SuperPixelConfig::numErosionLayers |
( |
| ) |
const |
Numbers the erosion layers. The image is iteratively eroded in order to split cursive handwriting. Specify how many erosion layers should be created - when testing 3 seemed to be a good trade-off between accuracy and speed.
- Returns
| void rdf::SuperPixelConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
| void rdf::SuperPixelConfig::setNumErosionLayers |
( |
int |
numLayers | ) |
|
| QString rdf::SuperPixelConfig::toString |
( |
| ) |
const |
|
overridevirtual |
| int rdf::SuperPixelConfig::mErosionStep = 4 |
|
protected |
| int rdf::SuperPixelConfig::mMserMaxArea = 500 |
|
protected |
| int rdf::SuperPixelConfig::mMserMinArea = 25 |
|
protected |
| int rdf::SuperPixelConfig::mNumErosionLayers = 3 |
|
protected |
The documentation for this class was generated from the following files: