#include <LayoutAnalysis.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 |
|
rdf::LayoutAnalysisConfig::LayoutAnalysisConfig |
( |
| ) |
|
QString rdf::LayoutAnalysisConfig::classifierPath |
( |
| ) |
const |
bool rdf::LayoutAnalysisConfig::computeSeparators |
( |
| ) |
const |
void rdf::LayoutAnalysisConfig::load |
( |
const QSettings & |
settings | ) |
|
|
overrideprotectedvirtual |
bool rdf::LayoutAnalysisConfig::localBlockOrientation |
( |
| ) |
const |
int rdf::LayoutAnalysisConfig::minSuperixelsPerBlock |
( |
| ) |
const |
bool rdf::LayoutAnalysisConfig::removeWeakTextLines |
( |
| ) |
const |
void rdf::LayoutAnalysisConfig::save |
( |
QSettings & |
settings | ) |
const |
|
overrideprotectedvirtual |
void rdf::LayoutAnalysisConfig::setClassiferPath |
( |
const QString & |
cp | ) |
|
void rdf::LayoutAnalysisConfig::setComputeSeparators |
( |
bool |
cs | ) |
|
void rdf::LayoutAnalysisConfig::setLocalBlockOrientation |
( |
bool |
lor | ) |
|
void rdf::LayoutAnalysisConfig::setMinSuperPixelsPerBlock |
( |
int |
minPx | ) |
|
void rdf::LayoutAnalysisConfig::setRemoveWeakTextLines |
( |
bool |
remove | ) |
|
QString rdf::LayoutAnalysisConfig::toString |
( |
| ) |
const |
|
overridevirtual |
QString rdf::LayoutAnalysisConfig::mClassifierPath = "" |
|
protected |
bool rdf::LayoutAnalysisConfig::mComputeSeparators = true |
|
protected |
bool rdf::LayoutAnalysisConfig::mLocalBlockOrientation = false |
|
protected |
int rdf::LayoutAnalysisConfig::mMinSuperPixelsPerBlock = 15 |
|
protected |
bool rdf::LayoutAnalysisConfig::mRemoveWeakTextLines = true |
|
protected |
The documentation for this class was generated from the following files: