|
Read@CVL
|
#include <TextLineSegmentation.h>


Public Member Functions | |
| SimpleTextLineConfig (QSharedPointer< ScaleFactory > scaleFactory=QSharedPointer< ScaleFactory >(new ScaleFactory())) | |
| virtual QString | toString () const override |
| void | setMaxEdgeThresh (double et) |
| double | maxEdgeTrhesh () const |
Public Member Functions inherited from rdf::ModuleConfig | |
| ModuleConfig (const QString &moduleName="Generic Module") | |
| void | loadSettings () |
| void | loadSettings (QSettings &settings) |
| void | saveSettings () const |
| void | saveSettings (QSettings &settings) const |
| void | saveDefaultSettings () const |
| virtual void | saveDefaultSettings (QSettings &settings) const |
| QString | name () const |
Protected Member Functions | |
| void | load (const QSettings &settings) override |
| void | save (QSettings &settings) const override |
Protected Member Functions inherited from rdf::ModuleConfig | |
| template<class num > | |
| num | checkParam (num param, num min, num max, const QString &name) const |
Protected Attributes | |
| double | mMaxEdgeThresh = 20 |
| QSharedPointer< ScaleFactory > | mScaleFactory |
Protected Attributes inherited from rdf::ModuleConfig | |
| QString | mModuleName |
| rdf::SimpleTextLineConfig::SimpleTextLineConfig | ( | QSharedPointer< ScaleFactory > | scaleFactory = QSharedPointer<ScaleFactory>(new ScaleFactory()) | ) |
|
overrideprotectedvirtual |
Reimplemented from rdf::ModuleConfig.
| double rdf::SimpleTextLineConfig::maxEdgeTrhesh | ( | ) | const |
|
overrideprotectedvirtual |
Reimplemented from rdf::ModuleConfig.
| void rdf::SimpleTextLineConfig::setMaxEdgeThresh | ( | double | et | ) |
|
overridevirtual |
Reimplemented from rdf::ModuleConfig.
|
protected |
|
protected |